aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts
diff options
context:
space:
mode:
authorAndrey Filipenkov <decapitator@ukr.net>2023-11-14 12:36:17 +0300
committerGitHub <noreply@github.com>2023-11-14 12:36:17 +0300
commit68ee2750ce00f3ea5c7fa91ae616b42a89bef778 (patch)
tree00b7036d2fd867bc6a9f54440bb657b7dd0bda25 /cmake/scripts
parente1c5dec366611e78921602d0a8759d54f19dea85 (diff)
parent21467dc9824763e805d96b3a628867627c9e8214 (diff)
Merge pull request #24032 from kambala-decapitator/macos-notarytool
[macOS][Jenkins] migrate from altool to notarytool
Diffstat (limited to 'cmake/scripts')
-rw-r--r--cmake/scripts/osx/Install.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/cmake/scripts/osx/Install.cmake b/cmake/scripts/osx/Install.cmake
index 5807428384..9c62a7a996 100644
--- a/cmake/scripts/osx/Install.cmake
+++ b/cmake/scripts/osx/Install.cmake
@@ -63,9 +63,8 @@ add_custom_target(dmg
${CMAKE_BINARY_DIR}/tools/darwin/packaging/osx/Codesign.command
COMMAND "CODESIGNING_FOLDER_PATH=$<TARGET_BUNDLE_DIR:${APP_NAME_LC}>"
"APP=$<TARGET_BUNDLE_DIR:${APP_NAME_LC}>"
- "DEV_ACCOUNT=${DEV_ACCOUNT}"
- "DEV_ACCOUNT_PASSWORD=${DEV_ACCOUNT_PASSWORD}"
- "DEV_TEAM=${DEV_TEAM}"
+ "NOTARYTOOL_KEYCHAIN_PROFILE=${NOTARYTOOL_KEYCHAIN_PROFILE}"
+ "NOTARYTOOL_KEYCHAIN_PATH=${NOTARYTOOL_KEYCHAIN_PATH}"
"EXPANDED_CODE_SIGN_IDENTITY_NAME=${CODE_SIGN_IDENTITY}"
"PLATFORM_NAME=${PLATFORM}"
"XCODE_BUILDTYPE=${CMAKE_CFG_INTDIR}"