Skip to content

Commit 90b397a

Browse files
authored
chore(ci): fix detoxed for new macOS image
1 parent 16eab3a commit 90b397a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/.detoxrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
},
1919
"ios.debug.ci": {
2020
type: "ios.app",
21-
build: "FORCE_BUNDLING=1 xcodebuild -quiet -workspace ios/RNMapboxGLExample.xcworkspace -configuration Debug -scheme RNMapboxGLExample DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING=1 GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS DEBUG_RCT_BUNDLE=1' -sdk iphonesimulator -derivedDataPath ios/build -destination 'platform=iOS Simulator,OS=17.2,name=iPhone SE (3rd generation)'",
21+
build: "FORCE_BUNDLING=1 xcodebuild -quiet -workspace ios/RNMapboxGLExample.xcworkspace -configuration Debug -scheme RNMapboxGLExample DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING=1 GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS DEBUG_RCT_BUNDLE=1' -sdk iphonesimulator -derivedDataPath ios/build -destination 'platform=iOS Simulator,OS=18.6,name=iPhone SE (3rd generation)'",
2222
binaryPath: "ios/build/Build/Products/Debug-iphonesimulator/RNMapboxGLExample.app"
2323
},
2424
},
@@ -52,4 +52,4 @@ module.exports = {
5252
app: "ios.debug.ci"
5353
}
5454
}
55-
};
55+
};

0 commit comments

Comments
 (0)