Skip to content

Commit

Permalink
macos: document validate step
Browse files Browse the repository at this point in the history
re #222
  • Loading branch information
bk138 committed Nov 9, 2024
1 parent ff47b5a commit c4ddbb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions macos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ For the time being, we're building an Intel binary only. Universal builds to com
- [Build an installer package for App Store distribution](https://developer.apple.com/documentation/xcode/packaging-mac-software-for-distribution):
- Get Mac Installer Distribution signing identity: `security find-identity -v`
- `productbuild --sign <codesigning-ID> --component MultiVNC.app /Applications MultiVNC.pkg`
- [Validate and upload package](https://help.apple.com/asc/appsaltool)
- Might need an app-specific password if using 2FA.
- Need to create app in https://appstoreconnect.apple.com/apps first.
- Validate: `xcrun altool --validate-app -f MultiVNC.pkg -t osx -u <apple-id> -p <password> --output-format xml`

0 comments on commit c4ddbb3

Please sign in to comment.