getsidetrack/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
- Stale
- License
- None
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. |