Telling Xcode 14 beta 4 to trust build tool plugins programatically

In Xcode Cloud you can use custom build scripts (ci_post_clone.sh) to set the following user default:

defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES

This will have the same effect as passing -skipPackagePluginValidation.

16 Likes