ionic-team / ionic-cli

The Ionic command-line interface
MIT License
1.99k stars 640 forks source link

fix(cordova): Update build output path #5079

Open MaximBelov opened 3 months ago

MaximBelov commented 3 months ago

Instead of build/emulator, we'll have build/Debug-iphonesimulator and instead of build/device, we'll have build/Release-iphoneos.

https://github.com/apache/cordova-ios/pull/1310