Skip to content

Commit

Permalink
OC 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aswindevsp committed Nov 27, 2020
1 parent 4f9585c commit a7d66f1
Show file tree
Hide file tree
Showing 136 changed files with 34,631 additions and 0 deletions.
Binary file added EFI/.DS_Store
Binary file not shown.
Binary file added EFI/BOOT/BOOTx64.efi
Binary file not shown.
Binary file added EFI/OC/.DS_Store
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-ALC256.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-ALS0.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-BKeyBRT6-Dell.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-EC.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-EXT4-WakeScreen.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-FnInsert_BTNV-dell.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-GPRW.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-LIDpatch.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-MCHC.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-NDGP_OFF.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-OC-XOSI.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-OCWork-dell.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PLUG-_PR.CPU0.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PLUG.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PNLF-SKL_KBL.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PTSWAK.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-SBUS.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-UIAC.aml
Binary file not shown.
Binary file added EFI/OC/Bootstrap/Bootstrap.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/.DS_Store
Binary file not shown.
Binary file added EFI/OC/Drivers/ApfsDriverLoader.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/AudioDxe.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/HfsPlus.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/NTFS.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Binary file added EFI/OC/Kexts/.DS_Store
Binary file not shown.
112 changes: 112 additions & 0 deletions EFI/OC/Kexts/AirportItlwm.kext/Contents/Info.plist
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>19G73</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>AirportItlwm</string>
<key>CFBundleIdentifier</key>
<string>com.zxystd.AirportItlwm</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>AirportItlwm</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11E708</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>16C58</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<key>DTXcode</key>
<string>1160</string>
<key>DTXcodeBuild</key>
<string>11E708</string>
<key>IOKitPersonalities</key>
<dict>
<key>itlwm</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.AirportItlwm</string>
<key>IOClass</key>
<string>AirportItlwm</string>
<key>IOMatchCategory</key>
<string>IODefaultMatchCategory</string>
<key>IOPCIPrimaryMatch</key>
<string>0x00008086&amp;0x0000ffff</string>
<key>IOProbeScore</key>
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</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.15</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 钟先耀. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IO80211Family</key>
<string>1200.12.2b1</string>
<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>
</dict>
</plist>
Binary file not shown.
Loading

0 comments on commit a7d66f1

Please sign in to comment.