]> git.saurik.com Git - apple/hfs.git/blob - core/macosx-Info.plist
hfs-522.100.5.tar.gz
[apple/hfs.git] / core / macosx-Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>en</string>
7 <key>CFBundleExecutable</key>
8 <string>$(EXECUTABLE_NAME)</string>
9 <key>CFBundleIdentifier</key>
10 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11 <key>CFBundleInfoDictionaryVersion</key>
12 <string>6.0</string>
13 <key>CFBundleName</key>
14 <string>$(PRODUCT_NAME)</string>
15 <key>CFBundlePackageType</key>
16 <string>KEXT</string>
17 <key>CFBundleShortVersionString</key>
18 <string>HFS_KEXT_VERSION</string>
19 <key>CFBundleSignature</key>
20 <string>????</string>
21 <key>CFBundleVersion</key>
22 <string>HFS_KEXT_VERSION</string>
23 <key>IOKitPersonalities</key>
24 <dict>
25 <key>com.apple.filesystems.hfs.kext</key>
26 <dict>
27 <key>CFBundleIdentifier</key>
28 <string>com.apple.filesystems.hfs.kext</string>
29 <key>IOClass</key>
30 <string>com_apple_filesystems_hfs</string>
31 <key>IOMatchCategory</key>
32 <string>com_apple_filesystems_hfs</string>
33 <key>IOProviderClass</key>
34 <string>IOResources</string>
35 <key>IOResourceMatch</key>
36 <string>IOBSD</string>
37 </dict>
38 </dict>
39 <key>NSHumanReadableCopyright</key>
40 <string>Copyright © 2015 Apple Inc. All rights reserved.</string>
41 <key>OSBundleLibraries</key>
42 <dict>
43 <key>com.apple.kpi.bsd</key>
44 <string>14.1</string>
45 <key>com.apple.kpi.iokit</key>
46 <string>14.1</string>
47 <key>com.apple.kpi.libkern</key>
48 <string>14.1</string>
49 <key>com.apple.kpi.mach</key>
50 <string>14.1</string>
51 <key>com.apple.kpi.private</key>
52 <string>14.1</string>
53 <key>com.apple.kpi.unsupported</key>
54 <string>14.1</string>
55 <key>com.apple.filesystems.hfs.encodings.kext</key>
56 <string>1.0</string>
57 </dict>
58 <key>OSBundleRequired</key>
59 <string>Local-Root</string>
60 </dict>
61 </plist>