mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
macdeploy: fix hashes
This commit is contained in:
parent
bc24430e0e
commit
76ee5b5134
1 changed files with 2 additions and 10 deletions
|
@ -1,13 +1,5 @@
|
||||||
# MacOS Deployment
|
# 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
|
## SDK Extraction
|
||||||
|
|
||||||
### Step 1: Obtaining `Xcode.app`
|
### 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.
|
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`
|
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
|
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'
|
./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
|
## Deterministic macOS App Notes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue