- 06 Jul, 2016 1 commit
-
-
Adam Barth authored
This patch changes the default `flutter create` command to generate a HelloServices-style app on iOS. As a consequence, the Atom integration now fully works with HelloServices.
-
- 30 Jun, 2016 1 commit
-
-
Todd Volkert authored
-
- 13 Jun, 2016 1 commit
-
-
Todd Volkert authored
-
- 06 Jun, 2016 1 commit
-
-
Adam Barth authored
The `flutter.buildMode` property now controls whether to build in debug, profiling, or release.
-
- 03 Jun, 2016 1 commit
-
-
Chinmay Garde authored
Add a FLUTTER_MODE variable to the generated Xcconfig and fix snapshot generation on all targets. (#4362) Get rid of the DART_EXPERIMENTAL_INTERPRETER_FLAG.
-
- 02 Jun, 2016 1 commit
-
-
Adam Barth authored
Fixes #4298
-
- 01 Jun, 2016 1 commit
-
-
Adam Barth authored
This patch updates how we generate xcconfig files to match what xcode_backend.sh expects.
-
- 26 May, 2016 1 commit
-
-
Todd Volkert authored
Fixes #4186
-
- 23 May, 2016 1 commit
-
-
Chinmay Garde authored
Wire up ios-profile and ios-release. Switching between debug, profile and release starts the build process from scratch. (#4063)
-
- 12 May, 2016 2 commits
-
-
Jason Simmons authored
-
Jason Simmons authored
Artifacts from local engine builds will be found based on the --local-engine flag
-
- 03 May, 2016 1 commit
-
-
Devon Carew authored
* fix analysis errors * review comments; fix test * re-add an export for debugPrint
-
- 18 Apr, 2016 1 commit
-
-
Devon Carew authored
* rename the --develop option to --debug * fail if both --debug and --deploy are specified
-
- 16 Apr, 2016 1 commit
-
-
Devon Carew authored
* use the new cache code to locate more artifacts * add todo * review comments
-
- 11 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 25 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 22 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 21 Mar, 2016 2 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
- 12 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 24 Feb, 2016 1 commit
-
-
Chinmay Garde authored
-
- 19 Feb, 2016 3 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
In case the user changes the path of the Flutter project on disk, the Dart SDK or the Flutter repository itself, the old Xcode paths would be invalid. Now, we rewrite them when we build the project.
-
Chinmay Garde authored
Use the project name to initialize the bundle name and identifier
-
- 17 Feb, 2016 5 commits
-
-
Devon Carew authored
-
Adam Barth authored
Revert "iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier" This reverts commit dd4361bc. We still use the hard-coded name in a number of places, including launching the app on the iOS simulator. Fixes #1950
-
Chinmay Garde authored
-
Chinmay Garde authored
iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier
-
Adam Barth authored
All the functionality of this command has been integrated into other commands.
-
- 16 Feb, 2016 2 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-