From 4a906f5e6bc5f66b47bd1e7f0534189c5127978d Mon Sep 17 00:00:00 2001 From: Martin Burchell Date: Thu, 20 Jul 2023 15:35:05 +0100 Subject: [PATCH] Attempt to fix Storyboard error on iOS Following https://doc.qt.io/qt-6/ios-platform-notes.html --- tablet_qt/camcops.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tablet_qt/camcops.pro b/tablet_qt/camcops.pro index f62e9aab6..e091421a3 100644 --- a/tablet_qt/camcops.pro +++ b/tablet_qt/camcops.pro @@ -384,8 +384,7 @@ ios { QMAKE_INFO_PLIST = $${CAMCOPS_SOURCE_ROOT}/ios/Info.plist - app_launch_screen.files = $$files($${CAMCOPS_SOURCE_ROOT}/ios/LaunchScreen.storyboard) - QMAKE_BUNDLE_DATA += app_launch_screen + QMAKE_IOS_LAUNCH_SCREEN = $${CAMCOPS_SOURCE_ROOT}/ios/LaunchScreen.storyboard QMAKE_ASSET_CATALOGS = $${CAMCOPS_SOURCE_ROOT}/ios/Images.xcassets QMAKE_ASSET_CATALOGS_APP_ICON = "AppIcon"