安装
git clone --recursive https://github.com/theos/theos.git ~/theos
brew install ldid
配置环境:
export THEOS=~/theos
export PATH=$THEOS/bin:$PATH
使用
$nic.pl,选择iphone/tweak后输入必要参数
makefile:
export THEOS_DEVICE_IP=localhost
export THEOS_DEVICE_PORT=10010
Tweak.xm
编写代码
打包安装
make package
make install