]> git.saurik.com Git - cydia.git/blob - MobileCydia.app/Info.plist
5f1e2bcf00bf50f7dcafdd7687acd5ad4b153b1a
[cydia.git] / MobileCydia.app / Info.plist
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>
10 <string>Cydia</string>
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>
19 <string>Cydia</string>
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>
32
33 <key>SBUsesNetwork</key>
34 <integer>11</integer>
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>
47
48 <key>DTSDKName</key>
49 <string>iphoneos2.0.saurik</string>
50
51 <key>DTPlatformVersion</key>
52 <string>7.0</string>
53
54 <key>MinimumOSVersion</key>
55 <string>2.0</string>
56
57 <key>UIDeviceFamily</key>
58 <array>
59 <integer>1</integer>
60 <integer>2</integer>
61 </array>
62
63 <key>UISupportedInterfaceOrientations</key>
64 <array>
65 <string>UIInterfaceOrientationPortrait</string>
66 </array>
67
68 <key>UISupportedInterfaceOrientations~ipad</key>
69 <array>
70 <string>UIInterfaceOrientationPortrait</string>
71 <string>UIInterfaceOrientationPortraitUpsideDown</string>
72 <string>UIInterfaceOrientationLandscapeLeft</string>
73 <string>UIInterfaceOrientationLandscapeRight</string>
74 </array>
75
76 <key>CFBundleIconFile</key>
77 <string>iconClassic.png</string>
78
79 <key>CFBundleIconFiles</key>
80 <array>
81 <string>icon.png</string>
82 <string>icon-72.png</string>
83 <string>icon@2x.png</string>
84
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>
89
90 <string>Icon-Small.png</string>
91 <string>Icon-Small@2x.png</string>
92
93 <string>Icon-Small-40.png</string>
94 <string>Icon-Small-50.png</string>
95 </array>
96
97
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". -->
107
108 <!--key>UIBackgroundModes</key>
109 <array>
110 <string>audio</string>
111 <string>continuous</string>
112 </array-->
113
114 <key>UIApplicationExitsOnSuspend</key>
115 <true/>
116
117 <key>UILaunchImages</key>
118 <array>
119 <dict>
120 <key>UILaunchImageName</key>
121 <string>iOS7-Default</string>
122 <key>UILaunchImageMinimumOSVersion</key>
123 <string>7.0</string>
124 <key>UILaunchImageOrientation</key>
125 <string>Portrait</string>
126 <key>UILaunchImageSize</key>
127 <string>{320, 480}</string>
128 </dict>
129 <dict>
130 <key>UILaunchImageName</key>
131 <string>iOS7-Default</string>
132 <key>UILaunchImageMinimumOSVersion</key>
133 <string>7.0</string>
134 <key>UILaunchImageOrientation</key>
135 <string>Portrait</string>
136 <key>UILaunchImageSize</key>
137 <string>{320, 568}</string>
138 </dict>
139 </array>
140
141 <key>UILaunchImages~ipad</key>
142 <array>
143 <dict>
144 <key>UILaunchImageName</key>
145 <string>iOS7-Default-Portrait</string>
146 <key>UILaunchImageMinimumOSVersion</key>
147 <string>7.0</string>
148 <key>UILaunchImageOrientation</key>
149 <string>Portrait</string>
150 <key>UILaunchImageSize</key>
151 <string>{768, 1024}</string>
152 </dict>
153 <dict>
154 <key>UILaunchImageName</key>
155 <string>iOS7-Default-Landscape</string>
156 <key>UILaunchImageMinimumOSVersion</key>
157 <string>7.0</string>
158 <key>UILaunchImageOrientation</key>
159 <string>Landscape</string>
160 <key>UILaunchImageSize</key>
161 <string>{768, 1024}</string>
162 </dict>
163 </array>
164 </dict>
165
166 </plist>