iOS: Update Info.plist for iPad support (thanks @bsauvage1.)

Reportedly fixes #1015, reportedly fixes #1067.
This commit is contained in:
Unknown W. Brackets 2013-03-31 00:42:20 -07:00
parent 21e8a88297
commit cce038b009

View File

@ -51,5 +51,10 @@
<string>assets/Default.png</string>
<key>UIFileSharingEnabled</key>
<true/>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
</dict>
</plist>