Skip to content

Commit ba031b2

Browse files
committed
build(e2e, ios): modern build is default, no need to specify it
1 parent 3ada3bb commit ba031b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
"configurations": {
5959
"ios.sim.debug": {
6060
"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",
6262
"type": "ios.simulator",
6363
"device": {
6464
"type": "iPhone 11"
6565
}
6666
},
6767
"ios.sim.release": {
6868
"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",
7070
"type": "ios.simulator",
7171
"device": {
7272
"type": "iPhone 11"

0 commit comments

Comments
 (0)