Skip to content

Commit

Permalink
IOS: Adds support for iPad
Browse files Browse the repository at this point in the history
These keys are automatically added by Xcode when one compiles a regular Xcode project, but are missing when compiling from the command line.
  • Loading branch information
Vincent Bénony committed Feb 13, 2016
1 parent 8771c7d commit 18a27c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dists/ios7/Info.plist
Expand Up @@ -26,6 +26,11 @@
<string>1.8.0pre</string>
<key>UIApplicationExitsOnSuspend</key>
<false/>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchImages</key>
Expand Down
5 changes: 5 additions & 0 deletions dists/ios7/Info.plist.in
Expand Up @@ -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>
Expand Down

0 comments on commit 18a27c4

Please sign in to comment.