Skip to content

Commit 384eab8

Browse files
committed
Add Xcode Cloud instruction
1 parent 47c3610 commit 384eab8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ As of Rswift 7, Swift Package Manager is the recommended method of installation.
9898

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

101+
#### When running on Xcode Cloud
102+
103+
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:
104+
`defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES`
105+
101106
### Package.swift based SPM project
102107

103108
1. Add a dependency in Package.swift:

0 commit comments

Comments
 (0)