-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add bitcode and architectures to App.framework build ios framework command #46130
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
Conversation
| } | ||
|
|
||
| Future<String> iPhoneSdkLocation() async { | ||
| Future<String> sdkLocation(SdkType sdk) async { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you add new public API surface, these need tests. (Feel free to do them in a separate PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iPhoneSdkLocation didn't have any tests to update. Will add some.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages/flutter_tools/lib/src/commands/build_ios_framework.dart
Outdated
Show resolved
Hide resolved
|
LGTM |
|
This pull request is not suitable for automatic merging in its current state.
|
Description
Make a fat universal binary for the Debug App.framework.
Enable bitcode for all versions of App.framework.
Related Issues
Fixes #46125
Fixes #46129
Tests
xcode_test
Update build_ios_framework_module_test.dart to check Debug App.framework architectures.
Checklist
///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Did any tests fail when you ran them? Please read [Handling breaking changes].