actions-marketplace-validations/action-xcodeproj-spm-update
Update your Xcode project with the latest Swift Package dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 25, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/getsidetrack_action-xcodeproj-spm-update@0713e31321dc5aef355a5683c8a13de468cdd428 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | The path in which the Xcodeproj can be found. | no | . |
| forceResolution | Always regenerate the Package.resolved, irrespective of conflicts. | no | false |
| failWhenOutdated | Action will fail if changes to dependencies are made. | no | true |
| xcodePath | The path to Xcode which should be used to run xcodebuild commands - allows you to speicfy the Xcode version. | no | — |
| workspace | If in use, provide the name of your xcworkspace file such as Example.xcworkspace | no | — |
| scheme | If specifying a workspace file, you must also provide a scheme as defined within your Xcode workspace. | no | — |
Outputs
| name | description |
|---|---|
| dependenciesChanged | A bool (true or false) indicating whether changes were made to the dependencies. |