-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInfo.plist
57 lines (57 loc) · 1.66 KB
/
Info.plist
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
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>IOATABlockStorage</string>
<key>CFBundleGetInfoString</key>
<string>1.3.0, Copyright Apple Computer, Inc. 1998-2003</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>IOATABlockStorage</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.0</string>
<key>IOKitPersonalities</key>
<dict>
<key>IOATABlockStorage</key>
<dict>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>IOClass</key>
<string>IOATABlockStorageDriver</string>
<key>IOCommandPoolSize</key>
<integer>32</integer>
<key>IOProviderClass</key>
<string>IOATADevice</string>
<key>Physical Interconnect</key>
<string>ATA</string>
<key>Physical Interconnect Location</key>
<string>Internal</string>
<key>ata device type</key>
<string>ata</string>
</dict>
</dict>
<key>OSBundleCompatibleVersion</key>
<string>1.0.0</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOATAFamily</key>
<string>1.5.1d1</string>
<key>com.apple.iokit.IOStorageFamily</key>
<string>1.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Local-Root</string>
</dict>
</plist>