From 85761e723325ec21ce903a8e8cbf3bd1c31b301a Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Sun, 19 Jul 2020 21:01:55 +1000 Subject: [PATCH] Gah. Hardened runtime enablement is a codesign option too. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 572c9d4..88aaa23 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { set +x security unlock-keychain -p "${APPSIGNING_PASSWORD}" appsigning - codesign --keychain appsigning -s "${APPSIGNING_KEYID}" --timestamp "bin/Strange Adventures in Infinite Space.app" + codesign --keychain appsigning -s "${APPSIGNING_KEYID}" --options runtime,library --timestamp "bin/Strange Adventures in Infinite Space.app" ''' cpack installation: 'CMake 3.16.0' sh '''