Add VoodooI2CGoodix v0.4.0 and VoodooI2C v2.8.

This commit is contained in:
2023-03-23 11:51:44 +09:00
parent fd0fa576eb
commit 8124f6afa1
22 changed files with 148 additions and 309 deletions

View File

@@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.7</string>
<string>2.8</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.7</string>
<string>2.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

BIN
EFI/OC/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C Normal file → Executable file

Binary file not shown.

View File

@@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.1.3</string>
<string>1.1.4</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.1.3</string>
<string>1.1.4</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

View File

@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19H114</string>
<string>19F101</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@@ -17,29 +17,27 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>0.3.1</string>
<string>0.4.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>0.3.1</string>
<string>0.4.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12C33</string>
<key>DTPlatformName</key>
<string>macosx</string>
<string>11C29</string>
<key>DTPlatformVersion</key>
<string>11.1</string>
<string>GM</string>
<key>DTSDKBuild</key>
<string>20C63</string>
<string>19B90</string>
<key>DTSDKName</key>
<string>macosx11.1</string>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1230</string>
<string>1130</string>
<key>DTXcodeBuild</key>
<string>12C33</string>
<string>11C29</string>
<key>IOKitPersonalities</key>
<dict>
<key>Goodix Touch Screen</key>
@@ -75,6 +73,8 @@
<string>2.0</string>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.4</string>
<key>com.apple.iokit.IOGraphicsFamily</key>
<string>1.0.0b1</string>
<key>com.apple.iokit.IOHIDFamily</key>
<string>2.0</string>
<key>com.apple.kpi.iokit</key>
@@ -84,7 +84,5 @@
<key>com.apple.kpi.mach</key>
<string>13.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>

Binary file not shown.