Skip to content

Commit

Permalink
Update ==> 自动回复新增延迟回复
Browse files Browse the repository at this point in the history
  • Loading branch information
TKkk-iOSer committed Apr 7, 2018
1 parent b89f11c commit 4e7fdcc
Show file tree
Hide file tree
Showing 21 changed files with 228 additions and 114 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 更新日志

### [v1.6.1 (2018-04-07)](https://github.com/TKkk-iOSer/WeChatPlugin-MacOS/releases/tag/v1.6.1)

* 自动回复新增延迟回复
* 调整置顶模式快捷键
* 修复bug & 优化代码
* 更新 README.md 文档

### [v1.6 (2018-03-18)](https://github.com/TKkk-iOSer/WeChatPlugin-MacOS/releases/tag/v1.6)

* 新增 Alfred 快捷发送消息 & 打开聊天窗口
Expand Down
47 changes: 47 additions & 0 deletions Install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@


## Install

**第一次安装需要输入密码,仅是为了获取写入微信文件夹的权限**

**0. 懒癌版安装&升级(需要git支持)**

打开`应用程序-实用工具-Terminal(终端)`,执行以下命令并根据提示输入密码即可。

`cd ~/Downloads && rm -rf WeChatPlugin-MacOS && git clone https://github.com/TKkk-iOSer/WeChatPlugin-MacOS.git --depth=1 && ./WeChatPlugin-MacOS/Other/Install.sh`

**1. 普通安装**

* 点击`clone or download`按钮下载 WeChatPlugin 并解压

![clone or download](./Other/ScreenShots/install_download.png)

*`应用程序-实用工具`中打开Terminal(终端)

![terminal](./Other/ScreenShots/terminal_path.png)

* 拖动解压后`Install.sh` 文件到终端中回车即可.

![terminal](./Other/ScreenShots/install_terminal.png)

**2. 若想修改源码&重编译(需要安装Cocoapods)**

* 先更改微信的 owner 以获取写入微信文件夹的权限,否则会出现类似**Permission denied**的错误。

`sudo chown -R $(whoami) /Applications/WeChat.app`

