]> git.saurik.com Git - cydia.git/blame - Cydia.app/Info.plist
Various performance improvements.
[cydia.git] / Cydia.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>
34 <integer>3</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>
61f28687
JF
47</dict>
48
49</plist>