Skip to content

Commit a1c153b

Browse files
committed
Update notarization command.
1 parent 3bd1f5f commit a1c153b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Makefile.in

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ dmg:
8787
rm -f htmldoc/htmldoc.zip
8888
ditto -c -k --keepParent htmldoc/htmldoc.app htmldoc/htmldoc.zip
8989
echo Notarizing application
90-
xcrun altool --notarize-app -f htmldoc/htmldoc.zip \
91-
--primary-bundle-id org.msweet.htmldoc \
92-
--username "$(APPLEID)" \
93-
--password "@keychain:AC_$(TEAMID)" \
94-
--asc-provider "$(TEAMID)"
90+
xcrun notarytool submit htmldoc/htmldoc.zip \
91+
--apple-id "$${APPLEID}" \
92+
--keychain-profile "AC_$${TEAMID}" \
93+
--team-id "$${TEAMID}" \
94+
--wait
95+
xcrun stapler staple htmldoc/htmldoc.app
9596
echo Making disk image
9697
rm -f ~/Desktop/htmldoc-$(VERSION)-macos.dmg
9798
dmgbuild -s dmgbuild.py "HTMLDOC $(VERSION)" ~/Desktop/htmldoc-$(VERSION)-macos.dmg

0 commit comments

Comments
 (0)