摘要: 1.xcode12默认是创建的工程是14.2,所以需要修改一下工程版本。点击项目最上面的蓝色文件就可以打开下面的界面了。 ![](https://img2023.cnblogs.com/blog/736399/202307/736399-20230726211007756-163069369.jpg 阅读全文
posted @ 2023-07-26 21:12 公众号python学习开发 阅读(97) 评论(0) 推荐(0) 编辑
摘要: ``` adb shell 'find /storage/emulated/0/cxa -type f \( -iname "*.rar" -o -iname "*.zip" -o -iname "*.7z" \)' | tr -d '\r' | xargs -I {} adb pull {} `` 阅读全文
posted @ 2023-07-26 18:26 公众号python学习开发 阅读(211) 评论(0) 推荐(0) 编辑