-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectgood first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorsplatform-iosiOS applications specificallyiOS applications specificallyplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyt: flutter doctorProblem related to the "flutter doctor" toolProblem related to the "flutter doctor" tooltoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
This will allow us to tell if users are on beta versions of Xcode, since those report as "13.0" and not "13.0 beta 4".
[✓] Xcode - develop for iOS and macOS (Xcode 14.0)
• Xcode at /Users/magder/Applications/Xcode-14_beta1.app/Contents/Developer
• CocoaPods version 1.11.3
becomes something like
[✓] Xcode - develop for iOS and macOS (Xcode 14.0)
• Xcode at /Users/magder/Applications/Xcode-14_beta1.app/Contents/Developer
• Build 14A5228q
• CocoaPods version 1.11.3
Would need to update parsing in
| void _updateVersion() { |
See also #86902
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectgood first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorsplatform-iosiOS applications specificallyiOS applications specificallyplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyt: flutter doctorProblem related to the "flutter doctor" toolProblem related to the "flutter doctor" tooltoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.