Browse Source

Utilities/Release: Update macOS signing script for CPack OSXX11 removal

Since  commit 4ef974e6cb (CPack: Remove undocumented deprecated OSXX11
generator, 2021-11-05), the `CPack.OSXScriptLauncher.in` binary is no
longer installed in the `CMake.app` bundle, so it does not need to be
signed.
Brad King 4 years ago
parent
commit
2247a7929d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Utilities/Release/macos/sign-notarize.bash

+ 0 - 1
Utilities/Release/macos/sign-notarize.bash

@@ -99,7 +99,6 @@ codesign --verify --timestamp --options=runtime --verbose --deep \
   "$vol_path/CMake.app/Contents/bin/ccmake" \
   "$vol_path/CMake.app/Contents/bin/ctest" \
   "$vol_path/CMake.app/Contents/bin/cpack" \
-  "$vol_path/CMake.app/Contents/share/cmake"*"/Modules/Internal/CPack/CPack.OSXScriptLauncher.in" \
   "$vol_path/CMake.app"
 
 xcnotary notarize "$vol_path/CMake.app" -d "$dev_acct" -k "$key_item" $provider