Allow use of launch storyboard instead of launch images on iOS

This commit is contained in:
Justin Espedal
2019-11-02 17:30:06 +09:00
committed by Joshua Granick
parent 97a6580752
commit d5e80fa5c1
8 changed files with 373 additions and 38 deletions

View File

@@ -28,6 +28,8 @@
<string>::APP_BUILD_NUMBER::</string>
<key>LSRequiresIPhoneOS</key>
<true/>
::if (IOS_LAUNCH_STORYBOARD != null)::<key>UILaunchStoryboardName</key>
<string>::IOS_LAUNCH_STORYBOARD::</string>::end::
<key>UIRequiredDeviceCapabilities</key>
<dict>
::foreach REQUIRED_CAPABILITY::<key>::name::</key>