摘要: 依赖:ios-deploy 安装:brew install node npm install -g --unsafe-perm=true ios-deploy 项目代码片段(运行测试build): 阅读全文
posted @ 2018-02-01 17:14 GavinLJC 阅读(429) 评论(0) 推荐(0) 编辑
摘要: import os, time, pprintDEBUG=Trueclass ADB: def __init__(self, deviceId): self.__deviceId=deviceId self.__adb_header='adb -s ' + self.__deviceId + ' ' 阅读全文
posted @ 2018-02-01 17:07 GavinLJC 阅读(1778) 评论(0) 推荐(0) 编辑