poetic / ember-cli-cordova

A tool for creating hybrid apps using a combination of ember-cli and cordova
MIT License
442 stars 81 forks source link

Add option to deploy to specific emulator target/image for platforms #179

Closed mblackritter closed 8 years ago

mblackritter commented 8 years ago

I e.g. wanted to test on iPad 2 instead of iPhone 6, and I didn’t want to have to modify the Xcode project each time I want to switch the emulated device/image. I hope this little addition is beneficial for more than just me and I hadn’t just overlooked a simpler way to accomplish this.

How did you guys solve this until now?