example using a custom ios launch image
-
Hi,
UILaunchImageMinimumOSVersion
is a key of Info.plist file.
I think is not related to Qt so this is why you didn't found examples.BTW, you can use custom Info.plist with these steps:
- Create your custom Info.plist
- Add this
QMAKE_INFO_PLIST = <your_file>
to your .pro file
-
@mcosta thanks. i am using a custom info.plist and that is where i set the UILaunchImageMinimumOSVersion as described in http://doc.qt.io/qt-5/platform-notes-ios.html#launch-images
i just can't get it to work, so i am wondering if anyone else has got this working ?
also looked at the weather app example but that one is done manually in xcode after the xcode project file has been created ( https://qt.gitorious.org/qt-labs/weather-app/source/e2c92d9d1e978aacc6a541e175dbd9931ca3470f:ios/readme.txt ) i guess this is a fallback option.. but i am still hopeful that http://doc.qt.io/qt-5/platform-notes-ios.html#launch-images can be used.