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