Skip to content

Instantly share code, notes, and snippets.

@dscamahorn
Last active October 29, 2015 11:59
Show Gist options
  • Save dscamahorn/31541e61401bd0df8847 to your computer and use it in GitHub Desktop.
Save dscamahorn/31541e61401bd0df8847 to your computer and use it in GitHub Desktop.
Target a device with ionic/cordova
//Ionic
//Available Devices
ios-sim showdevicetypes
//Target a device
ionic emulate ios --target="iPhone-4s"
//Cordova
//Available Devices
./platforms/ios/cordova/lib/list-emulator-images
//Target a device
cordova emulate ios --target="iPad"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment