-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Closed
Task
Copy link
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectplatform-iosiOS applications specificallyiOS applications specificallyplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
Background
The Swift Package Manager feature can be turned on by setting the SWIFT_PACKAGE_MANAGER to true.
This environment variable name is a bit generic and might collide with other tooling.
Solution
Add a FLUTTER_ prefix to this environment variable and rename it to FLUTTER_SWIFT_PACKAGE_MANAGER.
However, renaming this would break anyone that's set this environment variable to true. To minimize disruption, I will rename this environment variable in the same release that turns on SwiftPM by default. See: #151567
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectplatform-iosiOS applications specificallyiOS applications specificallyplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team