Skip to content

Allow iOS plugins to support bitcode#72151

Merged
jmagman merged 1 commit into
flutter:masterfrom
jmagman:bitcode-plugins
Dec 11, 2020
Merged

Allow iOS plugins to support bitcode#72151
jmagman merged 1 commit into
flutter:masterfrom
jmagman:bitcode-plugins

Conversation

@jmagman

@jmagman jmagman commented Dec 11, 2020

Copy link
Copy Markdown
Member

Description

Stop overriding ENABLE_BITCODE for plugins that can support bitcode. Apps still set ENABLE_BITCODE=NO so this doesn't actually allow users to upload bitcode version of their apps.

Related Issues

Fixes #39793
Possible as of #70224 which links the plugin directly to the right framework build mode.
#39356

Tests

This is already validated in

await _checkBitcode(pluginFrameworkPath, mode);

@flutter-dashboard flutter-dashboard Bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Dec 11, 2020
@google-cla google-cla Bot added the cla: yes label Dec 11, 2020
@jmagman jmagman changed the title Allow plugins to support bitcode Allow iOS plugins to support bitcode Dec 11, 2020
@flutter-dashboard

Copy link
Copy Markdown

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@jmagman jmagman requested review from dnfield and xster December 11, 2020 22:29

@dnfield dnfield left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable bitcode on the pods targets when adding plugins

2 participants