mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-07-07 07:56:06 +08:00
Minor fixed
1. Typo fixed 2. Update README
This commit is contained in:
parent
60d8585973
commit
b55c93d18f
6
Makefile
6
Makefile
|
@ -28,12 +28,12 @@ install::
|
|||
@if [ -d "${APP_PATH}/${FRAMEWORK_PATH}" ]; then\
|
||||
rm -rf ${APP_PATH}/${FRAMEWORK_PATH};\
|
||||
cp -R ${FRAMEWORK_PATH} ${APP_PATH};\
|
||||
echo "Framework found! Replace with new framework successed!";\
|
||||
echo "Framework found! Replace with new framework successfully!";\
|
||||
else \
|
||||
cp ${APP_PATH}/${APP_NAME} ${APP_PATH}/${BACKUP_NAME};\
|
||||
cp -R ${FRAMEWORK_PATH} ${APP_PATH};\
|
||||
./insert_dylib @executable_path/${FRAMEWORK_PATH}/${FRAMEWORK_NAME} ${APP_PATH}/${APP_NAME} ${APP_PATH}/${APP_NAME} --all-yes;\
|
||||
echo "Install successed!";\
|
||||
echo "Install successfully!";\
|
||||
fi
|
||||
|
||||
uninstall::
|
||||
|
@ -53,7 +53,7 @@ uninstall::
|
|||
@rm -rf ${APP_PATH}/${DYLIB_NAME};
|
||||
@rm -rf ${APP_PATH}/${FRAMEWORK_PATH};
|
||||
@mv ${APP_PATH}/${BACKUP_NAME} ${APP_PATH}/${APP_NAME};
|
||||
@echo "Uninstall successed";
|
||||
@echo "Uninstall successfully";
|
||||
|
||||
clean::
|
||||
rm -rf ${FRAMEWORK_PATH}
|
||||
|
|
|
@ -27,19 +27,9 @@
|
|||
- `sudo make install` 安装或者更新动态库
|
||||
- `sudo make uninstall` 卸载动态库
|
||||
|
||||
## 开发调试
|
||||
## 文档
|
||||
|
||||
**Requirement: Xcode**
|
||||
|
||||
### 编译
|
||||
|
||||
1. 运行 `pod install`
|
||||
2. 打开 `WeChatTweak.xcworkspace` 并编译
|
||||
|
||||
### 调试
|
||||
|
||||
- `make debug` 临时注入微信 macOS 客户端
|
||||
- `make clean` 清除生成文件
|
||||
获取更多信息, 请到 [wiki](https://github.com/Sunnyyoung/WeChatTweak-macOS/wiki)。
|
||||
|
||||
## 依赖
|
||||
|
||||
|
|
16
README.md
16
README.md
|
@ -22,24 +22,14 @@ A dynamic library tweak for WeChat macOS.
|
|||
- Auto login without authentication
|
||||
- UI Interface settings panel
|
||||
|
||||
## Usage
|
||||
## Quick Start
|
||||
|
||||
- `sudo make install` Install or Upgrade the dylib
|
||||
- `sudo make uninstall` Uninstall the dylib
|
||||
|
||||
## Development
|
||||
## Documentation
|
||||
|
||||
**Requirement: Xcode**
|
||||
|
||||
### Build
|
||||
|
||||
1. Run `pod install`
|
||||
2. Open `WeChatTweak.xcworkspace` and build
|
||||
|
||||
### Debug
|
||||
|
||||
- `make debug` Run `WeChat` with dynamic injection
|
||||
- `make clean` Clean output files
|
||||
For more informations, please go to the [wiki](https://github.com/Sunnyyoung/WeChatTweak-macOS/wiki).
|
||||
|
||||
## Dependency
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user