From 1790cbd608141e520e1afc9a6a0032086ac2bffa Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 13 Sep 2023 16:50:10 +0200 Subject: [PATCH] CMake: Fix incorrect UILaunchStoryboardName value in Info.plist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The value needs to be 'CustomLaunchScreen', not 'CustomLaunchScreen.storyboard', otherwise app store validation will fail with the following error: Asset validation failed Invalid bundle. Because your app supports Multitasking on iPad, you need to include the CustomLaunchScreen.storyboard launch storyboard file in you bundle. Use UILaunchScreen instead if the app’s MinimumOSVersion is 14 or higher and you prefer to configure the launch screen without storyboards. This brings the value in line with what we have for the qmake Info.plist file. Amends cf3535fdf2e7fe52b36aaa4b94a53525fd6640f4 Pick-to: 6.5 Task-number: QTBUG-104519 Task-number: QTBUG-110921 Task-number: QTBUG-116784 Change-Id: I4e9cc2ed685634544955e967f35fdc426dac0f0c Reviewed-by: Amir Masoud Abdol Reviewed-by: Alexey Edelev (cherry picked from commit 370962315ad184a772e1813edc3c948403c7b057) Reviewed-by: Joerg Bornemann --- tests/manual/ios_assets/Info.ios.cmake.xcode.13.0.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/manual/ios_assets/Info.ios.cmake.xcode.13.0.plist b/tests/manual/ios_assets/Info.ios.cmake.xcode.13.0.plist index 19f1445c7f0..b83c922e24e 100644 --- a/tests/manual/ios_assets/Info.ios.cmake.xcode.13.0.plist +++ b/tests/manual/ios_assets/Info.ios.cmake.xcode.13.0.plist @@ -41,7 +41,7 @@ UILaunchStoryboardName - CustomLaunchScreen.storyboard + CustomLaunchScreen UISupportedInterfaceOrientations