File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
"configurations" : {
59
59
"ios.sim.debug" : {
60
60
"binaryPath" : " ios/build/Build/Products/Debug-iphonesimulator/testing.app" ,
61
- "build" : " xcodebuild VALID_ARCHS=\" `uname -m`\" CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -workspace ios/testing.xcworkspace -scheme testing -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -UseModernBuildSystem=YES " ,
61
+ "build" : " xcodebuild VALID_ARCHS=\" `uname -m`\" CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -workspace ios/testing.xcworkspace -scheme testing -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build" ,
62
62
"type" : " ios.simulator" ,
63
63
"device" : {
64
64
"type" : " iPhone 11"
65
65
}
66
66
},
67
67
"ios.sim.release" : {
68
68
"binaryPath" : " ios/build/Build/Products/Release-iphonesimulator/testing.app" ,
69
- "build" : " export RCT_NO_LAUNCH_PACKAGER=true && xcodebuild CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -workspace ios/testing.xcworkspace -scheme testing -configuration Release -sdk iphonesimulator -derivedDataPath ios/build -UseModernBuildSystem=YES " ,
69
+ "build" : " export RCT_NO_LAUNCH_PACKAGER=true && xcodebuild CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -workspace ios/testing.xcworkspace -scheme testing -configuration Release -sdk iphonesimulator -derivedDataPath ios/build" ,
70
70
"type" : " ios.simulator" ,
71
71
"device" : {
72
72
"type" : " iPhone 11"
You can’t perform that action at this time.
0 commit comments