|
|
|
|
133
|
},
|
133
|
},
|
134
|
"ios.sim.debug": {
|
134
|
"ios.sim.debug": {
|
135
|
"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app",
|
135
|
"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app",
|
136
|
- "build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Debug -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet",
|
|
|
|
|
136
|
+ "build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Debug -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO",
|
137
|
"type": "ios.simulator",
|
137
|
"type": "ios.simulator",
|
138
|
"name": "iPhone X"
|
138
|
"name": "iPhone X"
|
139
|
},
|
139
|
},
|
140
|
"ios.sim.release": {
|
140
|
"ios.sim.release": {
|
141
|
"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Release-iphonesimulator/playground.app",
|
141
|
"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Release-iphonesimulator/playground.app",
|
142
|
- "build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground_release -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Release -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet",
|
|
|
|
|
142
|
+ "build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground_release -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Release -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO",
|
143
|
"type": "ios.simulator",
|
143
|
"type": "ios.simulator",
|
144
|
"name": "iPhone X"
|
144
|
"name": "iPhone X"
|
145
|
},
|
145
|
},
|