Advertisement
Guest User

Untitled

a guest
Jul 9th, 2018
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.64 KB | None | 0 0
  1. # Go to /Users/YOURUSERNAME/Library/Developer/Xcode/DerivedData and see the Build/Products/Debug-iphoneos/YourTweakName.framework/YourTweakName directory, e.g. /Users/artikus/Library/Developer/Xcode/DerivedData/TestHook*/Build/Products/Debug-iphoneos/TestHook.framework/TestHook TestHook.dylib
  2. cp <your directory here> ./TweakName.dylib
  3. ldid -S TweakName.dylib
  4. sshpass -psshpasswordgoeshere scp ./TweakName.dylib ./TweakName.plist root@192.168.1.115:/Library/MobileSubstrate/DynamicLibraries
  5. sshpass -psshpasswordgoeshere ssh -o StrictHostKeyChecking=no root@192.168.1.115 "killall -9 SpringBoard"
  6. # Also change 192.168.1.115 to your device's IP address
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement