ionic-cli
ionic-cli copied to clipboard
Update project.ts, to be compatible with latest cordova-ios v7
Provide a way of modifying relative paths to most recently built APK or IPA files, with environment variables. cordova-ios v7 provided a breaking change, which sets the paths of built assets to correspond to ones used by XCode by default:
- was
device-> nowDebug-iphoneos - was
simulator-> nowDebug-iphonesimulator
Closed in favor of https://github.com/ionic-team/ionic-cli/pull/5065
Even though more complex solution exists https://github.com/ionic-team/ionic-cli/pull/5065/commits.
This one provides much simpler approach of fixing an issue with compatibility of Ionic/cli v7 with cordova-ios v7