钉钉自动打卡

caner a2cd003bd7 增加WDA 8 months ago
WebDriverAgent-5.8.0 a2cd003bd7 增加WDA 8 months ago
iOS App Signer.app a2cd003bd7 增加WDA 8 months ago
.DS_Store a2cd003bd7 增加WDA 8 months ago
.gitignore 13d6aa0a55 Initial commit 8 months ago
LICENSE 13d6aa0a55 Initial commit 8 months ago
README.md a2cd003bd7 增加WDA 8 months ago
WDA.ipa a2cd003bd7 增加WDA 8 months ago
main.py a2cd003bd7 增加WDA 8 months ago

README.md

dingding-ios-auto

钉钉自动打卡 ios16

lib pymobiledevice3

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/