mestevens / xcode-maven-plugin

Maven plugin to work with xcode framework builds
3 stars 1 forks source link

Plugin should be able to install/run application on device/simulator #11

Closed mestevens closed 9 years ago

mestevens commented 9 years ago

Should be able to install and run the application on a device with a maven command. Take a look at 'xcrun simctl' as seen here: http://stackoverflow.com/questions/26031601/xcode-6-launch-simulator-from-command-line. This only works on a simulator atm.

mestevens commented 9 years ago

Should be fixed for the next release.