Skip to content

Commit 77bec3f

Browse files
committed
Another round of fixes for code signing.
1 parent c8d25b0 commit 77bec3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

8383
dmg:
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

0 commit comments

Comments
 (0)