aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dists/ios7/Info.plist5
-rw-r--r--dists/ios7/Info.plist.in5
2 files changed, 10 insertions, 0 deletions
diff --git a/dists/ios7/Info.plist b/dists/ios7/Info.plist
index 2ea3ad87be..ceef7e7d36 100644
--- a/dists/ios7/Info.plist
+++ b/dists/ios7/Info.plist
@@ -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>
diff --git a/dists/ios7/Info.plist.in b/dists/ios7/Info.plist.in
index 33094f4df9..447677ebd9 100644
--- a/dists/ios7/Info.plist.in
+++ b/dists/ios7/Info.plist.in
@@ -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>