Skip to content

Commit

Permalink
Create Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
jcooter authored Jan 21, 2025
1 parent 701bb1f commit de921e2
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions files/system/usr/lib64/pcsc/drivers/ifd-sfc.bundle/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?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>ifdCapabilities</key>
<string>IFD_GENERATE_HOTPLUG</string>
<!-- default is
<string>0x00000000</string>
but we want pcscd \-\-hotplug -->


<key>CFBundleExecutable</key>
<string>libifdsfc.so</string>

<key>ifdLogLevel</key>
<string>0x0003</string>


<key>ifdManufacturerString</key>
<string>Swissbit AG</string>

<key>ifdProductString</key>
<string>Driver for Secure Flash Card, version 1.0</string>

<key>ifdVendorID</key>
<string>0x058f</string>

<key>ifdProductID</key>
<string>0x6362</string>

<key>ifdFriendlyName</key>
<string>Alcor Micro Corp. Flash Card Reader/Writer</string>
</dict>
</plist>

0 comments on commit de921e2

Please sign in to comment.