File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -54,21 +54,6 @@ previous stage) as the first argument.
54
54
./contrib/macdeploy/gen-sdk ' /path/to/Xcode.app'
55
55
```
56
56
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
-
72
57
## Deterministic macOS DMG Notes
73
58
Working macOS DMGs are created in Linux by combining a recent ` clang ` , the Apple
74
59
` binutils ` (` ld ` , ` ar ` , etc) and DMG authoring tools.
You can’t perform that action at this time.
0 commit comments