Skip to content

Commit 85b5e42

Browse files
committed
contrib: macdeploy: Remove historical extraction notes
1 parent 351beb5 commit 85b5e42

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

contrib/macdeploy/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,6 @@ previous stage) as the first argument.
5454
./contrib/macdeploy/gen-sdk '/path/to/Xcode.app'
5555
```
5656

57-
### Historial macOS SDK Extraction Notes
58-
59-
Our previously used macOS SDK (`MacOSX10.11.sdk`) can be extracted from
60-
[Xcode 7.3.1 dmg](https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_7.3.1/Xcode_7.3.1.dmg).
61-
The script [`extract-osx-sdk.sh`](./extract-osx-sdk.sh) automates this. First
62-
ensure the DMG file is in the current directory, and then run the script. You
63-
may wish to delete the `intermediate 5.hfs` file and `MacOSX10.11.sdk` (the
64-
directory) when you've confirmed the extraction succeeded.
65-
66-
```bash
67-
apt-get install p7zip-full sleuthkit
68-
contrib/macdeploy/extract-osx-sdk.sh
69-
rm -rf 5.hfs MacOSX10.11.sdk
70-
```
71-
7257
## Deterministic macOS DMG Notes
7358
Working macOS DMGs are created in Linux by combining a recent `clang`, the Apple
7459
`binutils` (`ld`, `ar`, etc) and DMG authoring tools.

0 commit comments

Comments
 (0)