add a reminder for how to check notarization status

This commit is contained in:
Ben Fry
2020-09-15 17:27:09 -04:00
parent 89be9d8c08
commit e4c76eba6e
+7
View File
@@ -1069,6 +1069,13 @@
<arg value="--file" />
<arg value="processing-${version}-macosx.zip" />
</exec>
<echo>
Check on notarization status with:
xcrun altool -u $PROCESSING_APPLE_ID -p $PROCESSING_APP_PASSWORD \
--notarization-info [the RequestUUID above]
</echo>
</target>
<target name="macosx-dist" if="macosx"