Skip to content

Commit

Permalink
contrib: macdeploy: Remove historical extraction notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dongcarl committed Jun 22, 2020
1 parent 351beb5 commit 85b5e42
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions contrib/macdeploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 85b5e42

Please sign in to comment.