Alex Styl
11/08/2022, 5:01 AMcreateDistributable
is mentioned which creates an .app
file, but i only see notarize gradle tasks for pkg and dmgsseb
11/08/2022, 7:22 AMMichael Paus
11/08/2022, 10:00 AMmikehearn
11/08/2022, 12:57 PMmake notarized-mac-app
will drop a fully notarized .app directory into the output dir).Alex Styl
11/11/2022, 4:19 AMcreateReleaseDistributable
and then zip the .app, and then xcrun notarytool submit .zip --apple-id ${APPLE_ID} --password ${APPLE_ID_PASSWORD} --team-id ${TEAM_ID} --wait
.
ref: https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow