(platform)
| 429 | } |
| 430 | |
| 431 | removePlatform(platform) { |
| 432 | this.runCommands(`removing platform ${displayNameForPlatform(platform)} \ |
| 433 | from Cordova project`, async () => { |
| 434 | await cordova_lib.platform('rm', platform, this.defaultOptions); |
| 435 | }); |
| 436 | } |
| 437 | |
| 438 | get cordovaPlatformsInApp() { |
| 439 | return this.projectContext.platformList.getCordovaPlatforms(); |
no test coverage detected