logankoester / grunt-phonegap

A Grunt plugin to provide local build tasks for Phonegap applications
MIT License
173 stars 61 forks source link

Support to emulate differents virtual iOS devices #115

Open xdemocle opened 10 years ago

xdemocle commented 10 years ago

Hello all, grunt-phonegap module, in project folder phonegap > platforms/ios/cordova/emulate file, obtainf from the command below: SDK=xcodebuild -showsdks | grep Sim | tail -1 | awk '{print $6}'

the last SDK installed on local environment, without any chance to set another SDK or default device.

Is there an option or hardcode that permit to decide which SDK and which device we want emulate by default?

Many thanks in advance.