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:
Vincent Bénony 2016-02-13 15:27:26 +01:00 committed by Filippos Karapetis
parent 627e6393d6
commit d1c0a1f8e5
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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>