We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832fead commit 0555bc3Copy full SHA for 0555bc3
1 file changed
ci_scripts/ci_post_clone.sh
@@ -18,4 +18,5 @@ aws s3 sync \
18
--no-progress 2>&1 | grep -v "Is a directory"
19
20
# Trust swiftlint
21
-defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidation -bool YES
+defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidation -bool YES
22
+defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
0 commit comments