aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2020-06-11 14:48:15 -0400
committerCarl Dong <contact@carldong.me>2020-06-22 10:14:03 -0400
commit85b5e420882b236b81b83acb672b4f5fa4899965 (patch)
tree4f67c3ee94cdaeaee66c40b7c2df29fe236cc8bf /contrib
parent351beb5c9a67500bcdb9a6ffe15f30e6aca5aa28 (diff)
downloadbitcoin-85b5e420882b236b81b83acb672b4f5fa4899965.tar.xz
contrib: macdeploy: Remove historical extraction notes
Diffstat (limited to 'contrib')
-rw-r--r--contrib/macdeploy/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md
index bf4656104f..21c0d92006 100644
--- a/contrib/macdeploy/README.md
+++ b/contrib/macdeploy/README.md
@@ -54,21 +54,6 @@ previous stage) as the first argument.
./contrib/macdeploy/gen-sdk '/path/to/Xcode.app'
```
-### Historial macOS SDK Extraction Notes
-
-Our previously used macOS SDK (`MacOSX10.11.sdk`) can be extracted from
-[Xcode 7.3.1 dmg](https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_7.3.1/Xcode_7.3.1.dmg).
-The script [`extract-osx-sdk.sh`](./extract-osx-sdk.sh) automates this. First
-ensure the DMG file is in the current directory, and then run the script. You
-may wish to delete the `intermediate 5.hfs` file and `MacOSX10.11.sdk` (the
-directory) when you've confirmed the extraction succeeded.
-
-```bash
-apt-get install p7zip-full sleuthkit
-contrib/macdeploy/extract-osx-sdk.sh
-rm -rf 5.hfs MacOSX10.11.sdk
-```
-
## Deterministic macOS DMG Notes
Working macOS DMGs are created in Linux by combining a recent `clang`, the Apple
`binutils` (`ld`, `ar`, etc) and DMG authoring tools.