BarredEwe / Prefire

🔥 A library based on SwiftUI Preview, for easy generation: Playbook view, Snapshot and Accessibility tests
Apache License 2.0
290 stars 18 forks source link

README specifies wrong command to run Prefire via CI #66

Closed mgacy closed 4 months ago

mgacy commented 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