We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2f76c commit 84b47aeCopy full SHA for 84b47ae
cmake/CodeSign.cmake
@@ -22,8 +22,8 @@ if(APPLE)
22
set(LV2_SO "${ARTIFACTS_DIR}/LV2/KV-reTuner.lv2/libKV-reTuner.so")
23
set(STANDALONE_APP "${PROJECT_BINARY_DIR}/src/app/reTunerApp_artefacts/$<CONFIG>/reTuner.app")
24
25
- # Create codesign-all target
26
- add_custom_target(codesign-all echo "Signing AU bundle..."
+ add_custom_target(sign-products
+ COMMAND echo "Signing AU bundle..."
27
COMMAND codesign --force --deep --sign "${CODE_SIGN_IDENTITY}"
28
--timestamp --options runtime --entitlements "${ENTITLEMENTS_FILE}" "${AU_BUNDLE}"
29
COMMAND codesign --verify --deep --strict "${AU_BUNDLE}"
0 commit comments