]>
Commit | Line | Data |
---|---|---|
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>MinimumOSVersion</key> | |
52 | <string>2.0</string> | |
53 | ||
54 | <key>UIDeviceFamily</key> | |
55 | <array> | |
56 | <integer>1</integer> | |
57 | <integer>2</integer> | |
58 | </array> | |
59 | ||
60 | <key>UISupportedInterfaceOrientations</key> | |
61 | <array> | |
62 | <string>UIInterfaceOrientationPortrait</string> | |
63 | </array> | |
64 | ||
65 | <key>UISupportedInterfaceOrientations~ipad</key> | |
66 | <array> | |
67 | <string>UIInterfaceOrientationPortrait</string> | |
68 | <string>UIInterfaceOrientationPortraitUpsideDown</string> | |
69 | <string>UIInterfaceOrientationLandscapeLeft</string> | |
70 | <string>UIInterfaceOrientationLandscapeRight</string> | |
71 | </array> | |
72 | ||
73 | <key>CFBundleIconFile</key> | |
74 | <string>iconClassic.png</string> | |
75 | ||
76 | <key>CFBundleIconFiles</key> | |
77 | <array> | |
78 | <string>icon.png</string> | |
79 | <string>icon-72.png</string> | |
80 | <string>icon@2x.png</string> | |
81 | ||
82 | <string>Icon-60.png</string> | |
83 | <string>Icon-60@2x.png</string> | |
84 | <string>Icon-76.png</string> | |
85 | <string>Icon-76@2x.png</string> | |
86 | ||
87 | <string>Icon-Small.png</string> | |
88 | <string>Icon-Small@2x.png</string> | |
89 | ||
90 | <string>Icon-Small-40.png</string> | |
91 | <string>Icon-Small-50.png</string> | |
92 | </array> | |
93 | ||
94 | ||
95 | <!-- to ye who is reading this, I know what you are thinking: "saurik is an idiot, why did he turn this off?" --> | |
96 | <!-- the problem is that Cydia runs as root, and therefore cannot be sent a SIGSTOP by SpringBoard, as mobile --> | |
97 | <!-- what that means, is that when Cydia "multitasks" it will just keep running in the background, constantly --> | |
98 | <!-- and that means that all of those stupid webpages (and all of their horribly irritatingly slow ads!) will --> | |
99 | <!-- just keep running and animating and reloading in the background, burning your battery life and cpu speed --> | |
100 | <!-- even when you aren't "using" the app anymore. so, no: it is not at all a good idea to turn this back on. --> | |
101 | <!-- the idea is that, eventually, Cydia will no longer need to run as root; and, when that happens, not just --> | |
102 | <!-- this, but a ton of other little things (mail composition, keyboard behaviors, mobilesubstrate, etc.) all --> | |
103 | <!-- will get fixed at the same time, and one of those wonderous new features will be "working multitasking". --> | |
104 | ||
105 | <!--key>UIBackgroundModes</key> | |
106 | <array> | |
107 | <string>audio</string> | |
108 | <string>continuous</string> | |
109 | </array--> | |
110 | ||
111 | <key>UIApplicationExitsOnSuspend</key> | |
112 | <true/> | |
113 | ||
114 | <key>UILaunchImages</key> | |
115 | <array> | |
116 | <dict> | |
117 | <key>UILaunchImageName</key> | |
118 | <string>iOS7-Default</string> | |
119 | <key>UILaunchImageMinimumOSVersion</key> | |
120 | <string>7.0</string> | |
121 | <key>UILaunchImageOrientation</key> | |
122 | <string>Portrait</string> | |
123 | <key>UILaunchImageSize</key> | |
124 | <string>{320, 480}</string> | |
125 | </dict> | |
126 | <dict> | |
127 | <key>UILaunchImageName</key> | |
128 | <string>iOS7-Default</string> | |
129 | <key>UILaunchImageMinimumOSVersion</key> | |
130 | <string>7.0</string> | |
131 | <key>UILaunchImageOrientation</key> | |
132 | <string>Portrait</string> | |
133 | <key>UILaunchImageSize</key> | |
134 | <string>{320, 568}</string> | |
135 | </dict> | |
136 | </array> | |
137 | ||
138 | <key>UILaunchImages~ipad</key> | |
139 | <array> | |
140 | <dict> | |
141 | <key>UILaunchImageName</key> | |
142 | <string>iOS7-Default-Portrait</string> | |
143 | <key>UILaunchImageMinimumOSVersion</key> | |
144 | <string>7.0</string> | |
145 | <key>UILaunchImageOrientation</key> | |
146 | <string>Portrait</string> | |
147 | <key>UILaunchImageSize</key> | |
148 | <string>{768, 1024}</string> | |
149 | </dict> | |
150 | <dict> | |
151 | <key>UILaunchImageName</key> | |
152 | <string>iOS7-Default-Landscape</string> | |
153 | <key>UILaunchImageMinimumOSVersion</key> | |
154 | <string>7.0</string> | |
155 | <key>UILaunchImageOrientation</key> | |
156 | <string>Landscape</string> | |
157 | <key>UILaunchImageSize</key> | |
158 | <string>{768, 1024}</string> | |
159 | </dict> | |
160 | </array> | |
161 | </dict> | |
162 | ||
163 | </plist> |