remove_swift_package
Remove a Swift package dependency from the active Xcode project by providing its URL and confirming the removal.
Instructions
Removes a Swift Package dependency from the active project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the Swift package to remove | |
| confirm | Yes | Confirmation to remove the package. Must be set to true. |