Closed mgacy closed 4 months ago
The README specifies the command to configure permissions on CI as
defaults write com.apple.dt.Xcode ideskippackagepluginfingerprintvalidationbool YES
but it should be:
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
The README specifies the command to configure permissions on CI as
but it should be: