This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* J. Levin has compiled a bunch of Apple opensource utilites for arm64 | |
* You can get them from his site here: http://newosxbook.com/tools/iOSBinaries.html | |
* | |
* Follow the link to "The 64-bit tgz pack" | |
* | |
* Unpack the tarball into a directory called iosbinpack64 and drag-and-drop | |
* that directory into the directory with all the source files in in XCode | |
* so that it ends up in the .app bundle | |
* | |
* I (Elton) have added the ability to download files from your iPhone using your browser. |