- 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
-
- 02 May, 2017 1 commit
-
-
xster authored
* Don’t automatically pod setup if the user never did it * fix/add test * rename getters
-
- 27 Mar, 2017 1 commit
-
-
Jakob Andersen authored
-
- 10 Mar, 2017 3 commits
-
-
Todd Volkert authored
(follow-on to #8698)
-
Todd Volkert authored
-
Todd Volkert authored
`all.dart` is no longer needed. Furthermore, it causes tests to be skipped, or to silently fail to run anything. Fixes #7941
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 28 Feb, 2017 1 commit
-
-
Yegor authored
-
- 09 Feb, 2017 2 commits
-
-
Chris Bracken authored
* Fix potential NPE in iOS doctor check In case Xcode is not installed, the xcode-select path may be null. * fixup! Fix potential NPE in iOS doctor check
-
Chris Bracken authored
If the developer has only installed the Xcode command-line tools, xcode-select and some other tools may be present, but xcodebuild will be missing. In this case, output a slightly improved message indicating that the installation is incomplete rather than missing.
-
- 02 Feb, 2017 2 commits
-
-
Chris Bracken authored
* Add doctor check for Python 'six' module Required as part of Xcode lldb module. In all likelihood, if we encounter this situation, the developer is using a custom Python install (e.g., via MacPorts or Homebrew).
-
Chris Bracken authored
Ref: https://developer.apple.com/xcode/
-
- 01 Feb, 2017 1 commit
-
-
Chris Bracken authored
-