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>AppleUSBIrDA</string>
9	<key>CFBundleGetInfoString</key>
10	<string>IrDA version 1.4.5b4, Copyright 2001-2008, Apple Inc.</string>
11	<key>CFBundleIconFile</key>
12	<string></string>
13	<key>CFBundleIdentifier</key>
14	<string>com.apple.driver.AppleUSBIrDA</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>AppleUSBIrDA</string>
19	<key>CFBundlePackageType</key>
20	<string>KEXT</string>
21	<key>CFBundleShortVersionString</key>
22	<string>1.4.5</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleVersion</key>
26	<string>1.4.5b4</string>
27	<key>IOKitPersonalities</key>
28	<dict>
29		<key>AppleUSBIrDA</key>
30		<dict>
31			<key>CFBundleIdentifier</key>
32			<string>com.apple.driver.AppleUSBIrDA</string>
33			<key>IOClass</key>
34			<string>AppleUSBIrDADriver</string>
35			<key>IOProviderClass</key>
36			<string>IOUSBInterface</string>
37			<key>bConfigurationValue</key>
38			<integer>1</integer>
39			<key>bInterfaceNumber</key>
40			<integer>0</integer>
41			<key>idProduct</key>
42			<integer>384</integer>
43			<key>idVendor</key>
44			<integer>1295</integer>
45		</dict>
46	</dict>
47	<key>OSBundleLibraries</key>
48	<dict>
49		<key>com.apple.iokit.IOSerialFamily</key>
50		<string>1.0.4</string>
51		<key>com.apple.iokit.IOUSBFamily</key>
52		<string>1.8.3b3</string>
53		<key>com.apple.kpi.bsd</key>
54		<string>8.0.0b1</string>
55		<key>com.apple.kpi.iokit</key>
56		<string>8.0.0b1</string>
57		<key>com.apple.kpi.libkern</key>
58		<string>8.0.0b1</string>
59		<key>com.apple.kpi.mach</key>
60		<string>8.0.0b1</string>
61		<key>com.apple.kpi.unsupported</key>
62		<string>8.0.0b1</string>
63	</dict>
64</dict>
65</plist>
66