1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE plist PUBLIC
"-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
6 <key>CFBundleDevelopmentRegion
</key>
9 <key>CFBundleExecutable
</key>
10 <string>Cydia
</string>
12 <key>CFBundleIdentifier
</key>
13 <string>com.saurik.Cydia
</string>
15 <key>CFBundleInfoDictionaryVersion
</key>
18 <key>CFBundleName
</key>
19 <string>Cydia
</string>
21 <key>CFBundlePackageType
</key>
24 <key>CFBundleShortVersionString
</key>
27 <key>CFBundleSignature
</key>
30 <key>CFBundleVersion
</key>
33 <key>SBUsesNetwork
</key>
36 <key>CFBundleURLTypes
</key>
39 <key>CFBundleURLName
</key>
40 <string>Cydia Internal URL
</string>
41 <key>CFBundleURLSchemes
</key>
43 <string>cydia
</string>
49 <string>iphoneos2.0.saurik
</string>
51 <key>DTPlatformVersion
</key>
54 <key>MinimumOSVersion
</key>
57 <key>UIDeviceFamily
</key>
63 <key>UISupportedInterfaceOrientations
</key>
65 <string>UIInterfaceOrientationPortrait
</string>
68 <key>UISupportedInterfaceOrientations~ipad
</key>
70 <string>UIInterfaceOrientationPortrait
</string>
71 <string>UIInterfaceOrientationPortraitUpsideDown
</string>
72 <string>UIInterfaceOrientationLandscapeLeft
</string>
73 <string>UIInterfaceOrientationLandscapeRight
</string>
76 <key>CFBundleIconFile
</key>
77 <string>iconClassic.png
</string>
79 <key>CFBundleIconFiles
</key>
81 <string>icon.png
</string>
82 <string>icon-
72.png
</string>
83 <string>icon@
2x.png
</string>
85 <string>Icon-
60.png
</string>
86 <string>Icon-
60@
2x.png
</string>
87 <string>Icon-
76.png
</string>
88 <string>Icon-
76@
2x.png
</string>
90 <string>Icon-Small.png
</string>
91 <string>Icon-Small@
2x.png
</string>
93 <string>Icon-Small-
40.png
</string>
94 <string>Icon-Small-
50.png
</string>
98 <!-- to ye who is reading this, I know what you are thinking: "saurik is an idiot, why did he turn this off?" -->
99 <!-- the problem is that Cydia runs as root, and therefore cannot be sent a SIGSTOP by SpringBoard, as mobile -->
100 <!-- what that means, is that when Cydia "multitasks" it will just keep running in the background, constantly -->
101 <!-- and that means that all of those stupid webpages (and all of their horribly irritatingly slow ads!) will -->
102 <!-- just keep running and animating and reloading in the background, burning your battery life and cpu speed -->
103 <!-- even when you aren't "using" the app anymore. so, no: it is not at all a good idea to turn this back on. -->
104 <!-- the idea is that, eventually, Cydia will no longer need to run as root; and, when that happens, not just -->
105 <!-- this, but a ton of other little things (mail composition, keyboard behaviors, mobilesubstrate, etc.) all -->
106 <!-- will get fixed at the same time, and one of those wonderous new features will be "working multitasking". -->
108 <!--key>UIBackgroundModes</key>
110 <string>audio</string>
111 <string>continuous</string>
114 <key>UIApplicationExitsOnSuspend</key>
117 <key>UILaunchImages</key>
120 <key>UILaunchImageName</key>
121 <string>iOS7-Default</string>
122 <key>UILaunchImageMinimumOSVersion</key>
124 <key>UILaunchImageOrientation</key>
125 <string>Portrait</string>
126 <key>UILaunchImageSize</key>
127 <string>{320, 480}</string>
130 <key>UILaunchImageName</key>
131 <string>iOS7-Default</string>
132 <key>UILaunchImageMinimumOSVersion</key>
134 <key>UILaunchImageOrientation</key>
135 <string>Portrait</string>
136 <key>UILaunchImageSize</key>
137 <string>{320, 568}</string>
141 <key>UILaunchImages~ipad</key>
144 <key>UILaunchImageName</key>
145 <string>iOS7-Default-Portrait</string>
146 <key>UILaunchImageMinimumOSVersion</key>
148 <key>UILaunchImageOrientation</key>
149 <string>Portrait</string>
150 <key>UILaunchImageSize</key>
151 <string>{768, 1024}</string>
154 <key>UILaunchImageName</key>
155 <string>iOS7-Default-Landscape</string>
156 <key>UILaunchImageMinimumOSVersion</key>
158 <key>UILaunchImageOrientation</key>
159 <string>Landscape</string>
160 <key>UILaunchImageSize</key>
161 <string>{768, 1024}</string>