Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/firefox-ios-import-strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: macos-26
strategy:
matrix:
xcode: ["26.3"]
xcode: ["26.4"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firefox-ios-l10n-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: macos-26
strategy:
matrix:
xcode: ["26.3"]
xcode: ["26.4"]
python-version: ["3.12"]
node-version: ["24"]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firefox-ios-publish-docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: macos-26
strategy:
matrix:
xcode: ["26.1"]
xcode: ["26.4"]
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/focus-ios-import-strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: macos-26
strategy:
matrix:
xcode: ["26.3"]
xcode: ["26.4"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/focus-ios-l10n-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: macos-26
strategy:
matrix:
xcode: ["26.3"]
xcode: ["26.4"]
python-version: ["3.12"]
steps:
- name: Clone code repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/focus-ios-l10n-locales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Xcode
run: |
sudo rm -rf /Applications/Xcode.app
sudo xcode-select -s /Applications/Xcode_26.3.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_26.4.app/Contents/Developer
xcodebuild -version
- name: Run setup scripts for Focus
timeout-minutes: 10
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/focus-ios-l10n-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Xcode
run: |
sudo rm -rf /Applications/Xcode.app
sudo xcode-select -s /Applications/Xcode_26.3.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_26.4.app/Contents/Developer
xcodebuild -version
- name: Run setup scripts for Focus
run: |
Expand All @@ -51,7 +51,7 @@ jobs:
run: |
xcodebuild build-for-testing -scheme FocusSnapshotTests \
-project focus-ios/Blockzilla.xcodeproj \
-destination 'platform=iOS Simulator,name=iPhone 17,OS=26.2' \
-destination 'platform=iOS Simulator,name=iPhone 17,OS=26.4' \
-derivedDataPath l10n-screenshots-dd
- name: Targzip Derived Data
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Download [Firefox iOS](https://apps.apple.com/app/firefox-web-browser/id98980492
<table>
<tr>
<th style="border: none;"><strong>Firefox iOS</strong></th>
<td style="border: none;"><img src="https://img.shields.io/badge/Xcode-26.3-blue?logo=Xcode&logoColor=white" alt="Firefox-iOS"></td>
<td style="border: none;"><img src="https://img.shields.io/badge/Xcode-26.4-blue?logo=Xcode&logoColor=white" alt="Firefox-iOS"></td>
<td style="border: none;"><img src="https://img.shields.io/badge/Swift-6.2-red?logo=Swift&logoColor=white" alt="Firefox-iOS"></td>
<td style="border: none;"><img src="https://img.shields.io/badge/iOS-15.0+-green?logo=apple&logoColor=white" alt="Firefox-iOS"></td>
</tr>
<tr>
<th style="border: none;"><strong>Focus iOS</strong></th>
<td style="border: none;"><img src="https://img.shields.io/badge/Xcode-26.3-blue?logo=Xcode&logoColor=white" alt="Focus-iOS"></td>
<td style="border: none;"><img src="https://img.shields.io/badge/Xcode-26.4-blue?logo=Xcode&logoColor=white" alt="Focus-iOS"></td>
<td style="border: none;"><img src="https://img.shields.io/badge/Swift-6.2-red?logo=Swift&logoColor=white" alt="Focus-iOS"></td>
<td style="border: none;"><img src="https://img.shields.io/badge/iOS-15.0+-green?logo=apple&logoColor=white" alt="Focus-iOS"></td>
</tr>
Expand Down
90 changes: 41 additions & 49 deletions bitrise.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class L10nSuite2SnapshotTests: L10nBaseSnapshotTests {
}
snapshot("CreatedLoginView")

app.tables["Login List"].cells.element(boundBy: 2).waitAndTap()
app.tables["Login List"].cells.element(boundBy: 1).waitAndTap()
snapshot("CreatedLoginDetailedView")

app.tables["Login Detail List"].cells.element(boundBy: 4).waitAndTap()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class XCodeBuild(object):
binary = 'xcodebuild'
destination = 'platform=iOS Simulator,name=iPhone 17,OS=26.3.1'
destination = 'platform=iOS Simulator,name=iPhone 17,OS=26.4'
logger = logging.getLogger()
scheme = 'Fennec'
testPlan = 'SyncIntegrationTestPlan'
Expand Down
2 changes: 1 addition & 1 deletion firefox-ios/l10n-screenshots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for lang in $LOCALES; do
--skip_open_summary \
--xcargs "-maximum-parallel-testing-workers 2" \
--derived_data_path l10n-screenshots-dd \
--ios_version "26.2" \
--ios_version "26.4" \
--erase_simulator --localize_simulator \
--devices "iPhone 17" --languages "$lang" \
--output_directory "l10n-screenshots/$lang" \
Expand Down
2 changes: 1 addition & 1 deletion focus-ios/l10n-screenshots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ for lang in $LOCALES; do
--skip_open_summary \
--xcargs "-maximum-parallel-testing-workers 1" \
--erase_simulator --localize_simulator \
--ios_version "26.1" \
--ios_version "26.4" \
--devices "$DEVICE" \
--languages "$lang" \
--output_directory "l10n-screenshots/$lang" \
Expand Down
Loading