aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2024-08-20 21:02:19 +0200
committerselsta <selsta@sent.at>2024-08-20 21:02:19 +0200
commite18c2cfdfcd9dee3274ec44f2cf78c4ca18b18fb (patch)
tree939162bc0c1d90a65fd9a48be8ee303d10568869
parent08e2eafb7cfc18fc08f4b74885fa682001f12bca (diff)
downloadmonzero-gui-e18c2cfdfcd9dee3274ec44f2cf78c4ca18b18fb.tar.gz
monzero-gui-e18c2cfdfcd9dee3274ec44f2cf78c4ca18b18fb.tar.xz
monzero-gui-e18c2cfdfcd9dee3274ec44f2cf78c4ca18b18fb.zip
DEPLOY: altool is deprecated, replace with notarytool
-rw-r--r--DEPLOY.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 1902c8cb..f232e2e8 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -40,9 +40,9 @@ You can check if this step worked by using `codesign -dvvv monero-wallet-gui.app
3. `hdiutil create -fs HFS+ -srcfolder monero-gui-v0.X.Y.Z -volname monero-wallet-gui monero-gui-mac-x64-v0.X.Y.Z.dmg`
-4. `xcrun altool -t osx --file monero-gui-mac-x64-v0.X.Y.Z.dmg --primary-bundle-id org.monero-project.monero-wallet-gui.dmg --notarize-app --username email@address.org`
+4. `xcrun notarytool submit monero-gui-mac-x64-v0.X.Y.Z.dmg --apple-id email@address.org --team-id XXXXXXXXXX`
-5. `xcrun altool --notarization-info aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee -u email@address.org`
+5. `xcrun notarytool info aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee --apple-id email@address.org --team-id XXXXXXXXXX`
6. `xcrun stapler staple -v monero-gui-mac-x64-v0.X.Y.Z.dmg`