You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a newer version came in from a plugin and same SPM existed in local project, and cli merges, we need a way to specify resolution (which one should override)
Is your feature request related to a problem? Please describe.
Right now you have to manually modify the xcodeworkspace to include swift packages.
Describe the solution you'd like
Ability to add
App_Resources/iOS/swift-packages.txt
or .yml file with lists the git url's to Swift Packages.CLI would pick it up and modify the xcodeproj to include them inherently.
Could also potentially have a command that adds them to such a file if needed:
ns add swift-package (url)
References:
https://www.swift.org/package-manager/
For example ability to include this: https://github.com/apple/swift-markdown
Describe alternatives you've considered
No response
Anything else?
No response
Please accept these terms
The text was updated successfully, but these errors were encountered: