qt5base-lts/tests/manual/ios_assets
Alexandru Croitor 528e70b6d9 CMake: Add CFBundleIconName key to ios assets manual tests
It is required for publishing an app to the app store. Otherwise during
app store validation phase, you get an error:

 Asset validation failed
 Missing Info.plist value. A value for the Info.plist key
 'CFBundleIconName' is missing in the bundle 'foo'. Apps built with
 iOS 11 or later SDK must supply app icons in an asset catalog and must
 also provide a value for this Info.plist key.
 For more information see
 http://help.apple.com/xcode/mac/current/#/dev10510b1f7.

Note this is not needed when using Xcode 14.3+ and when one places the
icons into an asset catalog. When processing icons in the asset
catalog, Xcode generates a partial Info.plist file that will contain
the CFBundleIconName key and will merge into the final Info.plist
file.

Amends cf3535fdf2

Pick-to: 6.5 6.6
Task-number: QTBUG-104519
Task-number: QTBUG-110921
Task-number: QTBUG-116784
Change-Id: I53009097cf27b096c72ee9c4bad6aa4286272061
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
2023-09-22 20:40:35 +02:00
..
appicon CMake: Add manual test for various iOS asset handling 2022-08-17 01:05:45 +02:00
Assets.xcassets CMake: Add manual test for various iOS asset handling 2022-08-17 01:05:45 +02:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
CustomLaunchScreen.storyboard CMake: Add manual test for various iOS asset handling 2022-08-17 01:05:45 +02:00
foo.txt CMake: Add manual test for various iOS asset handling 2022-08-17 01:05:45 +02:00
Info.ios.cmake.plist CMake: Add CFBundleIconName key to ios assets manual tests 2023-09-22 20:40:35 +02:00
Info.ios.qmake.plist CMake: Add CFBundleIconName key to ios assets manual tests 2023-09-22 20:40:35 +02:00
ios_assets.pro CMake: Add manual test for various iOS asset handling 2022-08-17 01:05:45 +02:00
main.cpp CMake: Add manual test for various iOS asset handling 2022-08-17 01:05:45 +02:00
utils.mm CMake: Add manual test for various iOS asset handling 2022-08-17 01:05:45 +02:00