- 18 Sep, 2019 1 commit
-
-
Jenn Magder authored
-
- 17 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 12 Sep, 2019 2 commits
-
-
stuartmorgan authored
- Makes build_macos.dart handle the case where there is only one Xcode project in the macos/ directory, but it's not called Runner.xcodeproj - Makes getInfo throw a tool exit when trying to get project info and it can't find a project, since that is a configuration error by the user rather than a tool bug.
-
Zachary Anderson authored
-
- 06 Sep, 2019 1 commit
-
-
Christopher Fujino authored
-
- 05 Sep, 2019 2 commits
-
-
stuartmorgan authored
Avoids unnecessarily breaking projects that have another .xcodeproj in their macos/ directory, which worked until the addition of the getInfo call.
-
Zachary Anderson authored
-
- 28 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 27 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Aug, 2019 1 commit
-
-
Jenn Magder authored
-
- 20 Aug, 2019 2 commits
-
-
Zachary Anderson authored
-
Jenn Magder authored
-
- 17 Aug, 2019 1 commit
-
-
Todd Volkert authored
We were using the `defaults` command-line utility to parse Plist files, but it was never supported by Apple, and it appears that in an upcoming OS release, it will be less likely to work: > WARNING: The defaults command will be changed in an upcoming > major release to only operate on preferences domains. General > plist manipulation utilities will be folded into a different > command-line program. Fixes https://github.com/flutter/flutter/issues/37701
-
- 16 Aug, 2019 3 commits
-
-
Andri Jasinski authored
-
Jonah Williams authored
-
- 15 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 12 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 10 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 07 Aug, 2019 1 commit
-
-
Christopher Fujino authored
-
- 06 Aug, 2019 1 commit
-
-
sjindel-google authored
This PR contains the tests for flutter/engine#10186.
-
- 31 Jul, 2019 2 commits
-
-
Jonah Williams authored
-
Jenn Magder authored
Build number (part after +) is documented as optional, use entire app version if not present (#37036)
-
- 30 Jul, 2019 1 commit
-
-
Jenn Magder authored
-
- 29 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 19 Jul, 2019 2 commits
-
-
Christopher Fujino authored
-
Dan Field authored
-
- 18 Jul, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 17 Jul, 2019 1 commit
-
-
Christopher Fujino authored
* add failing tests * fix tests * be more specific with try-catch * add further mocking to get tests to pass again * fix analyzer failure
-
- 16 Jul, 2019 3 commits
-
-
Todd Volkert authored
Slight cleanup of file locations in flutter_tools to make it easier to see which files are responsible for data reporting.
-
Christopher Fujino authored
This reverts commit 5501a1c1.
-
sjindel-google authored
## Description Instead of detaching from the spawned App process on the device immediately, keep the LLDB client connection open (in autopilot mode) until the App quits or the server connection is lost. This replicates the behavior of Xcode, which also keeps a debugger attached to the App after launching it. ## Tests This change will be covered by all running benchmarks (which are launched via "flutter run"/"flutter drive"), and probably be covered by all tests as well. I also tested the workflow locally -- including cases where the App or Flutter CLI is terminated first. ## Breaking Change I don't believe this should introduce any breaking changes. The LLDB client automatically exits when the app dies or the device is disconnected, so there shouldn't even be any user-visible changes to the behavior of the tool (besides the output of "-v").
-
- 15 Jul, 2019 1 commit
-
-
Christopher Fujino authored
This updates the flutter tool cache to download binary files for ideviceinstaller, ios-deploy, libimobiledevice, and dynamically linked dependencies from Flutter's GCP bucket.
-
- 12 Jul, 2019 2 commits
-
-
Christopher Fujino authored
This reverts commit 14d489ad.
-
Christopher Fujino authored
This updates the flutter tool to cache binary files for ideviceinstaller, ios-deploy, libimobiledevice, and dynamically linked dependencies from Flutter's GCP bucket.
-
- 11 Jul, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit d200dc15.
-
sjindel-google authored
-
- 02 Jul, 2019 1 commit
-
-
Alexandre Ardhuin authored
* more ui-as-code * address review comments
-