diff --git a/exist-distribution/pom.xml b/exist-distribution/pom.xml index a9beb88cdc2..80589c6d64d 100644 --- a/exist-distribution/pom.xml +++ b/exist-distribution/pom.xml @@ -1303,16 +1303,15 @@ true /usr/bin/xcrun - altool - --notarize-app + notarytool + submit --verbose - --primary-bundle-id - org.exist-db - --username - ${existdb.release.notarize.username} + --apple-id + ${existdb.release.notarize.apple-id} + --team-id + ${existdb.release.notarize.team-id} --password ${existdb.release.notarize.password} - --file ${mac.dmg}