-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Reland Xcode backend refactor #23574
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
| @@ -0,0 +1,8 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
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.
I think every project should have this check plist and the legacy build xcsettings checked in to avoid git dirty builds in xcode 10
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.
Done
xster
left a comment
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.
LGTM
* Use Xcode build configurations to drive Flutter build mode * Proper check wrt local_engine, print error if profile mode misisng * Remove unused code, update tests, fix template problem, update warning * fix up warning * add explanatory dev comment * fix whitespace * missing words, change lambda arrow to function body * error indentation * Test early exits for xcode_backend.sh * only on macOS, use right test * Update error messages * case insensitive compare for build config * Update gallery podfile * update projects to add profile configuration * make compatible with flavors * add missing plist files
* Revert "Update templates (flutter#23698)" This reverts commit 5b0de6d. * Revert "Verify that date/number translations exist for all supported languages (flutter#23692)" This reverts commit 3449edf. * Revert "Reland Xcode backend refactor (flutter#23574)" This reverts commit 7270f28.
The original PR had to be reverted (#23528) becuase it caused several device lab failures and failed to build the flutter_gallery.
The following updates have been made
Runner.xcodeprojprojects in examples/ and dev/ to add a "Profile" configuration to support running in profile mode (used in device lab tests/benchmarks). (aa3851d)Opening this as a new PR since the CI checks got messed up on the other reland PR.