- 18 Nov, 2020 1 commit
-
-
Ben Konyi authored
-
- 16 Jul, 2020 1 commit
-
-
Jonah Williams authored
Add feature flags for android, ios, and fuchsia (on by default). After updating the g3 rollers, the fuchsia feature will be turned off by default. Creates a simpler base type of feature flags for g3 to extend. Updates android, ios, fuchsia workflows to use feature flags check. Removes concept of stable artifacts and checks on flutter version. Fixes #58999 #52859 #12768
-
- 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.
-
- 13 Jul, 2019 1 commit
-
-
Ian Hickson authored
Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108)
-
- 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.
-
- 25 May, 2019 1 commit
-
-
stuartmorgan authored
Splits Xcode validation out of the iOS validator and into a stand-alone validator, and groups the CocoaPods validator with that top-level validator instead of the iOS validator. iOS now validates only the iOS-specific tools (e.g., ideviceinstaller). Reorganizes many of the associated clases so that those that are used by both macOS and iOS live in macos/ rather than ios/. Moves some validators to their own files as part of the restructuring. This is the macOS portion of #31368
-
- 09 May, 2019 1 commit
-
-
Sam Rawlins authored
-
- 08 Apr, 2019 1 commit
-
-
Lau Ching Jun authored
Mark ios-deploy version 2.0.0 as bad. ios-deploy before version 1.9.4 declares itself as v2.0.0 https://github.com/ios-control/ios-deploy/commits/master/src/ios-deploy/version.h
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 03 Jan, 2019 1 commit
-
-
KyleWong authored
-
- 18 Dec, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Nov, 2018 1 commit
-
-
Jonah Williams authored
-
- 07 Nov, 2018 1 commit
-
-
jslavitz authored
* Removes need for homebrew installation if all other packages are installed. Modifies test to work with this new functionality.
-
- 19 Sep, 2018 1 commit
-
-
tonyzhao1 authored
This is a cleanup PR.
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 05 Sep, 2018 1 commit
-
-
tonyzhao1 authored
* First step in Flutter Doctor refactor. Assigns categories to all validators. * Revert "Roll engine e54bc4ea1832..a84b210b3d26 (6 commits) (#20453)" This reverts commit 05c2880a. * Split iOS and Android workflows into workflow and validator classes. * Change ValidatorCategory to handle standalone validators that share a category (e.g. IntelliJ). Also make Android Studio and Android toolchain use separate categories. At this stage, flutter doctor output matches what it was previously. (The summary() method itself has not yet been changed ) * Change doctor summary code to support validator categories. Output is still unchanged. * Handle small formatting issues. * Flip Flutter category's isGroup field to false until it's actually needed. * Revert auto-generated formatting changes to keep those lines from muddying the pull. * Small fixes pointed out by analyzer. * Properly fix analyzer issues around const constructors. * Small changes to address comments. * Add tests to verify grouped validator behavior and validationtype merging. * Update doctor.dart * Add comments for clarification.
-
- 15 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Upgrade everything except matcher. * Roll matcher (and test) * Adjust tests that depend on flutter:test directly to depend on a shim * Require use of package:test shim and remove other references to package:test
-
- 12 Jul, 2018 1 commit
-
-
Chris Bracken authored
ios-deploy relies on LLDB.framework, which relies on /usr/bin/python and the 'six' module that's installed on the system. However, it appears to use the first version of Python on PATH, rather than explicitly specifying the system install. If a user has a custom install of Python (e.g., via Homebrew or MacPorts) ahead of the system Python on their PATH, LLDB.framework will pick up that version instead. If the user hasn't installed the 'six' module, ios-deploy will fail with a relatively cryptic error message. This patch pushes /usr/bin to the front of PATH for the duration of the ios-deploy run to avoid this scenario. This patch also removes checks for package six. Neither Flutter nor any of its direct dependencies/tooling relies on package six. ios-deploy depends on LLDB.framework (included with Xcode), which relies on a Python script that imports this package but uses whichever Python is at the front of the path. Flutter now invokes ios-deploy with a PATH with /usr/bin forced to the front in order to avoid this problem. We could have retained the check out of paranoia, but this seems unnecessary since it's entirely possible LLDB.framework may one day drop this dependency, in which case I'd expect the base system install of Python would likely drop it as well.
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 May, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 04 May, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit c64ace84.
-
Mikkel Nygaard Ravn authored
-
- 30 Apr, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit 6e26cc28.
-
Mikkel Nygaard Ravn authored
-
- 09 Apr, 2018 1 commit
-
-
Sam Rawlins authored
* Bump mockito to 3.0.0-alpha+3 * Type annotation
-
- 04 Apr, 2018 1 commit
-
-
xster authored
-
- 19 Mar, 2018 1 commit
-
-
Matan Lurey authored
-
- 17 Mar, 2018 1 commit
-
-
Jonah Williams authored
* fail ios workflow when simctl does not work * missed rename commit * address comments
-
- 07 Mar, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 Sep, 2017 1 commit
-
-
Chris Bracken authored
Differentiate between 'not installed' and 'not working' and emit a more targeted message.
-
- 05 Sep, 2017 1 commit
-
-
Chris Bracken authored
ios-deploy 1.9.2 includes fixes for a common source of Xcode breakage (flutter/flutter#4326) with Xcode 8.3.3 + iOS 10.3.3, and is required to to support Xcode 9 (flutter/flutter#11875).
-
- 13 Jul, 2017 1 commit
-
-
xster authored
* start * with create * refactor cocoapod code, add tests * fix tests * throw when cocoapod missing * obj-c projects don’t use use_framework!
-
- 29 Jun, 2017 1 commit
-
-
xster authored
-
- 16 Jun, 2017 2 commits
-
-
Chris Bracken authored
All invocations should go via the IMobileDevice class in mac.dart.
-
Chris Bracken authored
Extract out IMobileDevice class, move class to idevice_id, ideviceinfo (and eventually other libimobiledevice tools such as iproxy) behind this interface. Add tests for the case where libimobiledevice is not installed, the case where it returns no devices, and the case where it returns device IDs.
-
- 22 May, 2017 2 commits
-
-
Chris Bracken authored
Does not yet migrate hasIdeviceId since that results in a cascade of breaking interface changes that's significant enough for a separate patch.
-
Chris Bracken authored
Ensure that flutter doctor returns a partial installation status when ideviceid is not installed.
-
- 12 May, 2017 1 commit
-
-
Ian Hickson authored
-