@@ -13,9 +13,9 @@ When complete, it will have produced `Bitcoin-Core.dmg`.
1313### Step 1: Obtaining ` Xcode.app `
1414
1515Our current macOS SDK
16- (` Xcode-11.3.1-11C505 -extracted-SDK-with-libcxx-headers.tar.gz ` ) can be
16+ (` Xcode-12.1-12A7403 -extracted-SDK-with-libcxx-headers.tar.gz ` ) can be
1717extracted from
18- [ Xcode_11.3. 1.xip] ( https://download.developer.apple.com/Developer_Tools/Xcode_11.3.1/Xcode_11.3 .1.xip ) .
18+ [ Xcode_12. 1.xip] ( https://download.developer.apple.com/Developer_Tools/Xcode_12.1/Xcode_12 .1.xip ) .
1919An Apple ID is needed to download this.
2020
2121After Xcode version 7.x, Apple started shipping the ` Xcode.app ` in a ` .xip `
@@ -27,25 +27,25 @@ approach (tested on Debian Buster) is outlined below:
2727apt install cpio
2828git clone https://github.com/bitcoin-core/apple-sdk-tools.git
2929
30- # Unpack Xcode_11.3 .1.xip and place the resulting Xcode.app in your current
30+ # Unpack Xcode_12 .1.xip and place the resulting Xcode.app in your current
3131# working directory
32- python3 apple-sdk-tools/extract_xcode.py -f Xcode_11.3 .1.xip | cpio -d -i
32+ python3 apple-sdk-tools/extract_xcode.py -f Xcode_12 .1.xip | cpio -d -i
3333```
3434
3535On macOS the process is more straightforward:
3636
3737``` bash
38- xip -x Xcode_11.3 .1.xip
38+ xip -x Xcode_12 .1.xip
3939```
4040
41- ### Step 2: Generating ` Xcode-11.3.1-11C505 -extracted-SDK-with-libcxx-headers.tar.gz ` from ` Xcode.app `
41+ ### Step 2: Generating ` Xcode-12.1-12A7403 -extracted-SDK-with-libcxx-headers.tar.gz ` from ` Xcode.app `
4242
43- To generate ` Xcode-11.3.1-11C505 -extracted-SDK-with-libcxx-headers.tar.gz ` , run
43+ To generate ` Xcode-12.1-12A7403 -extracted-SDK-with-libcxx-headers.tar.gz ` , run
4444the script [ ` gen-sdk ` ] ( ./gen-sdk ) with the path to ` Xcode.app ` (extracted in the
4545previous stage) as the first argument.
4646
4747``` bash
48- # Generate a Xcode-11.3.1-11C505 -extracted-SDK-with-libcxx-headers.tar.gz from
48+ # Generate a Xcode-12.1-12A7403 -extracted-SDK-with-libcxx-headers.tar.gz from
4949# the supplied Xcode.app
5050./contrib/macdeploy/gen-sdk ' /path/to/Xcode.app'
5151```
0 commit comments