docs: use sudo for the quarantine-removal command everywhere (#20)
The bundle contains read-only files (e.g. the bundled OpenSSL dylibs), so a sudo-less 'xattr -dr com.apple.quarantine' fails with Permission denied for some users. Standardize on 'sudo xattr -dr com.apple.quarantine' in the README, ROADMAP, the release.yml SIGNING STATUS comment, and the release notes; AGENTS.md now requires release notes to carry the macOS first-launch instructions until a Developer ID cert is secured.
This commit is contained in:
@@ -11,7 +11,7 @@ name: Release
|
||||
# (bundle.macOS.signingIdentity: "-", hardenedRuntime: false). That replaces
|
||||
# the linker-only signature that made macOS report the app as "damaged" and
|
||||
# refuse Finder launches — users now get the standard "Open Anyway" prompt
|
||||
# (or run `xattr -dr com.apple.quarantine` for the damaged-error case, see
|
||||
# (or run `sudo xattr -dr com.apple.quarantine` for the damaged-error case, see
|
||||
# README). Still NOT Developer-ID signed / notarized (no certs yet).
|
||||
# tauri-action automatically signs + notarizes when the signing secrets are
|
||||
# present, so the moment we add APPLE_CERTIFICATE / APPLE_API_KEY /
|
||||
|
||||
Reference in New Issue
Block a user