![Permission denied.png](http://upload-images.jianshu.io/upload_images/965383-11e4480553ba086e.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

* 下载 WeChatPlugin, 进行`Pod install`
* 用Xcode打开,编辑 Scheme,在 Debug 模式下启动 WeChat。
![](http://upload-images.jianshu.io/upload_images/965383-26dbb068acb8998f.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
![edit scheme](http://upload-images.jianshu.io/upload_images/965383-7fbd4dc6e8d161dc.gif?imageMogr2/auto-orient/strip)
* 之后 Run (`command + R`)即可启动微信,此时插件注入完成。

* 若 Error,提示找不到 Framework,先进行 Build。
* 若Error, 需要配置环境,请参考[我的博客](http://www.tkkk.fun/2017/04/21/macOS%E9%80%86%E5%90%91-%E5%BE%AE%E4%BF%A1%E5%B0%8F%E5%8A%A9%E6%89%8B/)

## 卸载

打开Terminal(终端),拖动解压后`Uninstall.sh` 文件到 Terminal 回车即可。

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.6</string>
<string>1.6.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand All @@ -41,7 +41,7 @@
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017年 tk. All rights reserved.</string>
<key>versionInfo</key>
<string>👉 v1.6 (2018-03-18):\n新增 Alfred 快捷发消息 &amp; 打开聊天窗口\n\n之前版本更新内容:\n👉 (v1.5.1) :\n👉🏻 新增语音远程控制 mac\n👉🏼 修复快捷回复后消息未读数未更新的问题\n👉🏽 优化防撤回提醒 (显示撤回人昵称 &amp; 消息类型) \n\n👉 (v1.5.0):\n👉🏻 新增自动登录开关 \n👉🏼 新增小助手检测更新 \n👉🏽 新增通知中心快捷回复 \n👉🏾 新增表情包复制 &amp; 存储 \n👉🏿 自动回复 &amp; 远程控制设置存储到本地 \n\n👉🏻 优化防撤回提醒。 \n👉🏼 新增自动登录开关。 \n👉🏽 新增表情复制 &amp; 存储。 \n👉🏾 新增通知中心快捷回复\n👉🏿 自动回复 &amp; 远程控制设置存储到本地。\n\n
<string>v1.6.1 (2018-04-06):\n👉🏻 自动回复新增延迟回复\n👉🏼 调整置顶模式快捷键\n👉🏽 修复bug &amp; 优化代码\n👉🏾 更新 README.md 文档 \n\n之前版本主要更新内容:\n👉 新增 Alfred 快捷发消息 &amp; 打开聊天窗口\n👉🏻 新增语音远程控制 mac\n👉🏼 优化防撤回提醒 (显示撤回人昵称 &amp; 消息类型)\n👉🏽 新增自动登录开关 \n👉🏾 新增通知中心快捷回复 \n👉🏿 新增表情包复制 &amp; 存储 \n
</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.6</string>
<string>1.6.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand All @@ -41,7 +41,7 @@
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017年 tk. All rights reserved.</string>
<key>versionInfo</key>
<string>👉 v1.6 (2018-03-18):\n新增 Alfred 快捷发消息 &amp; 打开聊天窗口\n\n之前版本更新内容:\n👉 (v1.5.1) :\n👉🏻 新增语音远程控制 mac\n👉🏼 修复快捷回复后消息未读数未更新的问题\n👉🏽 优化防撤回提醒 (显示撤回人昵称 &amp; 消息类型) \n\n👉 (v1.5.0):\n👉🏻 新增自动登录开关 \n👉🏼 新增小助手检测更新 \n👉🏽 新增通知中心快捷回复 \n👉🏾 新增表情包复制 &amp; 存储 \n👉🏿 自动回复 &amp; 远程控制设置存储到本地 \n\n👉🏻 优化防撤回提醒。 \n👉🏼 新增自动登录开关。 \n👉🏽 新增表情复制 &amp; 存储。 \n👉🏾 新增通知中心快捷回复\n👉🏿 自动回复 &amp; 远程控制设置存储到本地。\n\n
<string>v1.6.1 (2018-04-06):\n👉🏻 自动回复新增延迟回复\n👉🏼 调整置顶模式快捷键\n👉🏽 修复bug &amp; 优化代码\n👉🏾 更新 README.md 文档 \n\n之前版本主要更新内容:\n👉 新增 Alfred 快捷发消息 &amp; 打开聊天窗口\n👉🏻 新增语音远程控制 mac\n👉🏼 优化防撤回提醒 (显示撤回人昵称 &amp; 消息类型)\n👉🏽 新增自动登录开关 \n👉🏾 新增通知中心快捷回复 \n👉🏿 新增表情包复制 &amp; 存储 \n
</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.6</string>
<string>1.6.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand All @@ -41,7 +41,7 @@
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017年 tk. All rights reserved.</string>
<key>versionInfo</key>
<string>👉 v1.6 (2018-03-18):\n新增 Alfred 快捷发消息 &amp; 打开聊天窗口\n\n之前版本更新内容:\n👉 (v1.5.1) :\n👉🏻 新增语音远程控制 mac\n👉🏼 修复快捷回复后消息未读数未更新的问题\n👉🏽 优化防撤回提醒 (显示撤回人昵称 &amp; 消息类型) \n\n👉 (v1.5.0):\n👉🏻 新增自动登录开关 \n👉🏼 新增小助手检测更新 \n👉🏽 新增通知中心快捷回复 \n👉🏾 新增表情包复制 &amp; 存储 \n👉🏿 自动回复 &amp; 远程控制设置存储到本地 \n\n👉🏻 优化防撤回提醒。 \n👉🏼 新增自动登录开关。 \n👉🏽 新增表情复制 &amp; 存储。 \n👉🏾 新增通知中心快捷回复\n👉🏿 自动回复 &amp; 远程控制设置存储到本地。\n\n
<string>v1.6.1 (2018-04-06):\n👉🏻 自动回复新增延迟回复\n👉🏼 调整置顶模式快捷键\n👉🏽 修复bug &amp; 优化代码\n👉🏾 更新 README.md 文档 \n\n之前版本主要更新内容:\n👉 新增 Alfred 快捷发消息 &amp; 打开聊天窗口\n👉🏻 新增语音远程控制 mac\n👉🏼 优化防撤回提醒 (显示撤回人昵称 &amp; 消息类型)\n👉🏽 新增自动登录开关 \n👉🏾 新增通知中心快捷回复 \n👉🏿 新增表情包复制 &amp; 存储 \n
</string>
</dict>
</plist>
Binary file not shown.
Binary file modified Other/Products/Debug/WeChatPlugin.framework/WeChatPlugin
Binary file not shown.
Binary file added Other/ScreenShots/auto_reply.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Other/ScreenShots/install_download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Other/ScreenShots/install_terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Other/ScreenShots/terminal_path.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4e7fdcc

Please sign in to comment.