美文网首页
发布 Qt 写的 App 到 Mac App Store

发布 Qt 写的 App 到 Mac App Store

作者: 夕海城 | 来源:发表于2022-11-25 10:20 被阅读0次

需要自己编译 Qt,使用选项 -appstore-compliant
../qt6/configure -appstore-compliant -release -prefix /Users/Xxx/Dev/Qt_my -opensource -skip qtwebview -skip qtwebchannel -skip qtwebsockets -skip qtwebengine

否则审核通不过,使用了非公开api,non-public APIs
_responsibility_spawnattrs_setdisclaim, _responsibility_get_pid_responsible_for_pid,

相关文章

网友评论

      本文标题:发布 Qt 写的 App 到 Mac App Store

      本文链接:https://www.haomeiwen.com/subject/jeeffdtx.html