- 01 Jun, 2018 1 commit
-
-
Chris Bracken authored
Eliminates 64-bit hardcoding for iOS test apps under dev/. This brings them in line with the default iOS app templates.
-
- 18 Dec, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 29 Nov, 2017 1 commit
-
-
Greg Spencer authored
This consolidates all of the non-template .gitignore rules into the top level .gitignore, to ignore common things more broadly, with less maintenance needed for the .gitignore files. Does not touch the templates, so that they still produce needed .gitignores as part of flutter create.
-
- 19 May, 2017 1 commit
-
-
Chris Bracken authored
Under android/ directory, ignore: GeneratedPluginRegistrant.java Under ios/ directory, ignore: GeneratedPluginRegistrant.h GeneratedPluginRegistrant.m Pods/
-
- 23 Mar, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 01 Feb, 2017 1 commit
-
-
Chris Bracken authored
-
- 18 Aug, 2016 1 commit
-
-
Seth Ladd authored
-
- 05 Aug, 2016 2 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
-
- 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.
-
- 23 May, 2016 1 commit
-
-
Ian Hickson authored
Our microbenchmarks now run on real devices.
-