- 03 Jan, 2019 1 commit
-
-
KyleWong authored
-
- 19 Dec, 2018 1 commit
-
-
tonyzhao1 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.
-
- 05 Nov, 2018 1 commit
-
-
- 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.
-
- 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.
-
- 31 May, 2018 1 commit
-
-
Sigurd Meldgaard authored
This makes it easier to run ios add2app apps with Flutter run.
-
- 09 May, 2018 2 commits
-
-
Danny Tuppeny authored
-
Danny Tuppeny authored
Very basic support for "flutter emulators" which just lists the available Android AVDs. Relates to: https://github.com/flutter/flutter/issues/14822 https://github.com/Dart-Code/Dart-Code/issues/490 https://github.com/flutter/flutter/issues/13379
-
- 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
-
- 04 Apr, 2018 1 commit
-
-
xster authored
-
- 28 Mar, 2018 1 commit
-
-
Todd Volkert authored
This updates AppContext per the recommendations in #15352 Fixes #15352
-
- 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
-
- 19 Feb, 2018 1 commit
-
-
Danny Tuppeny authored
These URLs all automatically redirect HTTP to HTTPS so makes sense to point users at the secure versions.
-
- 19 Oct, 2017 1 commit
-
-
Chris Bracken authored
The libimobiledevice suite of tools do not include version information. A simple way to verify they meet our version requirements is to run idevice_id -l, which will fail when older versions are run against iOS devices with newer versions of iOS installed. Unfortunately, idevice_id -l will also fail when libimobiledevice is up to date, but the attached devices have never been paired with the host machine in Xcode. This patch updates the error message to help guide the user in such situations.
-
- 28 Sep, 2017 1 commit
-
-
Chris Bracken authored
Differentiate between 'not installed' and 'not working' and emit a more targeted message.
-
- 05 Sep, 2017 2 commits
-
-
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).
-
Chris Bracken authored
Opening Xcode is no longer sufficient to enable develop mode in Xcode 9. Update the message to run the command-line tool. Alternatively users can launch an app in the Xcode debugger to do this.
-
- 01 Aug, 2017 1 commit
-
-
Alexey Shamrin authored
-
- 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 3 commits
-
-
Chris Bracken authored
All invocations should go via the IMobileDevice class in mac.dart.
-
Chris Bracken authored
Use a top-level getter in mac.dart rather than a static instance getter and a top-level getter in ios_workflow.dart. Makes this code consistent with how we do context lookups elsewhere.
-
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.
-
- 15 Jun, 2017 1 commit
-
-
Chris Bracken authored
Eliminates the need for the device/daemon code to get at the iOS/Android tooling indirectly via Doctor. In tests, we now inject the workflow objects (or mocks) directly.
-
- 02 Jun, 2017 1 commit
-
-
xster authored
* Small setup doc for the app store option * review notes
-
- 31 May, 2017 2 commits
-
-
Chris Bracken authored
Eliminates nearly-duplicate install instructions for libimobiledevice, ideviceinstaller. Since ideviceinstaller depends on libimobiledevice, it's almost certain that if libimobiledevice isn't installed, or needs updating, so does ideviceinstaller.
-
Chris Bracken authored
This message will be emitted both when libimobiledevice requires updating, or when it has not yet been installed. It's also not specifically the version of Xcode that it's incompatible with, it's the lockdownd daemon, which is actually more closely tied to iTunes.
-
- 23 May, 2017 1 commit
-
-
Chris Bracken authored
-
- 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.
-
- 02 May, 2017 1 commit
-
-
xster authored
* Don’t automatically pod setup if the user never did it * fix/add test * rename getters
-