|
|
8 months ago | |
|---|---|---|
| WebDriverAgent-5.8.0 | 8 months ago | |
| iOS App Signer.app | 8 months ago | |
| .DS_Store | 8 months ago | |
| .gitignore | 8 months ago | |
| LICENSE | 8 months ago | |
| README.md | 8 months ago | |
| WDA.ipa | 8 months ago | |
| main.py | 8 months ago |
钉钉自动打卡 ios16
ios:
mac 需要安装xcode -> wda 适配ios16,18请使用最新版:https://github.com/appium/WebDriverAgent
window 需要安装ituns
需要安装ptyhon3.9+的版本
手机需要开启开发者模式
ios<17
wda:https://zhuanlan.zhihu.com/p/673319266
xcode打包:
```
$ xcodebuild build-for-testing -scheme WebDriverAgentRunner -sdk iphoneos -configuration Release -derivedDataPath ./tmp
$ cd ./tmp/Build/Products/Release-iphoneos # path might be different
# Created folder `Payload` and put `.app` into it
# then compressed to zip, change extention name to `.ipa`. That's all.
$ mkdir Payload && cp -r *.app Payload
$ zip -r WDA.ipa Payload
# 打开ipa 删除所有XC开头的文件
```
重签名软件:https://dantheman827.github.io/ios-app-signer/