Skip to content

Instantly share code, notes, and snippets.

@simontreny
Created July 30, 2019 14:55
Show Gist options
  • Save simontreny/360250d4c45b54dd5f4b02b57858e802 to your computer and use it in GitHub Desktop.
Save simontreny/360250d4c45b54dd5f4b02b57858e802 to your computer and use it in GitHub Desktop.
"detox": {
"configurations": {
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/MonApp.app",
"build": "xcodebuild -project ios/MonApp.xcodeproj -scheme example -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