Skip to content

Instantly share code, notes, and snippets.

@x100ex
Last active September 21, 2020 09:41
Show Gist options
  • Save x100ex/7e9c638268e7c4f8aafbe2aa94d9405e to your computer and use it in GitHub Desktop.
Save x100ex/7e9c638268e7c4f8aafbe2aa94d9405e to your computer and use it in GitHub Desktop.
--- 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