File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,15 @@ install:
7474
7575#
7676# Sign the HTMLDOC application bundle and make a disk image... Set the
77- # APPLEID and TEAMID environment variables from the Apple developer pages.
77+ # CODESIGN_IDENTITY, APPLEID, and TEAMID environment variables from the Apple
78+ # developer pages.
7879#
7980
80- IDENTITY = "Developer ID Application"
81- VERSION = @SVERSION@
81+ VERSION = 1.9.12
8282
8383dmg :
8484 echo Signing HTMLDOC application bundle
85- codesign -s " $( IDENTITY ) " --timestamp -o runtime htmldoc/htmldoc.app
85+ codesign -s " $( CODESIGN_IDENTITY ) " --timestamp -o runtime htmldoc/htmldoc.app
8686 echo Creating archive for notarization
8787 rm -f htmldoc/htmldoc.zip
8888 ditto -c -k --keepParent htmldoc/htmldoc.app htmldoc/htmldoc.zip
You can’t perform that action at this time.
0 commit comments