fix: remove invalid iOS web fonts

This commit is contained in:
Tienson Qin
2026-05-10 17:28:10 +08:00
parent 63acfae310
commit f1fa9f3f5d
6 changed files with 126 additions and 36 deletions

View File

@@ -90,6 +90,9 @@ jobs:
- name: Prepare iOS build
run: pnpm exec cap sync ios
- name: Verify iOS web fonts
run: pnpm test:ios-web-fonts
- name: Build and upload iOS app
run: fastlane beta
working-directory: ./ios/App