From 9ea7317f5c378204515df1e3b7aa48ea83602f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Pacheco=20Neves?= Date: Wed, 24 Apr 2024 22:09:52 +0100 Subject: [PATCH] Remove SPM scheme for Carthage --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81fc91d..288b787 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -255,6 +255,9 @@ jobs: defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES + # remove SPM scheme because Carthage builds all shared schemes... + rm ".swiftpm/xcode/xcshareddata/xcschemes/Alicerce (SPM).xcscheme" + ./script/carthage.sh build \ --cache-builds \ --no-skip-current \