yaserahmady / casper-ios

casper is a CLI tool that lets you toggle tweak preferences on or off and applying the changes without respringing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Casper

casper is a CLI tool that lets you toggle tweak preferences on or off and applying the changes without respringing.

🔗 Download a deb here

Disclaimer and bugs

I'm an absolute dick in Objective-C/Objective-C++, I just read some docs and some open source projects and tried whipping out this useful monstruosity that barely works.

  • It won't work if you run as root, run as mobile. Why? I dunno.
  • refresh sends a notification to the Darwin notification center
  • refreshd sends it to the distributed notification center
  • What's the difference? ¯\_(ツ)_/¯

Usage

casper is a CLI tool that lets you toggle tweak preferences on or off and applying the changes without respringing.

Usage:
casper toggle <preferencefile> <on|off>
casper refresh <darwinNotification>

Examples:
# Toggle MobileGoose on
casper toggle com.pixelomer.mobilegoose on && casper refresh com.pixelomer.mobilegoose/PreferenceChange

About

casper is a CLI tool that lets you toggle tweak preferences on or off and applying the changes without respringing.

License:GNU General Public License v3.0


Languages

Language:Logos 91.0%Language:Makefile 9.0%