Skip to content

Commit 84b47ae

Browse files
committed
fix: rename codesign-all target to sign-products for clarity
1 parent 3f2f76c commit 84b47ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/CodeSign.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ if(APPLE)
2222
set(LV2_SO "${ARTIFACTS_DIR}/LV2/KV-reTuner.lv2/libKV-reTuner.so")
2323
set(STANDALONE_APP "${PROJECT_BINARY_DIR}/src/app/reTunerApp_artefacts/$<CONFIG>/reTuner.app")
2424

25-
# Create codesign-all target
26-
add_custom_target(codesign-all echo "Signing AU bundle..."
25+
add_custom_target(sign-products
26+
COMMAND echo "Signing AU bundle..."
2727
COMMAND codesign --force --deep --sign "${CODE_SIGN_IDENTITY}"
2828
--timestamp --options runtime --entitlements "${ENTITLEMENTS_FILE}" "${AU_BUNDLE}"
2929
COMMAND codesign --verify --deep --strict "${AU_BUNDLE}"

0 commit comments

Comments
 (0)