Skip to content
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

Allow edits to Swift Package Manifest #2839

Open
AnthonyMDev opened this issue Feb 21, 2023 · 0 comments
Open

Allow edits to Swift Package Manifest #2839

AnthonyMDev opened this issue Feb 21, 2023 · 0 comments
Labels
codegen Issues related to or arising from code generation dependency-management Issues with CocoaPods, Carthage, or SPM integration feature New addition or enhancement to existing solutions

Comments

@AnthonyMDev
Copy link
Contributor

Add new associated value to swift package manager module type config for packageManifestSelfManaged defaulting to false.

If true, this would generate the Package.swift only if it is not present, otherwise, no overwrites are made and user can edit manifest themselves. Documentation should make it clear that this means they are responsible for maintaining their Package manifest.

Also add generated file header to Package.swift file (with editable message, if packageManifestSelfManaged is true).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codegen Issues related to or arising from code generation dependency-management Issues with CocoaPods, Carthage, or SPM integration feature New addition or enhancement to existing solutions
Projects
None yet
Development

No branches or pull requests

2 participants