To make the black bars go away, you have to specify a launch image. Should be a storyboard, but not now.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4545 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-10-19 18:52:56 +00:00
parent d062ec0dfe
commit 5b6ee20b2d
4 changed files with 31 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<string>tildefriends</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
<string>iPhoneOS</string>
</array>
<key>CFBundleExecutable</key>
<string>tildefriends</string>
@ -22,5 +22,10 @@
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>UILaunchScreen</key>
<dict>
<key>UIImageName</key>
<string>tildefriends.png</string>
</dict>
</dict>
</plist>