mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
IOS: Adds support for iPad
These keys are automatically added by Xcode when one compiles a regular Xcode project, but are missing when compiling from the command line.
This commit is contained in:
parent
627e6393d6
commit
d1c0a1f8e5
@ -26,6 +26,11 @@
|
||||
<string>1.9.0git</string>
|
||||
<key>UIApplicationExitsOnSuspend</key>
|
||||
<false/>
|
||||
<key>UIDeviceFamily</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
<integer>2</integer>
|
||||
</array>
|
||||
<key>UIFileSharingEnabled</key>
|
||||
<true/>
|
||||
<key>UILaunchImages</key>
|
||||
|
@ -26,6 +26,11 @@
|
||||
<string>@VERSION@</string>
|
||||
<key>UIApplicationExitsOnSuspend</key>
|
||||
<false/>
|
||||
<key>UIDeviceFamily</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
<integer>2</integer>
|
||||
</array>
|
||||
<key>UIFileSharingEnabled</key>
|
||||
<true/>
|
||||
<key>UILaunchImages</key>
|
||||
|
Loading…
x
Reference in New Issue
Block a user