diff --git a/osx/CMakeLists.txt b/osx/CMakeLists.txt index ba81cd0ab..b9adb221b 100644 --- a/osx/CMakeLists.txt +++ b/osx/CMakeLists.txt @@ -58,7 +58,7 @@ if(APPLE_MACOS) ) foreach(executable ${executablesToSign}) execute_process(COMMAND - ${codesignCommandWithEntitlements} \"${bundleContentsDir}/MacOS/\${executable}\" + ${codesignCommandWithEntitlements} --identifier eu.vcmi.\${executable} \"${bundleContentsDir}/MacOS/\${executable}\" ) endforeach() ")