Skip to content

Commit

Permalink
Gah. Hardened runtime enablement is a codesign option too.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroneko committed Jul 19, 2020
1 parent 6c84e62 commit 85761e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 '''
Expand Down

0 comments on commit 85761e7

Please sign in to comment.