Add launch screen from iOS dependencies

This commit is contained in:
Benau 2019-10-18 23:01:07 +08:00
parent 42d9e8967f
commit 88846f5d36
2 changed files with 3 additions and 1 deletions

View File

@ -499,7 +499,7 @@ else()
# Build the final executable
if (IOS)
file(GLOB IOS_ASSETS_FILES ${IOS_ASSETS})
file(GLOB IOS_ASSETS_FILES ${IOS_ASSETS} ${IOS_LAUNCHSCREEN})
set_source_files_properties(${IOS_ASSETS_FILES} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
add_executable(supertuxkart ${STK_SOURCES} ${STK_RESOURCES} ${STK_HEADERS} ${IOS_ASSETS_FILES})
set_target_properties(supertuxkart PROPERTIES

View File

@ -24,6 +24,8 @@
<array>
<string>arm64</string>
</array>
<key>UILaunchStoryboardName</key>
<string>launch_screen</string>
<key>UIStatusBarHidden</key>
<true/>
<key>UIRequiresFullScreen</key>