[Pcsclite-cvs-commit] r3459 - /trunk/Drivers/ccid/src/Info.plist.src

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Apr 17 12:03:38 UTC 2009


Author: rousseau
Date: Fri Apr 17 12:03:38 2009
New Revision: 3459

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3459
Log:
define CFBundleName to CCIDCLASSDRIVER so that non class drivers have a
higher priority. It should work on Mac OS X.

Patch from SmartCardServices on macosxforge.org

Modified:
    trunk/Drivers/ccid/src/Info.plist.src

Modified: trunk/Drivers/ccid/src/Info.plist.src
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/Info.plist.src?rev=3459&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/Info.plist.src (original)
+++ trunk/Drivers/ccid/src/Info.plist.src Fri Apr 17 12:03:38 2009
@@ -10,6 +10,8 @@
 	<string>org.debian.alioth.pcsclite.smartcardccid</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>CCIDCLASSDRIVER</string>
 	<key>CFBundlePackageType</key>
 	<string>BNDL</string>
 	<key>CFBundleShortVersionString</key>




More information about the Pcsclite-cvs-commit mailing list