WeChatTweak-macOS/README.md
Sunnyyoung 2eb9aafccb Update project
1. Rename project
2. Add Chinese README
2017-01-24 20:17:27 +08:00

36 lines
1.0 KiB
Markdown

# WeChatTweak-macOS
[![README](https://img.shields.io/badge/README-English-blue.svg)](https://github.com/Sunnyyoung/WeChatTweak-macOS/blob/master/README.md) [![README](https://img.shields.io/badge/README-中文-blue.svg)](https://github.com/Sunnyyoung/WeChatTweak-macOS/blob/master/README-Chinese.md)
A dynamic library tweak for WeChat macOS.
## Screenshot
![](https://raw.githubusercontent.com/Sunnyyoung/WeChatTweak-macOS/master/Screenshot/WeChatTweak-macOS.png)
## Feature
- Prevent message revoked
## Usage
- `sudo make install` Inject the dylib to `WeChat` by [insert_dylib](https://github.com/Tyilo/insert_dylib)
- `sudo make uninstall` Uninstall the injection
## Development
**Requirement: Command Line Tools**
Run `xcode-select --install` to install Command Line Tools.
- `make build` Build the dylib file to the same dicrectory
- `make debug` Build the dylib file and run `WeChat` with dynamic injection
- `make clean` Clean output files
## Dependency
- [insert_dylib](https://github.com/Tyilo/insert_dylib)
## License
The [MIT License](LICENSE).