]> git.saurik.com Git - cydia.git/blame - MobileCydia.app/Info.plist
Continue to put APT's extended_states in /var/lib.
[cydia.git] / MobileCydia.app / Info.plist
CommitLineData
61f28687
JF
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">
3<plist version="1.0">
4
5<dict>
6 <key>CFBundleDevelopmentRegion</key>
7 <string>en</string>
8
9 <key>CFBundleExecutable</key>
b31b87cc 10 <string>Cydia</string>
61f28687
JF
11
12 <key>CFBundleIdentifier</key>
13 <string>com.saurik.Cydia</string>
14
15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string>
17
18 <key>CFBundleName</key>
b31b87cc 19 <string>Cydia</string>
61f28687
JF
20
21 <key>CFBundlePackageType</key>
22 <string>APPL</string>
23
24 <key>CFBundleShortVersionString</key>
25 <string>0.9</string>
26
27 <key>CFBundleSignature</key>
28 <string>????</string>
29
30 <key>CFBundleVersion</key>
31 <string>0.9</string>
36bb2ca2
JF
32
33 <key>SBUsesNetwork</key>
123c5344 34 <integer>11</integer>
c390d3ab
JF
35
36 <key>CFBundleURLTypes</key>
37 <array>
38 <dict>
39 <key>CFBundleURLName</key>
40 <string>Cydia Internal URL</string>
41 <key>CFBundleURLSchemes</key>
42 <array>
43 <string>cydia</string>
44 </array>
45 </dict>
46 </array>
123c5344
JF
47
48 <key>DTSDKName</key>
49 <string>iphoneos2.0.saurik</string>
50
74d67391
JF
51 <key>DTPlatformVersion</key>
52 <string>7.0</string>
53
123c5344
JF
54 <key>MinimumOSVersion</key>
55 <string>2.0</string>
56
57 <key>UIDeviceFamily</key>
58 <array>
59 <integer>1</integer>
58241d4c 60 <integer>2</integer>
123c5344
JF
61 </array>
62
63 <key>UISupportedInterfaceOrientations</key>
64 <array>
65 <string>UIInterfaceOrientationPortrait</string>
f361c043
DH
66 </array>
67
68 <key>UISupportedInterfaceOrientations~ipad</key>
69 <array>
70 <string>UIInterfaceOrientationPortrait</string>
71 <string>UIInterfaceOrientationPortraitUpsideDown</string>
123c5344 72 <string>UIInterfaceOrientationLandscapeLeft</string>
f361c043 73 <string>UIInterfaceOrientationLandscapeRight</string>
123c5344 74 </array>
fde34135 75
9e0438b8
JF
76 <key>UIViewControllerBasedStatusBarAppearance</key>
77 <true/>
78
c5dd0c7f
JF
79 <key>CFBundleIconFile</key>
80 <string>iconClassic.png</string>
81
82 <key>CFBundleIconFiles</key>
83 <array>
cd701a7b 84 <!-- iOS 6 iPhone (home) [59x60] -->
c5dd0c7f 85 <string>icon.png</string>
c5dd0c7f 86 <string>icon@2x.png</string>
5bf14a24 87
cd701a7b
JF
88 <!-- iOS 6 iPad (home) [74x76] -->
89 <string>icon-72.png</string>
90 <string>icon-72@2x.png</string>
91
92 <!-- iOS 7 iPhone (home) [60x60] -->
93 <string>Icon-60</string>
94
95 <!-- iOS 7 iPad (home) [76x76] -->
96 <string>Icon-76</string>
97
98 <!-- iOS 7 (spotlight) [40x40] -->
99 <string>Icon-Small-40</string>
5bf14a24 100
cd701a7b 101 <!-- iOS 6 iPhone (spotlight) [29x29] -->
c5dd0c7f 102 <string>Icon-Small.png</string>
c5dd0c7f 103 <string>Icon-Small@2x.png</string>
5bf14a24 104
cd701a7b 105 <!-- iOS 6 iPad (spotlight) [50x50] -->
5bf14a24 106 <string>Icon-Small-50.png</string>
cd701a7b 107 <string>Icon-Small-50@2x.png</string>
c5dd0c7f 108 </array>
740b712d
JF
109
110
111 <!-- to ye who is reading this, I know what you are thinking: "saurik is an idiot, why did he turn this off?" -->
112 <!-- the problem is that Cydia runs as root, and therefore cannot be sent a SIGSTOP by SpringBoard, as mobile -->
113 <!-- what that means, is that when Cydia "multitasks" it will just keep running in the background, constantly -->
114 <!-- and that means that all of those stupid webpages (and all of their horribly irritatingly slow ads!) will -->
115 <!-- just keep running and animating and reloading in the background, burning your battery life and cpu speed -->
116 <!-- even when you aren't "using" the app anymore. so, no: it is not at all a good idea to turn this back on. -->
117 <!-- the idea is that, eventually, Cydia will no longer need to run as root; and, when that happens, not just -->
118 <!-- this, but a ton of other little things (mail composition, keyboard behaviors, mobilesubstrate, etc.) all -->
119 <!-- will get fixed at the same time, and one of those wonderous new features will be "working multitasking". -->
120
121 <!--key>UIBackgroundModes</key>
122 <array>
123 <string>audio</string>
124 <string>continuous</string>
125 </array-->
126
127 <key>UIApplicationExitsOnSuspend</key>
128 <true/>
eff2d186
JF
129
130 <key>UILaunchImages</key>
131 <array>
132 <dict>
133 <key>UILaunchImageName</key>
134 <string>iOS7-Default</string>
135 <key>UILaunchImageMinimumOSVersion</key>
136 <string>7.0</string>
137 <key>UILaunchImageOrientation</key>
138 <string>Portrait</string>
139 <key>UILaunchImageSize</key>
140 <string>{320, 480}</string>
141 </dict>
142 <dict>
143 <key>UILaunchImageName</key>
144 <string>iOS7-Default</string>
145 <key>UILaunchImageMinimumOSVersion</key>
146 <string>7.0</string>
147 <key>UILaunchImageOrientation</key>
148 <string>Portrait</string>
149 <key>UILaunchImageSize</key>
150 <string>{320, 568}</string>
151 </dict>
152 </array>
153
154 <key>UILaunchImages~ipad</key>
155 <array>
156 <dict>
157 <key>UILaunchImageName</key>
158 <string>iOS7-Default-Portrait</string>
159 <key>UILaunchImageMinimumOSVersion</key>
160 <string>7.0</string>
161 <key>UILaunchImageOrientation</key>
162 <string>Portrait</string>
163 <key>UILaunchImageSize</key>
164 <string>{768, 1024}</string>
165 </dict>
166 <dict>
167 <key>UILaunchImageName</key>
168 <string>iOS7-Default-Landscape</string>
169 <key>UILaunchImageMinimumOSVersion</key>
170 <string>7.0</string>
171 <key>UILaunchImageOrientation</key>
172 <string>Landscape</string>
173 <key>UILaunchImageSize</key>
174 <string>{768, 1024}</string>
175 </dict>
176 </array>
61f28687
JF
177</dict>
178
179</plist>