]> git.saurik.com Git - winterboard.git/blobdiff - Info.plist
Use backwards-compatible deprecated garbage.
[winterboard.git] / Info.plist
index ae9157fa9aee339992be1cc68aabf50eac20ac46..a20bdf9a85b8b6d89141195f21fa9ded5bad4d92 100644 (file)
 
     <key>SBUsesNetwork</key>
     <integer>3</integer>
+
+    <key>UIDeviceFamily</key>
+    <array>
+        <integer>1</integer>
+        <integer>2</integer>
+    </array>
+
+    <key>UISupportedInterfaceOrientations</key>
+    <array>
+        <string>UIInterfaceOrientationPortrait</string>
+        <string>UIInterfaceOrientationPortraitUpsideDown</string>
+        <string>UIInterfaceOrientationLandscapeLeft</string>
+        <string>UIInterfaceOrientationLandscapeRight</string>
+    </array>
 </dict>
 
 </plist>