Skip to content

Instantly share code, notes, and snippets.

@TimoGlastra
Last active November 29, 2018 14:02
Show Gist options
  • Save TimoGlastra/7146936bf4782defc992d84c790f5df3 to your computer and use it in GitHub Desktop.
Save TimoGlastra/7146936bf4782defc992d84c790f5df3 to your computer and use it in GitHub Desktop.
"configurations": {
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/SoftwareManagementApp.app",
"build": "xcodebuild -project ios/SoftwareManagementApp.xcodeproj -UseModernBuildSystem=NO -scheme SoftwareManagementApp -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "iPhone X"
},
"ios.sim.release": {
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/SoftwareManagementApp.app",
"build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild -project ios/SoftwareManagementApp.xcodeproj -UseModernBuildSystem=NO -scheme SoftwareManagementApp -configuration Release -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "iPhone X"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment