blob: f2eb03c3847d53a9f99f8558ff50327b0135bd34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>CydiaAppliance</string>
<key>CFBundleIdentifier</key>
<string>com.saurik.Cydia</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>fnrw</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>0.9</string>
<key>DTSDKName</key>
<string>iphoneos2.0.saurik</string>
<key>FRApplianceDataSourceType</key>
<string>All</string>
<key>FRAppliancePreferedOrderValue</key>
<integer>1</integer>
<key>FRHideIfNoCategories</key>
<false/>
<key>FRRemoteAppliance</key>
<true/>
<key>LSRequiresIPhoneOS</key>
<string>1</string>
<key>MinimumOSVersion</key>
<string>3.0</string>
<key>NSPrincipalClass</key>
<string>CydiaAppliance</string>
<key>UIDeviceFamily</key>
<array>
<integer>3</integer>
<integer>2</integer>
</array>
</dict>
</plist>
|