mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Disable code signing by default on the Mac
This has caused too much pain for other packagers.
This commit is contained in:
parent
1c2323e76f
commit
d823eee339
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")
|
||||
|
||||
# Code signing ID on Mac. A default '-' is ad-hoc codesign.
|
||||
# Code signing ID on Mac.
|
||||
# If this is falsey, codesigning is disabled.
|
||||
set(MAC_CODESIGN_ID "-" CACHE STRING "Mac code-signing identity")
|
||||
# '-' is ad-hoc codesign.
|
||||
set(MAC_CODESIGN_ID "" CACHE STRING "Mac code-signing identity")
|
||||
|
||||
# Whether to inject the "get-task-allow" entitlement, which permits debugging
|
||||
# on the Mac.
|
||||
|
|
Loading…
Reference in a new issue