Fix the card reader

This commit is contained in:
BIOS
2021-01-27 03:26:25 +08:00
parent df89781443
commit eb90d0b91f
7 changed files with 10 additions and 8 deletions
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>20C5048k</string> <string>20C69</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.0</string> <string>2.3</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>
@@ -27,19 +27,19 @@
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>12A8169g</string> <string>12C33</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>11.0</string> <string>11.1</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>20A5323l</string> <string>20C63</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.0</string> <string>macosx11.1</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1200</string> <string>1230</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>12A8169g</string> <string>12C33</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>Sinetek_rtsx</key> <key>Sinetek_rtsx</key>
@@ -79,5 +79,7 @@
<key>com.apple.kpi.unsupported</key> <key>com.apple.kpi.unsupported</key>
<string>8.0</string> <string>8.0</string>
</dict> </dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict> </dict>
</plist> </plist>
Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB