Created
March 23, 2015 14:27
-
-
Save flpwgr/a6342fddf139354ed59d to your computer and use it in GitHub Desktop.
Cordova - Test in multiple emulators
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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