Skip to content

Commit

Permalink
Attempt to fix Storyboard error on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Jul 20, 2023
1 parent 8097c5f commit 4a906f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tablet_qt/camcops.pro
Expand Up @@ -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"
Expand Down

0 comments on commit 4a906f5

Please sign in to comment.