realm / SwiftLint

A tool to enforce Swift style and conventions.
https://realm.github.io/SwiftLint
MIT License
18.45k stars 2.2k forks source link

Incorrect setting name for package plugin validation in README.md #5624

Closed tomasgreen closed 1 week ago

tomasgreen commented 2 weeks ago

Hi!

The readme states that you can use the following settings for disabling package plugin validation.

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

This is incorrect (at least for Xcode Cloud where I just confirmed it), it really should be:

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