Last active
August 23, 2017 05:52
-
-
Save mfrachet/b3fe8d9e9f9e43121de28e105e5d823e to your computer and use it in GitHub Desktop.
detox-packagejson
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
{ | |
"detox": { | |
"configurations": { | |
"ios.sim.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" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment