Skip to content

Commit 045da74

Browse files
committed
RELEASE: 升版本到 1.0.10 + 工作流选最新 Xcode
Apple 强制要求 iOS 26 SDK + Xcode 26。GitHub macOS runner 默认 Xcode 16.4 不满足,加 maxim-lobanov/setup-xcode@v1 选 latest-stable。 1.0.9 在 App Store 已关闭,pubspec.yaml 升到 1.0.10。
1 parent 38c16c6 commit 045da74

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
cache: true
4848
cache-key: flutter-${{ runner.os }}-${{ hashFiles('pubspec.lock') }}
4949

50+
- name: Select latest Xcode (iOS only)
51+
if: matrix.platform == 'ios'
52+
uses: maxim-lobanov/setup-xcode@v1
53+
with:
54+
xcode-version: latest-stable
55+
5056
- name: Get dependencies
5157
run: flutter pub get
5258

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.9
19+
version: 1.0.10
2020

2121
environment:
2222
sdk: ^3.9.2

0 commit comments

Comments
 (0)