- 01 Feb, 2017 2 commits
-
-
Chris Bracken authored
This avoids Xcode complaining at us about unused xcconfig files (for the time being).
-
Chris Bracken authored
-
- 27 Jan, 2017 1 commit
-
-
Chris Bracken authored
Almost all real-world apps will want a custom app delegate, and 'flutter create' code-gens one by default. This brings the samples in line with our templates and the most common use case.
-
- 26 Sep, 2016 1 commit
-
-
Chris Bracken authored
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.
-
- 18 Aug, 2016 1 commit
-
-
Seth Ladd authored
-
- 12 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 05 Aug, 2016 3 commits
-
-
Chinmay Garde authored
* Update examples to lower the deployment target on iOS.
-
Eric Seidel authored
* Remove stray PRODUCT_BUNDLE_IDENTIFIER This was erroneously added and overrides the bundle for the gallery causing signing to fail in my setup. @chinmaygarde * Remove PRODUCT_BUNDLE_IDENTIFIER from all Runner pbxproj's
-
Eric Seidel authored
I took the logo_square from: https://github.com/flutter/identity-assets/tree/master/assets/logo_square Opened it in preview, gave it a white background and then dropped it in the icon tool to create these updated icons. We may want to use offwhite like we did for Android but this is sufficient for my demo today. @hansmuller
-
- 04 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 18 Jul, 2016 1 commit
-
-
Hans Muller authored
-
- 07 Jul, 2016 1 commit
-
-
Adam Barth authored
We want to use the FlutterViewController in this new project template. Fixes #4840
-
- 06 Jul, 2016 1 commit
-
-
Adam Barth authored
We now use a different approach for ios projects where the developer controls the Xcode project file. This patch removes the old ".generated" approach in favor of the new approach.
-
- 13 May, 2016 1 commit
-
-
Devon Carew authored
* updates from the flutter gallery rename * rename ids to io.flutter.gallery
-
- 09 May, 2016 1 commit
-
-
Hans Muller authored
-