| commit | 36e3260bfe04ffbf4cc46f5bb59eb58df0cf35ee | [log] [tgz] |
|---|---|---|
| author | Chris Bracken <chris@bracken.jp> | Fri Feb 17 13:38:47 2017 -0800 |
| committer | GitHub <noreply@github.com> | Fri Feb 17 13:38:47 2017 -0800 |
| tree | c9cf4f19e78ee7fa8dd97c5ded11bdfcefdbadad | |
| parent | 0962dd6a9433ba934f57a7097e66506032358200 [diff] |
Do not attempt to merge non-fat frameworks in Xcode build (#8251) * Do not attempt to merge non-fat frameworks in Xcode build During the Xcode build, we strip code irrelevant to the target architecture in frameworks used by the application. In the case of non-fat executables, no stripping occurs, so the frameworks can be used as-is. No merge & replace step is necessary. * fixup! Do not attempt to merge non-fat frameworks in Xcode build
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.