Last active
August 24, 2017 14:23
-
-
Save mfrachet/c77922039a79a3fefe4c17ea043564d1 to your computer and use it in GitHub Desktop.
detox-packagejson-conf
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
{ | |
"configurations": { | |
"ios.sim7.debug": { | |
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/detoxExample.app", | |
"build": "xcodebuild -project ios/detoxExample.xcodeproj -scheme detoxExample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build", | |
"type": "ios.simulator", | |
"name": "iPhone 7" | |
}, | |
"ios.sim6.debug": { | |
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/detoxExample.app", | |
"build": "xcodebuild -project ios/detoxExample.xcodeproj -scheme detoxExample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build", | |
"type": "ios.simulator", | |
"name": "iPhone 6" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment