From b55c93d18f7605ee1c9f434bb6583dec83995794 Mon Sep 17 00:00:00 2001 From: Sunnyyoung Date: Sat, 2 Sep 2017 20:00:30 +0800 Subject: [PATCH] Minor fixed 1. Typo fixed 2. Update README --- Makefile | 6 +++--- README-Chinese.md | 14 ++------------ README.md | 16 +++------------- 3 files changed, 8 insertions(+), 28 deletions(-) diff --git a/Makefile b/Makefile index b3a4d3f..e3df975 100644 --- a/Makefile +++ b/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} diff --git a/README-Chinese.md b/README-Chinese.md index f137843..8877d20 100644 --- a/README-Chinese.md +++ b/README-Chinese.md @@ -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)。 ## 依赖 diff --git a/README.md b/README.md index 25ff913..8dcd4a6 100644 --- a/README.md +++ b/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