Skip to content

Instantly share code, notes, and snippets.

@flpwgr
Created March 23, 2015 14:27
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 flpwgr/a6342fddf139354ed59d to your computer and use it in GitHub Desktop.
Save flpwgr/a6342fddf139354ed59d to your computer and use it in GitHub Desktop.
Cordova - Test in multiple emulators
# List Emulators Avaliable
./platforms/ios/cordova/lib/list-emulator-images
iPhone-4s
iPhone-5
iPhone-5s
iPhone-6-Plus
iPhone-6
iPad-2
iPad-Retina
iPad-Air
Resizable-iPhone
Resizable-iPad
# Run in a specific emulator
# cordova emulate ios --target="iPhone-5"
# cordova emulate ios --target="iPhone-5s"
# cordova emulate ios --target="iPhone-6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment