Skip to content

Commit

Permalink
Continued working on libusb issues, added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
synackuk committed Dec 7, 2019
1 parent db82cb3 commit 408a67d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@
* physostigmine - Jailbreak ramdisk modules (fstab patcher, hacktivation, etc).
* pilocarpine - interfaces

#### Dependencies

* Most of these can be installed with homebrew
* arm-elf-gcc (you can install with macports)
* [bin2c](https://github.com/gwilymk/bin2c) in the path
* libcrypto
* libzip
* libplist
* libusb
* libirecovery
* libimobiledevice
* theos

#### Credits

* Thanks to [axi0mX](https://github.com/axi0mX) for [checkm8](https://github.com/axi0mX/ipwndfu)
Expand Down
2 changes: 1 addition & 1 deletion pilocarpine/macos/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ n1ghtshade.app: $(OBJECTS)
@$(INSTALL_NAME_TOOL) -change /usr/local/opt/libzip/lib/libzip.5.dylib @loader_path/../Frameworks/libzip.5.0.dylib n1ghtshade.app/Contents/MacOS/n1ghtshade
@$(INSTALL_NAME_TOOL) -change /usr/local/lib/libplist.3.dylib @loader_path/../Frameworks/libplist.3.dylib n1ghtshade.app/Contents/MacOS/n1ghtshade
@$(INSTALL_NAME_TOOL) -change /usr/local/opt/libfragmentzip/lib/libfragmentzip.0.dylib @loader_path/../Frameworks/libfragmentzip.0.dylib n1ghtshade.app/Contents/MacOS/n1ghtshade
@$(INSTALL_NAME_TOOL) -change @@HOMEBREW_PREFIX@@/opt/libusb/lib/libusb-1.0.0.dylib @loader_path/../Frameworks/libusb-1.0.0.dylib n1ghtshade.app/Contents/MacOS/n1ghtshade
@$(INSTALL_NAME_TOOL) -change /usr/local/opt/libusb/lib/libusb-1.0.0.dylib @loader_path/../Frameworks/libusb-1.0.0.dylib n1ghtshade.app/Contents/MacOS/n1ghtshade
@$(INSTALL_NAME_TOOL) -change /usr/local/lib/libirecovery.2.dylib @loader_path/../Frameworks/libirecovery.2.dylib n1ghtshade.app/Contents/MacOS/n1ghtshade
@$(INSTALL_NAME_TOOL) -change /usr/local/lib/libimobiledevice.6.dylib @loader_path/../Frameworks/libimobiledevice.6.dylib n1ghtshade.app/Contents/MacOS/n1ghtshade
@echo STRIP n1ghtshade.app/Contents/MacOS/n1ghtshade
Expand Down
Binary file not shown.

0 comments on commit 408a67d

Please sign in to comment.