# WechatJumpHelper **Repository Path**: xycm/WechatJumpHelper ## Basic Information - **Project Name**: WechatJumpHelper - **Description**: 微信跳一跳外挂 - **Primary Language**: Kotlin - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 依赖安装步骤 1. 安装最新版的xcode 2. 使用`brew`安装python3 `brew install python3` 2. 下载`WDA` ```git clone https://github.com/facebook/WebDriverAgent``` 3. 运行初始化脚本 `./Scripts/bootstrap.sh` 该脚本会使用`Carthage`下载所有的依赖,使用npm打包响应的js文件 4. 执行完成后,直接双击打开WebDriverAgent.xcodeproj这个文件。 5. 安装真机的证书: 1. 在`WebDriverAgent`和`WebDriverAgentRunner`中修改`Bundle Identifier`为唯一的. 2. 在Signing中选择自己的开发者账号. 3. 插上iphone手机. 4. 选择`Product`-`Test` 对真机安装测试 5. 在iphone手机上会出现一个白色图标的程序一闪而过.并在控制台打印出`http://xxx.xx.xx.xx:8100`的文字 6. 安装`libimobiledevice`代理: `brew install libimobiledevice` 然后在终端执行`iproxy 8100 8100`,而后在浏览器中访问`http://127.0.0.1:8100/status`如果出现json,说明wda安装连接成功 7. 执行本项目, 在shell中输入对应机型即可