/Developer

Developer

Primary LanguageObjective-CMIT LicenseMIT

update jailbreak apps/tweaks for roothide

  1. Update your theos to the this

    git clone --recursive https://github.com/roothide/theos.git

    or

    bash -c "$(curl -fsSL https://raw.githubusercontent.com/roothide/theos/master/bin/install-theos)"

    this theos is always automatically updated to latest with the upstream.

  2. Build package for roothide

    for those simple tweaks that don't use the file api to access jailbreak files, just

    make package with THEOS_PACKAGE_SCHEME=roothide

if you need to use the file apis to access jailbreak files in source code,

(or in shell scripts, or store the file path in config files), please see:

more info