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.
This commit is contained in:
parent
bc01eda290
commit
2247a7929d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user