Last active
September 21, 2020 09:41
-
-
Save x100ex/7e9c638268e7c4f8aafbe2aa94d9405e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/cmake/MacApp.cmake | |
+++ b/cmake/MacApp.cmake | |
@@ -67,7 +67,6 @@ | |
ADD_CUSTOM_TARGET(signed_fish_macapp | |
DEPENDS fish_macapp "${MACAPP_ENTITLEMENTS}" | |
COMMAND codesign --force --deep | |
- --options runtime | |
--entitlements "${MACAPP_ENTITLEMENTS}" | |
--sign "${MAC_CODESIGN_ID}" | |
$<TARGET_BUNDLE_DIR:fish_macapp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment