those,注入、攔截函式的工具。
安裝
- 通過brew安裝ldid,用於簽名。
- 安裝
$ brew install ldid
- 解除安裝
$ brew uninstall ldid
- 搜尋
$ brew search ldid
- 更新
$ brew upgrade ldid
- 檢視列表
$ brew list
- 安裝xz。不安裝的話,打包deb包的時候,會報一個"lzma"的錯誤。
$ brew install xz
$ sudo cpan IO::Compress::Lzma
複製程式碼
- 配置THEOS環境變數,在.bash_profile/.zshrc檔案中。官網推薦 export THEOS=~/theos/,我的配置是export THEOS=/opt/theos/
export THEOS=/opt/those/
export PATH=$THEOS/bin:$PATH
複製程式碼
- 將git上的theos clone到THEOS路徑下,不要手動下載拖拽,要使用--recursive,因為theos需要許多依賴庫。
$ git clone --recursive https://github.com/theos/theos.git $THEOS