From 384eab88d1a0b98ac96f4819e50a4308ecd5359f Mon Sep 17 00:00:00 2001 From: Tom Lokhorst <tom@lokhorst.eu> Date: Sun, 4 Feb 2024 19:42:47 +0100 Subject: [PATCH] Add Xcode Cloud instruction --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3b50fa4e..65011508 100644 --- a/README.md +++ b/README.md @@ -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: