-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Update how to enable Swift Package Manager instructions #10938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sfshaza2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, when ready
|
/gcbrun |
|
Visit the preview URL for this PR (updated for commit 5590706): https://flutter-docs-prod--pr10938-spm-master-default-ff1lhc9b.web.app |
Changes: 1. Enables Swift Package Manager by default on the main/master channel 2. Fixes tests that fail if Swift Package Manager is enabled Corresponding docs change: flutter/website#10938 Addresses #151567
…152049)" (#152243) Reverts: #152049 Initiated by: cbracken Reason for reverting: iOS builds failing in post-submit Original PR Author: loic-sharma Reviewed By: {jmagman} This change reverts the following previous change: Changes: 1. Enables Swift Package Manager by default on the main/master channel 2. Fixes tests that fail if Swift Package Manager is enabled Corresponding docs change: flutter/website#10938 Addresses #151567
|
flutter/flutter#152049 got reverted. I'm investigating the fix and will update this thread once the fix lands! |
|
Oof the fixes look non-trivial. I'll close this for now and re-open when we're ready to try this again. Apologies for the noise! |
…2049) Changes: 1. Enables Swift Package Manager by default on the main/master channel 2. Fixes tests that fail if Swift Package Manager is enabled Corresponding docs change: flutter/website#10938 Addresses flutter#151567
…lutter#152049)" (flutter#152243) Reverts: flutter#152049 Initiated by: cbracken Reason for reverting: iOS builds failing in post-submit Original PR Author: loic-sharma Reviewed By: {jmagman} This change reverts the following previous change: Changes: 1. Enables Swift Package Manager by default on the main/master channel 2. Fixes tests that fail if Swift Package Manager is enabled Corresponding docs change: flutter/website#10938 Addresses flutter#151567
…2049) Changes: 1. Enables Swift Package Manager by default on the main/master channel 2. Fixes tests that fail if Swift Package Manager is enabled Corresponding docs change: flutter/website#10938 Addresses flutter#151567
…lutter#152049)" (flutter#152243) Reverts: flutter#152049 Initiated by: cbracken Reason for reverting: iOS builds failing in post-submit Original PR Author: loic-sharma Reviewed By: {jmagman} This change reverts the following previous change: Changes: 1. Enables Swift Package Manager by default on the main/master channel 2. Fixes tests that fail if Swift Package Manager is enabled Corresponding docs change: flutter/website#10938 Addresses flutter#151567
Warning
Don't land this until flutter/flutter#152049 has passed post-submit tests. That PR is likely to be reverted due to post-submit failures.
flutter/flutter#152049 enables SwiftPM by default on the
mainchannel. This updates the docs accordingly.I also moved the "how to turn on/off SPM" guides down. This makes it so that the "How to migrate app" is the first section on the app developers page, and that the "How to migrate plugin" is the first section on the plugin developers page. This was feedback from today's Swift Package Manager walkthrough meeting.
Part of flutter/flutter#151567
PRs or commits this PR depends on (if any): flutter/flutter#152049
Presubmit checklist