Skip to content

Commit

Permalink
Add Xcode Cloud instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Feb 4, 2024
1 parent 47c3610 commit 384eab8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ As of Rswift 7, Swift Package Manager is the recommended method of installation.

_Screenshot of the Build Phase can be found [here](Documentation/Images/RunBuildToolPluginsRswift.png)_

#### When running on Xcode Cloud

5. Add a [custom build script](https://developer.apple.com/documentation/xcode/writing-custom-build-scripts) in `ci_scripts/ci_post_clone.sh` with the content:
`defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES`

### Package.swift based SPM project

1. Add a dependency in Package.swift:
Expand Down

0 comments on commit 384eab8

Please sign in to comment.