]> git.saurik.com Git - cydia.git/blob - MobileCydia.app/Info.plist
We can't use 3.0 constants on 2.0 SDK.
[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>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>UIBackgroundModes</key>
74 <array>
75 <string>audio</string>
76 <string>continuous</string>
77 </array>
78
79 <key>CFBundleIconFile</key>
80 <string>iconClassic.png</string>
81
82 <key>CFBundleIconFiles</key>
83 <array>
84 <string>icon.png</string>
85 <string>icon-72.png</string>
86 <string>icon@2x.png</string>
87 <string>Icon-Small.png</string>
88 <string>Icon-Small-50.png</string>
89 <string>Icon-Small@2x.png</string>
90 </array>
91 </dict>
92
93 </plist>