Macos Codesign Sidecar Strip

Strip the `._*` companion files that macOS archiving writes beside files carrying extended attributes, after unpacking anything into a macOS app bundle and before the bundle is signed, because the signer seals those companions as ordinary bundle members and the OS deletes them the first time the file manager touches the app. Use when a signed macOS app launches fine on the build machine but users are told it is damaged and can't be opened, or when signature verification reports a sealed resource missing.

maxrave-dev 5f05770 5.2 KB Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/macos-codesign-sidecar-strip commit 5f05770dfc

Frequently asked questions

npx skillmds@latest add maxrave-dev/macos-codesign-sidecar-strip