mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add a reminder for how to check notarization status
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user