wooodypan

Results 5 comments of wooodypan

@johnno1962 Do you mean `http://johnholdsworth.com/Injection93.app.zip` dosen't match Xcode 9.3 or the Mac App Store version can work too ?

sorry, the Mac App Store version can work on Xcode 9.3 . I forget the code blow in AppDelegate, I think this issue could be closed ``` objc NSBundle *bundle...

Android 10的Pixel2也碰到了此问题,由于此图片选择器常年未更新,现已修改并发布到 https://github.com/wooodypan/RxGalleryFinal 如果有其他的问题,可以自己克隆修改并发布到jitpack.io,本次修改基于原版仓库的2019年4月19日版本 发布到jitpack.io教程参考 https://juejin.cn/post/6844903630412201997 主要流程:clone、修改、本地创建tag并推送到remote、github网页创建release、jitpack搜索选择版本号自动构建、引入 引入方法(不支持AndroidX): ``` implementation 'com.github.yalantis:ucrop:2.2.3' implementation 'com.github.wooodypan:RxGalleryFinal:1.20192' ``` PS: 本人是iOS开发😂

fork作者源码更新到QT6,增加macOS使用说明,在M1 MacBook成功运行,起因是`pip3 install PyQt5` 一直卡着不动 https://github.com/wooodypan/WeChat_Article