From c4ddbb3d12cc3ff3b163626f14b47c06af582673 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 9 Nov 2024 23:20:23 +0100 Subject: [PATCH] macos: document validate step re #222 --- macos/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/macos/README.md b/macos/README.md index d631cf5b..0a187fcb 100644 --- a/macos/README.md +++ b/macos/README.md @@ -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 --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 -p --output-format xml`