mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
add readme, improve comment
This commit is contained in:
parent
e89236142e
commit
be24bd5d7d
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
||||||
#!/bin/bash
|
#!/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 ...]
|
# 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:
|
# Steps:
|
||||||
# 1. Remove quarantine extended attribute
|
# 1. Remove quarantine extended attribute
|
||||||
# 2. Ad-hoc sign all dylibs, frameworks and executables inside the bundle
|
# 2. Ad-hoc sign all dylibs, frameworks and executables inside the bundle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue