Skip to content

Commit

Permalink
DEPLOY: altool is deprecated, replace with notarytool
Browse files Browse the repository at this point in the history
  • Loading branch information
selsta committed Aug 20, 2024
1 parent 08e2eaf commit e18c2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 protected]`
4. `xcrun notarytool submit monero-gui-mac-x64-v0.X.Y.Z.dmg --apple-id [email protected] --team-id XXXXXXXXXX`

5. `xcrun altool --notarization-info aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee -u [email protected]`
5. `xcrun notarytool info aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee --apple-id [email protected] --team-id XXXXXXXXXX`

6. `xcrun stapler staple -v monero-gui-mac-x64-v0.X.Y.Z.dmg`

Expand Down

0 comments on commit e18c2cf

Please sign in to comment.