mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-24 23:36:01 -05:00
add readme, improve comment
This commit is contained in:
parent
e89236142e
commit
be24bd5d7d
|
|
@ -1,7 +1,11 @@
|
|||
#!/bin/bash
|
||||
# Fix code signing for unsigned macOS app bundles (mainly used to test packages from PRs on CI).
|
||||
# Fixes code signing for unsigned macOS app bundles. Use after installing an unsigned build (e.g. from a PR artifact) to `/Applications` so the apps can be opened without Gatekeeper blocking them.
|
||||
# Run from project root: ./utils/macos_fix_codesign.sh [path/to/app.app ...]
|
||||
#
|
||||
# Example usage:
|
||||
# ./utils/macos_fix_codesign.sh # fixes cockatrice, oracle, and servatrice in /Applications
|
||||
# ./utils/macos_fix_codesign.sh /Applications/cockatrice.app # fixes only cockatrice
|
||||
#
|
||||
# Steps:
|
||||
# 1. Remove quarantine extended attribute
|
||||
# 2. Ad-hoc sign all dylibs, frameworks and executables inside the bundle
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user