From 9eaeab469aa8e31664ee170f3371691c4e3d9969 Mon Sep 17 00:00:00 2001 From: Michal Moravec Date: Fri, 14 Jun 2019 16:58:43 +0200 Subject: [PATCH] fixup! Implement altool --notarization-info check --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 359cdf4..37d42a3 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ You can authorized this once clicking *Allow* or permenently cliking *Always All 1. Uploads the package to Apple notary service using `xcrun altool --notarize-app --primary-bundle-id "com.github.munki.pkg.munki-kickstart" --username "john.appleseed@apple.com" --password "@keychain:AC_PASSWORD" --file munki_kickstart.pkg` 2. Checks periodicaly state of notatarization process using `xcrun altool --notarization-info --username "john.appleseed@apple.com" --password "@keychain:AC_PASSWORD"` -3. If notarization was successful `munki-pkg` staples the package using `xcrun stapler staple munki_kickstart.pkg` . +3. If notarization was successful `munki-pkg` staples the package using `xcrun stapler staple munki_kickstart.pkg` There is a time delay between successfull upload of a signed package to the notary service and notarization result from the service. `munki-pkg` checks multiple times if notarization process is done. There is sleep period between each try. Sleep period starts at 5 seconds and increases by increments of 5 (5s, 10s, 10s, etc.).