/iPA-Tweaked-Method

cara meng-inject tweak pada app ios menggunakan THEOS Jailed

Primary LanguageLogos

iPA-Tweaked-Method

cara meng-inject tweak pada app ios menggunakan THEOS Jailed

Step: open terminal

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install ldid
export THEOS=~/Documents/theos
git clone --recursive https://github.com/theos/theos.git $THEOS
touch ~/.bash_profile
open ~/.bash_profile

pada bash_profile masukkan :

export THEOS=/Users/xxxx/Documents/theos
export PATH=$THEOS/bin:$PATH

kembali ke terminal

cd ~/Documents
git clone --recursive https://github.com/kabiroberai/theos-jailed.git
cd theos-jailed
./install
brew install node
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
npm install -g ios-deploy
~/Documents/theos/bin/nic.pl