Skip to content

Instantly share code, notes, and snippets.

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