WeChatTweak-macOS/README-Chinese.md
2017-03-17 20:51:32 +08:00

40 lines
962 B
Markdown

# WeChatTweak-macOS
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
[![README](https://img.shields.io/badge/README-English-blue.svg)](README.md)
[![README](https://img.shields.io/badge/README-中文-blue.svg)](README-Chinese.md)
微信 macOS 客户端 Tweak 动态库。
## 截图
![](Screenshot/WeChatTweak-macOS.png)
## 功能
- 阻止消息撤回
- 客户端无限多开
- 命令行执行:`open -n /Applications/WeChat.app`
## 使用
- `sudo make install` 安装动态库
- `sudo make uninstall` 卸载动态库
## 开发调试
**Requirement: Command Line Tools**
运行命令:`xcode-select --install` 安装 Command Line Tools。
- `make build` 编译 dylib 动态库到当前目录下
- `make debug` 编译 dylib 动态库并临时注入微信macOS客户端
- `make clean` 清除生成文件
## 依赖
- [insert_dylib](https://github.com/Tyilo/insert_dylib)
## License
The [MIT License](LICENSE).