How to add info.plist to qt-ios App??
-
I confirmed in the link below that I can replace the default info.plist with custom info.plist.
But I would like to add my custom info.plist which is not replacing default info.plist.In the following link, It seems qmake doesn't provide such functionality itself.
What function of qmake should i use ??
(Actually there can be several info.plist in xcode swift project ) , -
Hi,
Where exactly do you want to store them ?
-
@SGaist
I would like to add * .appex. that is extension app. (I guess, it should be included in the Plugin dir.)
When downloading and checking the sample ios xcode project below,
I confirmed that there are several Info.plist. Does qmake support this?
I' cant add multiple Info.plist to qt project........
p.s There seems to be no other way except Info.plist. If there is another solution, please teach me.https://ianmcdowell.net/blog/nsextension/
https://github.com/IMcD23/NSExtension-Demo -
From the looks of it, they should be built as separate targets. Hence they can have each their own Info.plist file.
But I haven't done that so I can't really tell you how to proceed. Likely using Qt's subdirs template.
-
What feature are you referring to ?