BarredEwe / Prefire

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

README specifies wrong command to run Prefire via CI #66

Closed mgacy closed 4 hours ago

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