-
对于图标打包 cmake是
对于Info.plist cmake是
xmake未找到对应的打包方式. 需要帮助 :D |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Jun 2, 2023
Replies: 1 comment 3 replies
-
直接 add_files("Info.plist") 就行了,参考现有工程 其他资源文件,可以走 add_installfiles |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你只加了 qt 的规则,没加 mac app 的规则。。不会识别 info.plist 。。
目前仅 mac app 才支持 info.plist 。。 qt 走的自己的 qtdeploy 目前不支持 info.plist
除非不用 qt ,用原生 objc 开发 mac app