文章目录
前言
可以使用makefile的after-install
来修改tweak的可执行文件及配置文件的权限
after-install::
install.exec "echo '' > /var/log/syslog"
## install.exec "killall -9 taokeTool"
install.exec "chown root:wheel /usr/bin/taokeTool"
install.exec "chown root:wheel /Library/LaunchDaemons/com.wl.tktool.plist"
install.exec "reboot"
编写iphone/tool
devzkndeMacBook-Pro:taokeTool devzkn$ export THEOS=/opt/theos
devzkndeMacBook-Pro:taokeTool devzkn$ $THEOS/bin/nic.pl
NIC 2.0 - New Instance Crea