@@ -15,14 +15,14 @@ When complete, it will have produced `Dash-Core.zip`.
1515A free Apple Developer Account is required to proceed.
1616
1717Our macOS SDK can be extracted from
18- [ Xcode_15 .xip] ( https://download.developer.apple.com/Developer_Tools/Xcode_15/Xcode_15 .xip ) .
18+ [ Xcode_16 .xip] ( https://download.developer.apple.com/Developer_Tools/Xcode_16/Xcode_16 .xip ) .
1919
2020Alternatively, after logging in to your account go to 'Downloads', then 'More'
21- and search for [ ` Xcode 15 ` ] ( https://developer.apple.com/download/all/?q=Xcode%2015 ) .
21+ and search for [ ` Xcode 16 ` ] ( https://developer.apple.com/download/all/?q=Xcode%2016 ) .
2222
2323An Apple ID and cookies enabled for the hostname are needed to download this.
2424
25- The ` sha256sum ` of the downloaded XIP archive should be ` 4daaed2ef2253c9661779fa40bfff50655dc7ec45801aba5a39653e7bcdde48e ` .
25+ The ` sha256sum ` of the downloaded XIP archive should be ` 4a26c3d102a55c7222fb145e0ee1503249c9c26c6e02dc64d783c8810b37b1e3 ` .
2626
2727To extract the ` .xip ` on Linux:
2828
@@ -33,13 +33,13 @@ git clone https://github.com/bitcoin-core/apple-sdk-tools.git
3333
3434# Unpack the .xip and place the resulting Xcode.app in your current
3535# working directory
36- python3 apple-sdk-tools/extract_xcode.py -f Xcode_15 .xip | cpio -d -i
36+ python3 apple-sdk-tools/extract_xcode.py -f Xcode_16 .xip | cpio -d -i
3737```
3838
3939On macOS:
4040
4141``` bash
42- xip -x Xcode_15 .xip
42+ xip -x Xcode_16 .xip
4343```
4444
4545### Step 2: Generating the SDK tarball from ` Xcode.app `
@@ -51,8 +51,8 @@ path to `Xcode.app` (extracted in the previous stage) as the first argument.
5151./contrib/macdeploy/gen-sdk ' /path/to/Xcode.app'
5252```
5353
54- The generated archive should be: ` Xcode-15 .0-15A240d -extracted-SDK-with-libcxx-headers.tar.gz ` .
55- The ` sha256sum ` should be ` c0c2e7bb92c1fee0c4e9f3a485e4530786732d6c6dd9e9f418c282aa6892f55d ` .
54+ The generated archive should be: ` Xcode-16 .0-16A242d -extracted-SDK-with-libcxx-headers.tar.gz ` .
55+ The ` sha256sum ` should be ` bce59aa16560f182e44200a0b9539bd637c8b5c7089fbff13b0712730ce162ff ` .
5656
5757## Deterministic macOS App Notes
5858
0 commit comments