diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 13:56:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 13:56:46 +0200 |
commit | 22f703cab05b7cd368f4de9e03991b7664dc5022 (patch) | |
tree | 6f4d50beaa42328e24b1c6b56b6ec059e4ef21a5 /usb/Argyll.kext/Info.plist |
Initial import of argyll version 1.5.1-8debian/1.5.1-8
Diffstat (limited to 'usb/Argyll.kext/Info.plist')
-rw-r--r-- | usb/Argyll.kext/Info.plist | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/usb/Argyll.kext/Info.plist b/usb/Argyll.kext/Info.plist new file mode 100644 index 0000000..754e6d5 --- /dev/null +++ b/usb/Argyll.kext/Info.plist @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleGetInfoString</key> <string>Libusb USB device Shield</string> + <key>CFBundleIdentifier</key> <string>com.libusb.USB_Shield</string> + <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> + <key>CFBundleName</key> <string>Libusb USB device Shield</string> + <key>CFBundlePackageType</key> <string>KEXT</string> + <key>CFBundleSignature</key> <string>????</string> + <key>CFBundleVersion</key> <string>6.0</string> + <key>IOKitPersonalities</key> + <dict> + <key>HCFR</key> + <dict> + <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBComposite</string> + <key>IOClass</key> <string>AppleUSBComposite</string> + <key>IOProviderClass</key> <string>IOUSBDevice</string> + <key>idVendor</key> <integer>1243</integer> + <key>idProduct</key> <integer>91</integer> + </dict> + </dict> + <key>OSBundleCompatibleVersion</key> <string>1.8</string> + <key>OSBundleLibraries</key> + <dict> + <key>com.apple.kernel.iokit</key> <string>6.0</string> + </dict> +</dict> +</plist> |