Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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
- cp <your directory here> ./TweakName.dylib
- ldid -S TweakName.dylib
- sshpass -psshpasswordgoeshere scp ./TweakName.dylib ./TweakName.plist root@192.168.1.115:/Library/MobileSubstrate/DynamicLibraries
- sshpass -psshpasswordgoeshere ssh -o StrictHostKeyChecking=no root@192.168.1.115 "killall -9 SpringBoard"
- # Also change 192.168.1.115 to your device's IP address
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement