| commit | 43650e93f4e3bac849f9ccc35fd1b8f71667da4f | [log] [tgz] |
|---|---|---|
| author | Chris Bracken <chris@bracken.jp> | Tue Feb 14 09:56:57 2017 -0800 |
| committer | GitHub <noreply@github.com> | Tue Feb 14 09:56:57 2017 -0800 |
| tree | efd7815845b64c2da49235c77fbd1db763b35f96 | |
| parent | 8857fa080e2761312f073a84655b7e09490f3d00 [diff] |
Emit additional Xcode settings in flutter create (#8125) On flutter run, we update ios/Flutter/Generated.xcconfig with various Flutter-specific settings required by xcode_backend.sh during a build from Xcode. These settings need to be present at the time the project is loaded since Xcode doesn't pick up live updates to these files. Without these settings, Xcode fails to locate xcode_backend.sh itself, causing the build to fail until the Xcode project has been closed and re-opened. This also prevents Xcode's project updater from 'helpfully' suggesting to clean up and delete the Generated.xcconfig file.
Flutter is a new way to build high-performance, cross-platform mobile apps. Flutter is optimized for today‘s, and tomorrow’s, mobile devices. We are focused on low-latency input and high frame rates on Android and iOS.
Flutter is an early-stage open-source project. We are still missing core features like accessibility, text input, localization, and more. However, you can build demos and examples today. We hope you try it out and send us feedback.
For information about using Flutter to build apps, please see the getting started guide.
For information about contributing code to Flutter itself, please see CONTRIBUTING.md.
Join us in our Gitter chat room or join our public mailing list, flutter-dev@googlegroups.com.