Skip to content
Merged
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
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
runs-on: macos-15
runs-on: macos-26
steps:
- uses: actions/checkout@v5

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

build:
needs: [lint, data]
runs-on: macos-15
runs-on: macos-26
env:
MOZC_SHA: ce1fb7fe48efb1d85f8e54eff1b05e9e692bf0d4
strategy:
Expand All @@ -65,10 +65,6 @@ jobs:
path: engines/fcitx5-mozc/mozc
ref: ${{ env.MOZC_SHA }}

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16.4

- name: Install dependencies
run: |
brew install librsvg
Expand Down Expand Up @@ -101,13 +97,13 @@ jobs:
- name: Install
if: ${{ matrix.platform == 'SIMULATORARM64' }}
run: |
xcrun simctl boot "iPhone 16"
xcrun simctl boot "iPhone 17"
xcrun simctl install booted build/${{ matrix.platform }}/src/Release-iphonesimulator/Fcitx5.app
xcrun simctl launch booted org.fcitx.Fcitx5

- name: Download artifact
if: ${{ matrix.platform == 'OS64' }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
merge-multiple: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: wget -O release.ipa https://github.com/fcitx-contrib/fcitx5-ios/releases/download/latest/Fcitx5.ipa

- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
merge-multiple: true

Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"type": "shell",
"label": "Open simulator",
"command": "xcrun simctl boot 'iPhone 16' && open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app",
"command": "xcrun simctl boot 'iPhone 17' && open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app",
"group": {
"kind": "build"
}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.27)
cmake_minimum_required(VERSION 4.1)

# Avoid MinSizeRel and RelWithDebInfo.
set(CMAKE_CONFIGURATION_TYPES Debug Release CACHE STRING INTERNAL FORCE)
Expand Down
2 changes: 1 addition & 1 deletion engines/fcitx5-chinese-addons
Submodule fcitx5-chinese-addons updated 2 files
+1 −0 po/LINGUAS
+1,466 −0 po/fr.po
2 changes: 1 addition & 1 deletion engines/fcitx5-rime
Submodule fcitx5-rime updated 2 files
+1 −0 po/LINGUAS
+133 −0 po/fr.po
2 changes: 1 addition & 1 deletion engines/libime
2 changes: 1 addition & 1 deletion fcitx5
Submodule fcitx5 updated 2 files
+270 −176 po/fr.po
+5 −2 src/im/keyboard/keyboard.cpp
Loading