Skip to content

Commit 6e6dfba

Browse files
committed
fix: remove iOS support
Signed-off-by: OctagonalStar <[email protected]>
1 parent 4ad1c8d commit 6e6dfba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+9
-1028
lines changed

.github/workflows/FlutterBuild.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -88,30 +88,6 @@ jobs:
8888
name: macos-build
8989
path: arabic_learning.dmg
9090

91-
build-ios:
92-
name: Build iOS App (no sign)
93-
runs-on: macos-latest
94-
steps:
95-
- uses: actions/checkout@v4
96-
97-
- name: Setup Flutter
98-
uses: subosito/flutter-action@v2
99-
with:
100-
channel: stable
101-
flutter-version: '3.35.5'
102-
103-
- run: flutter pub get
104-
- run: flutter build ios --no-codesign
105-
106-
- name: Post handling
107-
run: |
108-
zip -r ios.zip build/ios/iphoneos
109-
mv ios.zip ios.ipa
110-
111-
- uses: actions/upload-artifact@v4
112-
with:
113-
name: ios-build
114-
path: ios.ipa
11591
build-web:
11692
name: Build Flutter Web
11793
runs-on: ubuntu-latest
@@ -178,16 +154,11 @@ jobs:
178154
with:
179155
name: macos-build
180156
path: ./macos
181-
- uses: actions/download-artifact@v4
182-
with:
183-
name: ios-build
184-
path: ./ios
185157

186158
- name: Prepare artifacts
187159
run: |
188160
zip -r windows.zip windows/
189161
zip -r macos.zip macos/
190-
zip -r ios.zip ios/
191162
192163
- name: Create GitHub Release
193164
uses: softprops/action-gh-release@v2
@@ -197,7 +168,6 @@ jobs:
197168
app-arm64-v8a-release.apk
198169
app-x86_64-release.apk
199170
windows.zip
200-
ios.zip
201171
macos.zip
202172
env:
203173
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.metadata

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ migration:
1818
- platform: android
1919
create_revision: ac4e799d237041cf905519190471f657b657155a
2020
base_revision: ac4e799d237041cf905519190471f657b657155a
21-
- platform: ios
22-
create_revision: ac4e799d237041cf905519190471f657b657155a
23-
base_revision: ac4e799d237041cf905519190471f657b657155a
24-
- platform: linux
25-
create_revision: ac4e799d237041cf905519190471f657b657155a
26-
base_revision: ac4e799d237041cf905519190471f657b657155a
2721
- platform: macos
2822
create_revision: ac4e799d237041cf905519190471f657b657155a
2923
base_revision: ac4e799d237041cf905519190471f657b657155a

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
- 修复了新用户无法进入的问题
2626
- 修复了FSRS复习界面中,“下一题”动画期间文字溢出的问题
2727

28+
### Delete
29+
30+
- 移除了iOS系统的ipa安装支持
31+
2832
## v0.1.11 - 2025-11-28 - (000111)
2933

3034
### Added
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.ayuban.arabic_learning
2+
3+
import io.flutter.embedding.android.FlutterActivity
4+
5+
class MainActivity : FlutterActivity()

ios/.gitignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

ios/Flutter/AppFrameworkInfo.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

ios/Flutter/Debug.xcconfig

Lines changed: 0 additions & 1 deletion
This file was deleted.

ios/Flutter/Release.xcconfig

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)