]> git.saurik.com Git - cydia.git/blob - MobileCydia.app/Info.plist
Successfully add a default image for the iPhone 6.
[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>UIViewControllerBasedStatusBarAppearance</key>
77 <true/>
78
79 <key>CFBundleIconFile</key>
80 <string>iconClassic.png</string>
81
82 <key>CFBundleIconFiles</key>
83 <array>
84 <!-- iOS 6 iPhone (home) [59x60] -->
85 <string>icon.png</string>
86 <string>icon@2x.png</string>
87
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>
100
101 <!-- iOS 6 iPhone (spotlight) [29x29] -->
102 <string>Icon-Small.png</string>
103 <string>Icon-Small@2x.png</string>
104
105 <!-- iOS 6 iPad (spotlight) [50x50] -->
106 <string>Icon-Small-50.png</string>
107 <string>Icon-Small-50@2x.png</string>
108 </array>
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/>
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 <dict>
153 <key>UILaunchImageName</key>
154 <string>iOS7-Default-667h</string>
155 <key>UILaunchImageMinimumOSVersion</key>
156 <string>8.0</string>
157 <key>UILaunchImageOrientation</key>
158 <string>Portrait</string>
159 <key>UILaunchImageSize</key>
160 <string>{375, 667}</string>
161 </dict>
162 </array>
163
164 <key>UILaunchImages~ipad</key>
165 <array>
166 <dict>
167 <key>UILaunchImageName</key>
168 <string>iOS7-Default-Portrait</string>
169 <key>UILaunchImageMinimumOSVersion</key>
170 <string>7.0</string>
171 <key>UILaunchImageOrientation</key>
172 <string>Portrait</string>
173 <key>UILaunchImageSize</key>
174 <string>{768, 1024}</string>
175 </dict>
176 <dict>
177 <key>UILaunchImageName</key>
178 <string>iOS7-Default-Landscape</string>
179 <key>UILaunchImageMinimumOSVersion</key>
180 <string>7.0</string>
181 <key>UILaunchImageOrientation</key>
182 <string>Landscape</string>
183 <key>UILaunchImageSize</key>
184 <string>{768, 1024}</string>
185 </dict>
186 </array>
187 </dict>
188
189 </plist>