Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 2.02 KB

Install.md

File metadata and controls

52 lines (29 loc) · 2.02 KB

Install

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

0. 懒癌版安装&升级

打开应用程序-实用工具-Terminal(终端),执行下面的命令安装 Oh My WeChat

curl -o- -L https://raw.githubusercontent.com/lmk123/oh-my-wechat/master/install.sh | bash -s

然后运行 omw 即可。

可以访问 Oh My WeChat 的项目主页查看更多用法。

1. 普通安装

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

clone or download

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

terminal

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

terminal

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

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

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

Permission denied.png

  • 下载 WeChatPlugin, 进行Pod install

  • 用Xcode打开,编辑 Scheme,在 Debug 模式下启动 WeChat。 edit scheme

  • 之后 Run (command + R)即可启动微信,此时插件注入完成。

  • 若 Error,提示找不到 Framework,先进行 Build。

  • 若Error, 需要配置环境,请参考我的博客

卸载

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