diff options
| author | tobtoht <tob@featherwallet.org> | 2025-02-24 17:58:51 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-02-24 17:58:51 +0000 |
| commit | e1a3dbd7388757a9d0a0c2feee1739e3511806bc (patch) | |
| tree | 01f19794a526286b719206c40bb0099d618fcc0c | |
| parent | 0a9d61986cdff5e70c7f027e75e670aceb3c767b (diff) | |
| parent | e18c2cfdfcd9dee3274ec44f2cf78c4ca18b18fb (diff) | |
| download | monzero-gui-e1a3dbd7388757a9d0a0c2feee1739e3511806bc.tar.gz monzero-gui-e1a3dbd7388757a9d0a0c2feee1739e3511806bc.tar.xz monzero-gui-e1a3dbd7388757a9d0a0c2feee1739e3511806bc.zip | |
Merge pull request #4339
e18c2cfd DEPLOY: altool is deprecated, replace with notarytool (selsta)
| -rw-r--r-- | DEPLOY.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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` |
