Skip to content

Instantly share code, notes, and snippets.

@mfrachet
Last active August 23, 2017 05:52
Show Gist options
  • Save mfrachet/b3fe8d9e9f9e43121de28e105e5d823e to your computer and use it in GitHub Desktop.
Save mfrachet/b3fe8d9e9f9e43121de28e105e5d823e to your computer and use it in GitHub Desktop.
detox-packagejson
{
"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