screentoios
v1.0.1
Published
自动截图并上传到ios模拟器
Downloads
2
Readme
MacOs下截图并自动保存到ios模拟器
安装
npm i screentoios -g
使用方法
screenToIos
替代shell脚本
screencapture -i /tmp/screencapture.png && xcrun simctl addmedia $(xcrun simctl list | grep Booted | awk -F '[()]+' '{print $2}' | head -n 1) /tmp/screencapture.png