WeChatTweak-macOS/README.md
Sunnyyoung d2a215865a Add some features
1. Improve system notification
2. Add message list notification
3. Update screenshot
4. Update README
2017-06-24 22:47:55 +08:00

49 lines
1.2 KiB
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)
A dynamic library tweak for WeChat macOS.
## Screenshot
![](Screenshot/0x01.png)
![](Screenshot/0x02.png)
![](Screenshot/0x03.png)
## Feature
- Prevent message revoked
- Message list notification
- System notification
- Revoke message you sent
- Multiple WeChat Instance
- Right click on the Dock icon to login another WeChat account
- Run command: `open -n /Applications/WeChat.app`
- Auto login without authentication
## Usage
- `sudo make install` Inject the dylib
- `sudo make uninstall` Uninstall the dylib
## 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
- [JRSwizzle](https://github.com/rentzsch/jrswizzle)
- [insert_dylib](https://github.com/Tyilo/insert_dylib)
## License
The [MIT License](LICENSE).