- 04 Aug, 2023 1 commit
-
-
Victoria Ashworth authored
Redo of https://github.com/flutter/flutter/pull/130728 - code is the same as before. That PR was stuck in Google testing and then I messed up the rebase so started over. ---- Starting in Xcode 15, the simulator is no longer included in Xcode and must be downloaded and installed separately. This adds a validation to `flutter doctor` to warn when the needed simulator runtime is missing. Validation message looks like: ``` [!] Xcode - develop for iOS and macOS (Xcode 15.0) ! iOS 17.0 Simulator not installed; this may be necessary for iOS and macOS development. To download and install the platform, open Xcode, select Xcode > Settings > Platforms, and click the GET button for the required platform. For more information, please visit: https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes ``` It may also show an error like this when something goes wrong when checking for the simulator: ``` [!] Xcode - develop for iOS and macOS (Xcode 15.0) â Unable to find the iPhone Simulator SDK. ``` Note: I'm unsure of in the future if the SDK and the simulator runtime will need to match the exact version or just the major. For now, it only checks against the major version. Part 3 of https://github.com/flutter/flutter/issues/129558.
-
- 19 May, 2023 1 commit
-
-
Christopher Fujino authored
[flutter_tools] only try to take a screenshot from flutter drive if the --screenshot flag is passed (#127150) Fixes https://github.com/flutter/flutter/issues/123621
-
- 27 Apr, 2023 1 commit
-
-
Jenn Magder authored
Looks like CocoaPods 1.12.1 is incompatible with < Xcode 14 due to https://github.com/CocoaPods/CocoaPods/pull/11828 (see https://github.com/flutter/flutter/issues/123890 for context). Bump the minimum Xcode version allowed by tooling to 14, released September 2022. ``` [!] Xcode - develop for iOS and macOS (Xcode 13.4) â Flutter requires Xcode 14 or higher. Download the latest version or update via the Mac App Store. ``` Fixes https://github.com/flutter/flutter/issues/125286. Previous bump at #97746.
-
- 29 Mar, 2023 1 commit
-
-
Victoria Ashworth authored
Update device selection to wait for wireless devices to load
-
- 15 Mar, 2023 1 commit
-
-
Victoria Ashworth authored
Separate attached and wireless devices
-
- 13 Mar, 2023 1 commit
-
-
Victoria Ashworth authored
Move target devices logic to its own classes and file
-
- 03 Mar, 2023 1 commit
-
-
Victoria Ashworth authored
Update device filtering and introduce isConnected and connectionInterface
-
- 23 Sep, 2022 1 commit
-
-
Lau Ching Jun authored
Refactor `DeviceManager.findTargetDevices()` and `FlutterCommand.findAllTargetDevices()`, and add a flag to not show prompt. (#112223)
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 26 Jul, 2022 1 commit
-
-
Christopher Fujino authored
-
- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Jun, 2022 2 commits
-
-
Jonah Williams authored
-
Jesús S Guerrero authored
-
- 25 May, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 02 Mar, 2022 1 commit
-
-
Jenn Magder authored
-
- 02 Feb, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 05 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 07 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Mouad Debbar authored
This reverts commit cb378edc.
-
Ian Hickson authored
-
- 01 Oct, 2021 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
- 14 Sep, 2021 1 commit
-
-
Christopher Fujino authored
-
- 30 Jul, 2021 1 commit
-
-
Jenn Magder authored
-
- 29 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 28 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 27 Apr, 2021 1 commit
-
-
Ian Hickson authored
-
- 22 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 21 Apr, 2021 2 commits
-
-
Phil Quitslund authored
-
Jenn Magder authored
-
- 17 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 09 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 05 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 31 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 24 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 05 Mar, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] replace MockFlutterVersion usage with fake where possible, move from context (#77390)
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 03 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 09 Feb, 2021 1 commit
-
-
Jonah Williams authored
-