Skip to content

Commit 445aee9

Browse files
authored
[MOB-9109] Bump deprecated Xcode versions for affected CI jobs (#743)
* Bump xcode version for iOS CI jobs * Bump Detox version to 19.8.4 * Bump xcode version for `publish` job
1 parent 4a06cb0 commit 445aee9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
test_ios:
107107
macos:
108-
xcode: "12.3.0"
108+
xcode: "13.4.1"
109109
working_directory: ~/project/InstabugSample
110110
environment:
111111
FL_OUTPUT_DIR: output
@@ -123,11 +123,11 @@ jobs:
123123
command: cd ios && pod install
124124
- run:
125125
name: Build and run tests
126-
command: cd ios && xcodebuild -allowProvisioningUpdates -workspace InstabugSample.xcworkspace -scheme InstabugSample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12 Pro Max,OS=14.3' test | xcpretty
126+
command: cd ios && xcodebuild -allowProvisioningUpdates -workspace InstabugSample.xcworkspace -scheme InstabugSample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro Max,OS=15.5' test | xcpretty
127127
no_output_timeout: 30m
128128
e2e_ios:
129129
macos:
130-
xcode: "12.3.0"
130+
xcode: "13.4.1"
131131
working_directory: ~/project/InstabugSample
132132
environment:
133133
FL_OUTPUT_DIR: output
@@ -154,7 +154,7 @@ jobs:
154154
command: cd ios && pod install
155155
- run:
156156
name: Detox - Build Release App
157-
command: detox build --configuration ios.sim.release
157+
command: detox build --configuration ios.sim.release --cleanup
158158
- run:
159159
name: Detox - Run E2E Tests
160160
command: detox test --configuration ios.sim.release --cleanup
@@ -196,7 +196,7 @@ jobs:
196196

197197
publish:
198198
macos:
199-
xcode: "12.5.1"
199+
xcode: "13.4.1"
200200
working_directory: "~"
201201
steps:
202202
- checkout:

InstabugSample/.detoxrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/InstabugSample.app",
77
"build": "xcodebuild -workspace ios/InstabugSample.xcworkspace -scheme InstabugSample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
88
"type": "ios.simulator",
9-
"name": "iPhone 12"
9+
"name": "iPhone 13 Pro Max"
1010
},
1111
"ios.sim.release": {
1212
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/InstabugSample.app",
1313
"build": "xcodebuild -workspace ios/InstabugSample.xcworkspace -scheme InstabugSample -configuration Release -sdk iphonesimulator -derivedDataPath ios/build",
1414
"type": "ios.simulator",
15-
"name": "iPhone 12"
15+
"name": "iPhone 13 Pro Max"
1616
},
1717
"android.emu.debug": {
1818
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",

InstabugSample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/runtime": "^7.15.4",
2424
"@react-native-community/eslint-config": "^3.0.1",
2525
"babel-jest": "^27.2.5",
26-
"detox": "^19.5.7",
26+
"detox": "^19.8.4",
2727
"eslint": "^7.32.0",
2828
"jest": "^27.2.5",
2929
"metro-react-native-babel-preset": "^0.66.2",

0 commit comments

Comments
 (0)