Skip to content

Commit b713e96

Browse files
committed
Bump references from 26.3 or 26.2 to 26.4
1 parent 600b56e commit b713e96

11 files changed

Lines changed: 13 additions & 13 deletions

.github/workflows/firefox-ios-import-strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: macos-26
2020
strategy:
2121
matrix:
22-
xcode: ["26.3"]
22+
xcode: ["26.4"]
2323
python-version: ["3.12"]
2424
steps:
2525
- uses: actions/checkout@v6

.github/workflows/firefox-ios-l10n-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: macos-26
1919
strategy:
2020
matrix:
21-
xcode: ["26.3"]
21+
xcode: ["26.4"]
2222
python-version: ["3.12"]
2323
node-version: ["24"]
2424
steps:

.github/workflows/firefox-ios-publish-docc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: macos-26
2323
strategy:
2424
matrix:
25-
xcode: ["26.1"]
25+
xcode: ["26.4"]
2626
environment:
2727
name: github-pages
2828
url: ${{ steps.deployment.outputs.page_url }}

.github/workflows/focus-ios-import-strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: macos-26
1515
strategy:
1616
matrix:
17-
xcode: ["26.3"]
17+
xcode: ["26.4"]
1818
python-version: ["3.12"]
1919
steps:
2020
- uses: actions/checkout@v6

.github/workflows/focus-ios-l10n-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macos-26
2121
strategy:
2222
matrix:
23-
xcode: ["26.3"]
23+
xcode: ["26.4"]
2424
python-version: ["3.12"]
2525
steps:
2626
- name: Clone code repository

.github/workflows/focus-ios-l10n-locales.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Xcode
2929
run: |
3030
sudo rm -rf /Applications/Xcode.app
31-
sudo xcode-select -s /Applications/Xcode_26.3.app/Contents/Developer
31+
sudo xcode-select -s /Applications/Xcode_26.4.app/Contents/Developer
3232
xcodebuild -version
3333
- name: Run setup scripts for Focus
3434
timeout-minutes: 10

.github/workflows/focus-ios-l10n-screenshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Xcode
4343
run: |
4444
sudo rm -rf /Applications/Xcode.app
45-
sudo xcode-select -s /Applications/Xcode_26.3.app/Contents/Developer
45+
sudo xcode-select -s /Applications/Xcode_26.4.app/Contents/Developer
4646
xcodebuild -version
4747
- name: Run setup scripts for Focus
4848
run: |
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
xcodebuild build-for-testing -scheme FocusSnapshotTests \
5353
-project focus-ios/Blockzilla.xcodeproj \
54-
-destination 'platform=iOS Simulator,name=iPhone 17,OS=26.2' \
54+
-destination 'platform=iOS Simulator,name=iPhone 17,OS=26.4' \
5555
-derivedDataPath l10n-screenshots-dd
5656
- name: Targzip Derived Data
5757
run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Download [Firefox iOS](https://apps.apple.com/app/firefox-web-browser/id98980492
55
<table>
66
<tr>
77
<th style="border: none;"><strong>Firefox iOS</strong></th>
8-
<td style="border: none;"><img src="https://img.shields.io/badge/Xcode-26.3-blue?logo=Xcode&logoColor=white" alt="Firefox-iOS"></td>
8+
<td style="border: none;"><img src="https://img.shields.io/badge/Xcode-26.4-blue?logo=Xcode&logoColor=white" alt="Firefox-iOS"></td>
99
<td style="border: none;"><img src="https://img.shields.io/badge/Swift-6.2-red?logo=Swift&logoColor=white" alt="Firefox-iOS"></td>
1010
<td style="border: none;"><img src="https://img.shields.io/badge/iOS-15.0+-green?logo=apple&logoColor=white" alt="Firefox-iOS"></td>
1111
</tr>
1212
<tr>
1313
<th style="border: none;"><strong>Focus iOS</strong></th>
14-
<td style="border: none;"><img src="https://img.shields.io/badge/Xcode-26.3-blue?logo=Xcode&logoColor=white" alt="Focus-iOS"></td>
14+
<td style="border: none;"><img src="https://img.shields.io/badge/Xcode-26.4-blue?logo=Xcode&logoColor=white" alt="Focus-iOS"></td>
1515
<td style="border: none;"><img src="https://img.shields.io/badge/Swift-6.2-red?logo=Swift&logoColor=white" alt="Focus-iOS"></td>
1616
<td style="border: none;"><img src="https://img.shields.io/badge/iOS-15.0+-green?logo=apple&logoColor=white" alt="Focus-iOS"></td>
1717
</tr>

firefox-ios/firefox-ios-tests/Tests/SyncIntegrationTests/xcodebuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class XCodeBuild(object):
1212
binary = 'xcodebuild'
13-
destination = 'platform=iOS Simulator,name=iPhone 17,OS=26.3.1'
13+
destination = 'platform=iOS Simulator,name=iPhone 17,OS=26.4'
1414
logger = logging.getLogger()
1515
scheme = 'Fennec'
1616
testPlan = 'SyncIntegrationTestPlan'

firefox-ios/l10n-screenshots.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for lang in $LOCALES; do
3939
--skip_open_summary \
4040
--xcargs "-maximum-parallel-testing-workers 2" \
4141
--derived_data_path l10n-screenshots-dd \
42-
--ios_version "26.2" \
42+
--ios_version "26.4" \
4343
--erase_simulator --localize_simulator \
4444
--devices "iPhone 17" --languages "$lang" \
4545
--output_directory "l10n-screenshots/$lang" \

0 commit comments

Comments
 (0)