From e4c76eba6e2573697de747ab0773c80305755c76 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 15 Sep 2020 17:27:09 -0400 Subject: [PATCH] add a reminder for how to check notarization status --- build/build.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/build.xml b/build/build.xml index fd529e0aa..2115bf771 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1069,6 +1069,13 @@ + + + Check on notarization status with: + + xcrun altool -u $PROCESSING_APPLE_ID -p $PROCESSING_APP_PASSWORD \ + --notarization-info [the RequestUUID above] +