Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ios support #194

Merged
merged 14 commits into from
Sep 4, 2023
Prev Previous commit
Next Next commit
test
  • Loading branch information
monkeyWie committed Aug 31, 2023
commit dff157a0a3d3865c666e2e7524ff4ac6a633afe6
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ jobs:
go get golang.org/x/mobile/bind
gomobile init
gomobile bind -tags nosqlite -ldflags="-w -s" -o ui/flutter/ios/Frameworks/Libgopeed.xcframework -target=ios github.com/GopeedLab/gopeed/bind/mobile
ls -al ui/flutter/ios/Frameworks/Libgopeed.xcframework
rm -rf ui/flutter/ios/Frameworks/Libgopeed.xcframework/ios-arm64_x86_64-simulator
ls -al ui/flutter/ios/Frameworks/Libgopeed.xcframework
cd ui/flutter
flutter build ios --no-codesign
mkdir Payload
Expand Down