Skip to content

Conversation

@johnbute
Copy link
Contributor

Add-dependency will update all manifest files in a swift package

Motivation:

#9248

Modifications:

Essentially, just added a function to query all possible manifest files, then apply edits to each one.

Result:

Now, add-dependency can edit multiple manifests at the same time such as swift argument parser.

@johnbute
Copy link
Contributor Author

There is still needing tests + option to specify the manifest files a user wants to add-dependencies to.

@johnbute
Copy link
Contributor Author

Furthermore, I think that on top of add-dependency, other similar subcommands, such as add-target and add-product, should also support this logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant