From 1da9e269cd2a6619cacd1d99418590cdbda20163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?furby=E2=84=A2?= Date: Fri, 27 Dec 2024 12:22:19 -0700 Subject: [PATCH] CI: enable swift macros. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: furby™ --- .github/workflows/swift-macos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/swift-macos.yml b/.github/workflows/swift-macos.yml index eca1fcc6..544ecf2f 100644 --- a/.github/workflows/swift-macos.yml +++ b/.github/workflows/swift-macos.yml @@ -18,5 +18,9 @@ jobs: chmod +x ./swift-bundler sudo cp ./swift-bundler /usr/local/bin/ rm ./swift-bundler + - name: 🧰 Enable Swift Macros + run: | + sudo defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES + sudo defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES - name: 📦 Build & Bundle run: swift bundler bundle -c release --xcodebuild