Add launch screen from iOS dependencies
This commit is contained in:
parent
42d9e8967f
commit
88846f5d36
@ -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
|
||||
|
@ -24,6 +24,8 @@
|
||||
<array>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>launch_screen</string>
|
||||
<key>UIStatusBarHidden</key>
|
||||
<true/>
|
||||
<key>UIRequiresFullScreen</key>
|
||||
|
Loading…
Reference in New Issue
Block a user