Skip to content

Commit e4c76eb

Browse files
committed
add a reminder for how to check notarization status
1 parent 89be9d8 commit e4c76eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/build.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,13 @@
10691069
<arg value="--file" />
10701070
<arg value="processing-${version}-macosx.zip" />
10711071
</exec>
1072+
1073+
<echo>
1074+
Check on notarization status with:
1075+
1076+
xcrun altool -u $PROCESSING_APPLE_ID -p $PROCESSING_APP_PASSWORD \
1077+
--notarization-info [the RequestUUID above]
1078+
</echo>
10721079
</target>
10731080

10741081
<target name="macosx-dist" if="macosx"

0 commit comments

Comments
 (0)