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

Support Xcode variable substitution in Info.plist #6079

Merged
merged 3 commits into from
Sep 26, 2016

Conversation

cbracken
Copy link
Member

@cbracken cbracken commented Sep 26, 2016

Fixes #6067

@cbracken
Copy link
Member Author

@chinmaygarde

@chinmaygarde
Copy link
Member

lgtm. Does the Info.plist in the new project template need to be updated?

@cbracken cbracken force-pushed the xcode_var_subst branch 3 times, most recently from 293863f to b532fe7 Compare September 26, 2016 21:24
@cbracken
Copy link
Member Author

Good call. Done.

As of Xcode 7, Apple recommends setting CFBundleIdentifier to
$(PRODUCT_BUNDLE_IDENTIFIER).
As of Xcode 7, Apple recommends setting the bundle identifier in the
PRODUCT_BUNDLE_IDENTIFIER build variable and setting CFBundleIdentifier
to that variable in Info.plist.

As of Xcode 8, CLANG_WARN_INFINITE_RECURSION and CLANG_WARN_SUSPICIOUS_MOVE
are recommended settings.
@cbracken cbracken merged commit c2386fb into flutter:master Sep 26, 2016
@cbracken cbracken deleted the xcode_var_subst branch October 25, 2016 16:19
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flutter run not working
2 participants