Skip to content

Instantly share code, notes, and snippets.

@astopo
Created April 24, 2017 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astopo/0e6c01fbe19025abba018b41c9c1f9f9 to your computer and use it in GitHub Desktop.
Save astopo/0e6c01fbe19025abba018b41c9c1f9f9 to your computer and use it in GitHub Desktop.
Cordova - select iOS target device

List available devices:

cordova emulate ios --list

Examples of how to select target:

cordova emulate ios --target="iPhone-4s, 9.3"
cordova emulate ios --target="iPad-Air-2, 9.3"
cordova emulate ios --target="iPhone-6s, 9.3"
cordova emulate ios --target="iPhone-6-Plus, 9.3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment