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>English</string>
7	<key>CFBundleExecutable</key>
8	<string>AppleSCCIrDA</string>
9	<key>CFBundleGetInfoString</key>
10	<string>IrDA version 1.4.0b1, Copyright 2001-2006, Apple Computer, Inc.</string>
11	<key>CFBundleIconFile</key>
12	<string></string>
13	<key>CFBundleIdentifier</key>
14	<string>com.apple.driver.AppleSCCIrDA</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>AppleSCCIrDA</string>
19	<key>CFBundlePackageType</key>
20	<string>KEXT</string>
21	<key>CFBundleShortVersionString</key>
22	<string>1.4.0</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleVersion</key>
26	<string>1.4.0b1</string>
27	<key>IOKitPersonalities</key>
28	<dict>
29		<key>AppleSCCIrDA</key>
30		<dict>
31			<key>CFBundleIdentifier</key>
32			<string>com.apple.driver.AppleSCCIrDA</string>
33			<key>IOClass</key>
34			<string>AppleSCCIrDA</string>
35			<key>IONameMatch</key>
36			<array>
37				<string>chrp,es3</string>
38			</array>
39			<key>IOProbeScore</key>
40			<integer>2000</integer>
41			<key>IOProviderClass</key>
42			<string>IORS232SerialStreamSync</string>
43		</dict>
44	</dict>
45	<key>OSBundleLibraries</key>
46	<dict>
47		<key>com.apple.driver.AppleKeyLargo</key>
48		<string>1.1d5</string>
49		<key>com.apple.iokit.IOSerialFamily</key>
50		<string>1.0.7d10</string>
51	</dict>
52</dict>
53</plist>
54