]> git.saurik.com Git - cydia.git/blobdiff - MobileCydia.app/Info.plist
Removing a repository was just kind of locking up.
[cydia.git] / MobileCydia.app / Info.plist
index a27771d517dfdc4b1f67898a4d9bed7ecf3ff6a2..0b6ff36f301b63e263f8ee45fe8db9c316c47d87 100644 (file)
@@ -48,6 +48,9 @@
     <key>DTSDKName</key>
     <string>iphoneos2.0.saurik</string>
 
+    <key>DTPlatformVersion</key>
+    <string>8.0</string>
+
     <key>MinimumOSVersion</key>
     <string>2.0</string>
 
@@ -60,6 +63,8 @@
     <key>UISupportedInterfaceOrientations</key>
     <array>
         <string>UIInterfaceOrientationPortrait</string>
+        <string>UIInterfaceOrientationLandscapeLeft</string>
+        <string>UIInterfaceOrientationLandscapeRight</string>
     </array>
 
     <key>UISupportedInterfaceOrientations~ipad</key>
         <string>UIInterfaceOrientationLandscapeRight</string>
     </array>
 
+    <key>UIViewControllerBasedStatusBarAppearance</key>
+    <true/>
+
     <key>CFBundleIconFile</key>
     <string>iconClassic.png</string>
 
     <key>CFBundleIconFiles</key>
     <array>
+        <!-- iOS 6 iPhone (home) [59x60] -->
         <string>icon.png</string>
-        <string>icon-72.png</string>
         <string>icon@2x.png</string>
+
+        <!-- iOS 6 iPad (home) [74x76] -->
+        <string>icon-72.png</string>
+        <string>icon-72@2x.png</string>
+
+        <!-- iOS 7 iPhone (home) [60x60] -->
+        <string>Icon-60</string>
+
+        <!-- iOS 7 iPad (home) [76x76] -->
+        <string>Icon-76</string>
+
+        <!-- iOS 7 (spotlight) [40x40] -->
+        <string>Icon-Small-40</string>
+
+        <!-- iOS 6 iPhone (spotlight) [29x29] -->
         <string>Icon-Small.png</string>
-        <string>Icon-Small-50.png</string>
         <string>Icon-Small@2x.png</string>
-    </array>
-
 
-    <!-- to ye who is reading this, I know what you are thinking: "saurik is an idiot, why did he turn this off?" -->
-    <!-- the problem is that Cydia runs as root, and therefore cannot be sent a SIGSTOP by SpringBoard, as mobile -->
-    <!-- what that means, is that when Cydia "multitasks" it will just keep running in the background, constantly -->
-    <!-- and that means that all of those stupid webpages (and all of their horribly irritatingly slow ads!) will -->
-    <!-- just keep running and animating and reloading in the background, burning your battery life and cpu speed -->
-    <!-- even when you aren't "using" the app anymore. so, no: it is not at all a good idea to turn this back on. -->
-    <!-- the idea is that, eventually, Cydia will no longer need to run as root; and, when that happens, not just -->
-    <!-- this, but a ton of other little things (mail composition, keyboard behaviors, mobilesubstrate, etc.) all -->
-    <!-- will get fixed at the same time, and one of those wonderous new features will be "working multitasking". -->
+        <!-- iOS 6 iPad (spotlight) [50x50] -->
+        <string>Icon-Small-50.png</string>
+        <string>Icon-Small-50@2x.png</string>
+    </array>
 
-    <!--key>UIBackgroundModes</key>
+    <key>UIBackgroundModes</key>
     <array>
         <string>audio</string>
-        <string>continuous</string>
-    </array-->
+    </array>
 
     <key>UIApplicationExitsOnSuspend</key>
-    <true/>
+    <false/>
 
     <key>UILaunchImages</key>
     <array>
             <key>UILaunchImageSize</key>
             <string>{320, 568}</string>
         </dict>
+        <dict>
+            <key>UILaunchImageName</key>
+            <string>iOS7-Default-667h</string>
+            <key>UILaunchImageMinimumOSVersion</key>
+            <string>8.0</string>
+            <key>UILaunchImageOrientation</key>
+            <string>Portrait</string>
+            <key>UILaunchImageSize</key>
+            <string>{375, 667}</string>
+        </dict>
+        <dict>
+            <key>UILaunchImageName</key>
+            <string>iOS7-Default-736h-Portrait</string>
+            <key>UILaunchImageMinimumOSVersion</key>
+            <string>8.0</string>
+            <key>UILaunchImageOrientation</key>
+            <string>Portrait</string>
+            <key>UILaunchImageSize</key>
+            <string>{414, 736}</string>
+        </dict>
+        <dict>
+            <key>UILaunchImageName</key>
+            <string>iOS7-Default-736h-Landscape</string>
+            <key>UILaunchImageMinimumOSVersion</key>
+            <string>8.0</string>
+            <key>UILaunchImageOrientation</key>
+            <string>Landscape</string>
+            <key>UILaunchImageSize</key>
+            <string>{414, 736}</string>
+        </dict>
     </array>
 
     <key>UILaunchImages~ipad</key>