This repository has been archived by the owner on Apr 11, 2021. It is now read-only.
forked from tylernguyen/x1c6-hackintosh
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
itlwm.kext
and itlwmx.kext
to Kexts
- Loading branch information
Showing
4 changed files
with
228 additions
and
0 deletions.
There are no files selected for viewing
116 changes: 116 additions & 0 deletions
116
EFI-OpenCore/EFI/OC/Kexts/itlwm_v1.0.0_stable.kext/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildMachineOSBuild</key> | ||
<string>19A583</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleExecutable</key> | ||
<string>itlwm</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.itlwm</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>itlwm</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0.0</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1.0.0</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>11A420a</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>16C58</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.12</string> | ||
<key>DTXcode</key> | ||
<string>1100</string> | ||
<key>DTXcodeBuild</key> | ||
<string>11A420a</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>itlwm</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.itlwm</string> | ||
<key>IOClass</key> | ||
<string>itlwm</string> | ||
<key>IOMatchCategory</key> | ||
<string>IODefaultMatchCategory</string> | ||
<key>IOPCIPrimaryMatch</key> | ||
<string>0x00008086&0x0000ffff</string> | ||
<key>IOProbeScore</key> | ||
<integer>2000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
<key>IOUserClientClass</key> | ||
<string>ItlNetworkUserClient</string> | ||
<key>WiFiConfig</key> | ||
<dict> | ||
<key>WiFi_1</key> | ||
<dict> | ||
<key>password</key> | ||
<string>zxyssdt112233</string> | ||
<key>ssid</key> | ||
<string>ssdt</string> | ||
</dict> | ||
<key>WiFi_2</key> | ||
<dict> | ||
<key>password</key> | ||
<string>zxyssdt112233</string> | ||
<key>ssid</key> | ||
<string>ssdt_5G</string> | ||
</dict> | ||
<key>WiFi_3</key> | ||
<dict> | ||
<key>password</key> | ||
<string></string> | ||
<key>ssid</key> | ||
<string>Redmi</string> | ||
</dict> | ||
<key>WiFi_4</key> | ||
<dict> | ||
<key>password</key> | ||
<string>9utc5c5f</string> | ||
<key>ssid</key> | ||
<string>CMCC-KtG6</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</dict> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>10.12</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2020 钟先耀. All rights reserved.</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.iokit.IONetworkingFamily</key> | ||
<string>3.2</string> | ||
<key>com.apple.iokit.IOPCIFamily</key> | ||
<string>2.9</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>16.7</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>16.7</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>16.7</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>16.7</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Network-Root</string> | ||
<key>XCBUILD</key> | ||
<string>1.0.0</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+15.6 MB
EFI-OpenCore/EFI/OC/Kexts/itlwm_v1.0.0_stable.kext/Contents/MacOS/itlwm
Binary file not shown.
112 changes: 112 additions & 0 deletions
112
EFI-OpenCore/EFI/OC/Kexts/itlwmx_v1.0.0_stable.kext/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildMachineOSBuild</key> | ||
<string>19A583</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleExecutable</key> | ||
<string>itlwmx</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.itlwmx</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>itlwmx</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0.0</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1.0.0</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>11A420a</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>16C58</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.12</string> | ||
<key>DTXcode</key> | ||
<string>1100</string> | ||
<key>DTXcodeBuild</key> | ||
<string>11A420a</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>itlwmx</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.itlwmx</string> | ||
<key>IOClass</key> | ||
<string>itlwmx</string> | ||
<key>IOPCIPrimaryMatch</key> | ||
<string>0x00008086&0x0000ffff</string> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
<key>IOUserClientClass</key> | ||
<string>ItlNetworkUserClient</string> | ||
<key>WiFiConfig</key> | ||
<dict> | ||
<key>WiFi_1</key> | ||
<dict> | ||
<key>password</key> | ||
<string>zxyssdt112233</string> | ||
<key>ssid</key> | ||
<string>ssdt</string> | ||
</dict> | ||
<key>WiFi_2</key> | ||
<dict> | ||
<key>password</key> | ||
<string>zxyssdt112233</string> | ||
<key>ssid</key> | ||
<string>ssdt_5G</string> | ||
</dict> | ||
<key>WiFi_3</key> | ||
<dict> | ||
<key>password</key> | ||
<string></string> | ||
<key>ssid</key> | ||
<string>Redmi</string> | ||
</dict> | ||
<key>WiFi_4</key> | ||
<dict> | ||
<key>password</key> | ||
<string>9utc5c5f</string> | ||
<key>ssid</key> | ||
<string>CMCC-KtG6</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</dict> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>10.12</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2020 钟先耀. All rights reserved.</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.iokit.IONetworkingFamily</key> | ||
<string>3.2</string> | ||
<key>com.apple.iokit.IOPCIFamily</key> | ||
<string>2.9</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>16.7</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>16.7</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>16.7</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>16.7</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Network-Root</string> | ||
<key>XCBUILD</key> | ||
<string>1.0.0</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+8.01 MB
EFI-OpenCore/EFI/OC/Kexts/itlwmx_v1.0.0_stable.kext/Contents/MacOS/itlwmx
Binary file not shown.