Open xdemocle opened 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}'
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.
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.