Skip to content

Commit 9c88139

Browse files
authored
Update MTE-4495 Xcode and iOS 26.1 (#30378)
1 parent 1d367f0 commit 9c88139

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

bitrise.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ workflows:
6767
mkdir DerivedData
6868
6969
xcodebuild -resolvePackageDependencies -onlyUsePackageVersionsFromResolvedFile
70-
xcodebuild "-project" "/Users/vagrant/git/firefox-ios/Client.xcodeproj" "-scheme" "Fennec" -configuration "Fennec_Testing" "CODE_SIGNING_ALLOWED=NO" -sdk "iphonesimulator" "-destination" "platform=iOS Simulator,name=iPhone 17,OS=26.0" "COMPILER_INDEX_STORE_ENABLE=NO" "build-for-testing" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO" -derivedDataPath "/Users/vagrant/git/DerivedData" | xcpretty | tee xcodebuild_fennec.log
70+
xcodebuild "-project" "/Users/vagrant/git/firefox-ios/Client.xcodeproj" "-scheme" "Fennec" -configuration "Fennec_Testing" "CODE_SIGNING_ALLOWED=NO" -sdk "iphonesimulator" "-destination" "platform=iOS Simulator,name=iPhone 17,OS=26.1" "COMPILER_INDEX_STORE_ENABLE=NO" "build-for-testing" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO" -derivedDataPath "/Users/vagrant/git/DerivedData" | xcpretty | tee xcodebuild_fennec.log
7171
7272
ls /Users/vagrant/git/DerivedData/Build/Products
7373
ls /Users/vagrant/git/DerivedData
@@ -76,9 +76,9 @@ workflows:
7676
continue_on_fail: true
7777
timeout: 1200
7878
inputs:
79-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
79+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
8080
- xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"'
81-
- xctestrun: "/Users/vagrant/git/DerivedData/Build/Products/Fennec_AccessibilityTestPlan_iphonesimulator26.0-arm64.xctestrun"
81+
- xctestrun: "/Users/vagrant/git/DerivedData/Build/Products/Fennec_AccessibilityTestPlan_iphonesimulator26.1-arm64.xctestrun"
8282
- maximum_test_repetitions: 2
8383

8484
@@ -153,7 +153,7 @@ workflows:
153153
- configuration: Fennec_Testing
154154
- project_path: /Users/vagrant/git/firefox-ios/Client.xcodeproj
155155
- xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO" -allowProvisioningUpdates DEVELOPMENT_TEAM=$APPLE_TEAM_ID'
156-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
156+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
157157
158158
title: Detect number of warnings
159159
is_always_run: true
@@ -182,8 +182,8 @@ workflows:
182182
set -euxo pipefail
183183
184184
# Point to the Unit tests plan instead of Accessibility
185-
UNIT_TESTS_XCTESTRUN="$BITRISE_TEST_BUNDLE_PATH/Fennec_UnitTest_iphonesimulator26.0-arm64.xctestrun"
186-
SMOKE_UI_XCTESTRUN="$BITRISE_TEST_BUNDLE_PATH/Fennec_Smoketest_iphonesimulator26.0-arm64.xctestrun"
185+
UNIT_TESTS_XCTESTRUN="$BITRISE_TEST_BUNDLE_PATH/Fennec_UnitTest_iphonesimulator26.1-arm64.xctestrun"
186+
SMOKE_UI_XCTESTRUN="$BITRISE_TEST_BUNDLE_PATH/Fennec_Smoketest_iphonesimulator26.1-arm64.xctestrun"
187187
188188
if [ ! -f "$UNIT_TESTS_XCTESTRUN" ]; then
189189
echo "ERROR: .xctestrun file not found: $UNIT_TESTS_XCTESTRUN"
@@ -197,9 +197,9 @@ workflows:
197197
198198
timeout: 1200
199199
inputs:
200-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
200+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
201201
- xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"'
202-
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Fennec_UnitTest_iphonesimulator26.0-arm64.xctestrun
202+
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Fennec_UnitTest_iphonesimulator26.1-arm64.xctestrun
203203
- maximum_test_repetitions: 2
204204
- xcode-test-shard-calculation@0:
205205
run_if: '{{enveq "BITRISE_TEST_BUNDLE_PATH" "" | not}}'
@@ -310,9 +310,9 @@ workflows:
310310
XCUITests/HomePageSettingsUITests
311311
XCUITests/PhotonActionSheetTests
312312
XCUITests/SettingsTests
313-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
313+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
314314
- xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO"'
315-
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Fennec_Smoketest_iphonesimulator26.0-arm64.xctestrun
315+
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Fennec_Smoketest_iphonesimulator26.1-arm64.xctestrun
316316
317317

318318
run_firefox_ui_tests:
@@ -327,7 +327,7 @@ workflows:
327327
- only_testing: $BITRISE_TEST_SHARDS_PATH_FIREFOX/$BITRISE_IO_PARALLEL_INDEX
328328
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.6
329329
- xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO"'
330-
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Fennec_Smoketest_iphonesimulator26.0-arm64.xctestrun
330+
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Fennec_Smoketest_iphonesimulator26.1-arm64.xctestrun
331331
332332
determine_apps_affected:
333333
steps:
@@ -770,7 +770,7 @@ workflows:
770770
run_if: '{{getenv "NEW_XCODE_VERSION" | eq "New_Version_Found" | or (getenv "RUN_ALL_STEPS" | eq "Run_All_Steps")}}'
771771
inputs:
772772
- scheme: Fennec
773-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
773+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
774774
775775
776776
run_if: '{{getenv "NEW_XCODE_VERSION" | eq "New_Version_Found" | or (getenv "RUN_ALL_STEPS" | eq "Run_All_Steps")}}'
@@ -782,7 +782,7 @@ workflows:
782782
description: This Workflow is to build the app using latest xcode available in Bitrise
783783
meta:
784784
bitrise.io:
785-
stack: osx-xcode-26.0.x
785+
stack: osx-xcode-26.1.x
786786
machine_type_id: g2.mac.4large
787787
L10nBuild:
788788
steps:
@@ -1229,7 +1229,7 @@ workflows:
12291229
inputs:
12301230
- project_path: firefox-ios/Client.xcodeproj
12311231
- scheme: Fennec
1232-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
1232+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
12331233
- test_plan: PerformanceTestPlan
12341234
12351235
is_always_run: true
@@ -1610,7 +1610,7 @@ workflows:
16101610
- project_path: firefox-ios/Client.xcodeproj
16111611
- scheme: Fennec
16121612
- configuration: Fennec_Testing
1613-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
1613+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
16141614
- test_plan: UnitTest
16151615
- test_repetition_mode: until_failure
16161616
- maximum_test_repetitions: 3
@@ -1641,24 +1641,24 @@ workflows:
16411641
- configuration: FocusDebug
16421642
- project_path: /Users/vagrant/git/focus-ios/Blockzilla.xcodeproj
16431643
- xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"'
1644-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
1644+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
16451645
16461646
title: Override xctestrun Focus env variables
16471647
inputs:
16481648
- content: |-
16491649
#!/usr/bin/env bash
16501650
set -euxo pipefail
16511651
# Point to the Unit tests plan instead of Accessibility
1652-
FOCUS_UI_XCTESTRUN="$BITRISE_TEST_BUNDLE_PATH/Focus_SmokeTest_iphonesimulator26.0-arm64.xctestrun"
1652+
FOCUS_UI_XCTESTRUN="$BITRISE_TEST_BUNDLE_PATH/Focus_SmokeTest_iphonesimulator26.1-arm64.xctestrun"
16531653
16541654
echo "Found UITest .xctestrun: $FOCUS_UI_XCTESTRUN"
16551655
envman add --key BITRISE_XCTESTRUN_FOCUS_UI_TEST_FILE_PATH --value "$FOCUS_UI_XCTESTRUN"
16561656
16571657
timeout: 1200
16581658
inputs:
1659-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
1659+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
16601660
- xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"'
1661-
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Focus_UnitTests_iphonesimulator26.0-arm64.xctestrun
1661+
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Focus_UnitTests_iphonesimulator26.1-arm64.xctestrun
16621662
- xcode-test-shard-calculation@0:
16631663
inputs:
16641664
- product_path: $BITRISE_XCTESTRUN_FOCUS_UI_TEST_FILE_PATH
@@ -1698,13 +1698,13 @@ workflows:
16981698
- configuration: KlarDebug
16991699
- project_path: /Users/vagrant/git/focus-ios/Blockzilla.xcodeproj
17001700
- xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"'
1701-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
1701+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
17021702
17031703
timeout: 1200
17041704
inputs:
1705-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
1705+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
17061706
- xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"'
1707-
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Klar_UnitTests_iphonesimulator26.0-arm64.xctestrun
1707+
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Klar_UnitTests_iphonesimulator26.1-arm64.xctestrun
17081708
17091709
17101710
run_if: ".IsBuildFailed"
@@ -1739,9 +1739,9 @@ workflows:
17391739
timeout: 1200
17401740
inputs:
17411741
- only_testing: $BITRISE_TEST_SHARDS_PATH/$BITRISE_IO_PARALLEL_INDEX
1742-
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.0
1742+
- destination: platform=iOS Simulator,name=iPhone 17,OS=26.1
17431743
- xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"'
1744-
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Focus_SmokeTest_iphonesimulator26.0-arm64.xctestrun
1744+
- xctestrun: $BITRISE_TEST_BUNDLE_PATH/Focus_SmokeTest_iphonesimulator26.1-arm64.xctestrun
17451745
17461746
17471747
inputs:
@@ -2446,5 +2446,5 @@ trigger_map:
24462446

24472447
meta:
24482448
bitrise.io:
2449-
stack: osx-xcode-26.0.x
2449+
stack: osx-xcode-26.1.x
24502450
machine_type_id: g2.mac.4large

0 commit comments

Comments
 (0)