From: tobtoht Date: Thu, 16 Mar 2023 01:21:12 +0000 (+0100) Subject: macdeploy: fix hashes X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=76ee5b513440c9960ca06a326992e82451b15d82;p=gamesguru%2Ffeather.git macdeploy: fix hashes --- diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md index 2d47450f..ff491b70 100644 --- a/contrib/macdeploy/README.md +++ b/contrib/macdeploy/README.md @@ -1,13 +1,5 @@ # MacOS Deployment -The `macdeployqtplus` script should not be run manually. Instead, after building as usual: - -```bash -make deploy -``` - -When complete, it will have produced `Feather.zip`. - ## SDK Extraction ### Step 1: Obtaining `Xcode.app` @@ -24,7 +16,7 @@ and search for [`Xcode 12.2`](https://developer.apple.com/download/all/?q=Xcode% An Apple ID and cookies enabled for the hostname are needed to download this. -The `sha256sum` of the downloaded XIP archive should be `332477876917786b26dd7c3fc1665d2c5cdca81c72755e6a9754f308de77d33b`. +The `sha256sum` of the downloaded XIP archive should be `28d352f8c14a43d9b8a082ac6338dc173cb153f964c6e8fb6ba389e5be528bd0`. After Xcode version 7.x, Apple started shipping the `Xcode.app` in a `.xip` archive. This makes the SDK less-trivial to extract on non-macOS machines. One @@ -58,7 +50,7 @@ previous stage) as the first argument. ./contrib/macdeploy/gen-sdk '/path/to/Xcode.app' ``` -The `sha256sum` of the generated TAR.GZ archive should be `df75d30ecafc429e905134333aeae56ac65fac67cb4182622398fd717df77619`. +The `sha256sum` of the generated TAR.GZ archive should be `332477876917786b26dd7c3fc1665d2c5cdca81c72755e6a9754f308de77d33b`. ## Deterministic macOS App Notes