A command line utility to work with WeChatTweak-macOS.
USAGE: tweak [--install] [--uninstall]
OPTIONS:
--install/--uninstall Install or Uninstall tweak (default: install)
-h, --help Show help information.
- macOS >= 10.11
- Swift 5 Runtime Support
You can install WeChatTweak-CLI via Homebrew.
$ brew install sunnyyoung/repo/wechattweak-cli
- Download the WeChatTweak-CLI
- Remove file attributes:
xattr -d com.apple.quarantine wechattweak-cli
- Make sure the binary executable:
chmod +x wechattweak-cli
- Run:
wechattweak-cli --install
$ sudo wechattweak-cli --install # Install
$ sudo wechattweak-cli --uninstall # Uninstall
For more usage, run: wechattweak-cli --help
.
The Apache License 2.0.