提交 c8793a48 编写于 作者: 草原企鹅's avatar 草原企鹅
......@@ -255,7 +255,7 @@
"QT1-6J-6cg.title" = "SampleCustom.plist";
/* Class = "NSTextFieldCell"; title = "Set background color"; ObjectID = "Qix-AP-RAT"; */
"Qix-AP-RAT.title" = "Set background color";
"Qix-AP-RAT.title" = "設定背景顏色";
/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */
"R4o-n2-Eq4.title" = "放大";
......
......@@ -147,7 +147,7 @@
"TmR-t7-bmq.title" = "Hibernate Mode\n休眠模式";
/* Class = "NSButtonCell"; title = "Provides flexible boot entry content description"; ObjectID = "Uy3-8a-yvD"; */
"Uy3-8a-yvD.title" = "Provides flexible boot entry content description";
"Uy3-8a-yvD.title" = "提供靈活的啟動項內容描述";
/* Class = "NSButtonCell"; title = "Enable logging to file"; ObjectID = "Uz7-yL-WDQ"; */
"Uz7-yL-WDQ.title" = "啟用紀錄到文件";
......@@ -324,7 +324,7 @@
"zCH-tB-ca6.title" = "允許掃描HFS檔案系统";
/* Class = "NSTableColumn"; headerCell.title = "Flavour"; ObjectID = "zSZ-kM-AsF"; */
"zSZ-kM-AsF.headerCell.title" = "Flavour";
"zSZ-kM-AsF.headerCell.title" = "Flavour(風格)";
/* Class = "NSButtonCell"; title = "OC_SCAN_ALLOW_DEVICE_SASEX"; ObjectID = "zj4-Hs-Xjk"; */
"zj4-Hs-Xjk.title" = "允許掃描SAS和Mac NVMe裝置";
......
......@@ -116,8 +116,8 @@
/* Class = "NSTabViewItem"; label = "Output"; ObjectID = "gJG-UT-7D3"; */
"gJG-UT-7D3.label" = "顯示輸出";
/* Class = "NSButtonCell"; title = "KeySwap"; ObjectID = "h6b-rN-daY"; */
"h6b-rN-daY.title" = "KeySwap";
/* Class = "NSButton"; ibShadowedToolTip = "Type: plist boolean\nFailsafe: false\nDescription: Replaces the Apple User Interface Theme protocol with a builtin version."; ObjectID = "iFT-xW-ZaT"; */
"iFT-xW-ZaT.ibShadowedToolTip" = "使用內建版本重新安裝Apple使用者界面主題協議。";
/* Class = "NSTextFieldCell"; title = "TscSyncTimeout"; ObjectID = "ifT-4Q-EvN"; */
"ifT-4Q-EvN.title" = "TscSyncTimeout";
......
<?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>DriversUEFI</key>
<array>
<dict>
<key>description</key>
<string>HDA audio support driver in UEFI firmwares for most Intel and some other analog audio controllers.</string>
<key>name</key>
<string>AudioDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>Proprietary ExFAT file system driver for Bootcamp support commonly found in Apple firmwares. For Sandy Bridge and earlier CPUs ExFatDxeLegacy driver should be used due to the lack of RDRAND instruction support.</string>
<key>name</key>
<string>ExFatDxe</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string></string>
<key>name</key>
<string>ExFatDxeLegacy</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>HII services support driver from MdeModulePkg. This driver is included in most firmwares starting with Ivy Bridge generation. Some applications with the GUI like UEFI Shell may need this driver to work properly.</string>
<key>name</key>
<string>HiiDatabase</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>OpenRuntime is an OpenCore plugin implementing OC_FIRMWARE_RUNTIME protocol. This protocol implements multiple features required for OpenCore that are otherwise not possible to implement in OpenCore itself as they are needed to work in runtime, i.e. during operating system functioning.</string>
<key>name</key>
<string>OpenRuntime</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>OpenCanopy is a graphical OpenCore user interface that runs in External PickerMode and relies on OpenCorePkg OcBootManagementLib similar to the builtin text interface.
OpenCanopy requires graphical resources located in Resources directory to run. Sample resources (fonts and images) can be found in OcBinaryData repository.
Note: OpenCanopy is currently considered experimental and is not recommended for everyday use.</string>
<key>name</key>
<string>OpenCanopy</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>NVMe support driver from MdeModulePkg. This driver is included in most firmwares starting with Broadwell generation. For Haswell and earlier embedding it within the firmware may be more favourable in case a NVMe SSD drive is installed.</string>
<key>name</key>
<string>NvmExpressDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>USB keyboard driver adding the support of AppleKeyMapAggregator protocols on top of a custom USB keyboard driver implementation. This is an alternative to builtin KeySupport, which may work better or worse depending on the firmware.</string>
<key>name</key>
<string>OpenUsbKbDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>PS/2 keyboard driver from MdeModulePkg. OpenDuetPkg and some firmwares may not include this driver, but it is necessary for PS/2 keyboard to work. Note, unlike OpenUsbKbDxe this driver has no AppleKeyMapAggregator support and thus requires KeySupport to be enabled.</string>
<key>name</key>
<string>Ps2KeyboardDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>PS/2 mouse driver from MdeModulePkg. Some very old laptop firmwares may not include this driver, but it is necessary for touchpad to work in UEFI graphical interfaces, such as OpenCanopy.</string>
<key>name</key>
<string>Ps2MouseDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>USB mouse driver from MdeModulePkg. Some virtual machine firmwares like OVMF may not include this driver, but it is necessary for mouse to work in UEFI graphical interfaces, such as OpenCanopy.</string>
<key>name</key>
<string>UsbMouseDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>This driver is included in most firmwares starting with Sandy Bridge generation. For earlier firmwares or legacy systems it may be used to support external USB 3.0 PCI cards.</string>
<key>name</key>
<string>XhciDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>HFS file system driver with bless support. This driver is an alternative to a closed source HFSPlus driver commonly found in Apple firmwares. It replaces the previous VboxHfs.efi.</string>
<key>name</key>
<string>OpenHfsPlus</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>Proprietary HFS file system driver with bless support commonly found in Apple firmwares. For Sandy Bridge and earlier CPUs HfsPlusLegacy driver should be used due to the lack of RDRAND instruction support.</string>
<key>name</key>
<string>HfsPlus</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string></string>
<key>name</key>
<string>HfsPlusLegacy</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>NTFS filesystem driver.</string>
<key>name</key>
<string>NTFS</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>The tool for taking screenshots on the OpenCanopy boot interface, the shortcut key is F10</string>
<key>name</key>
<string>CrScreenshotDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
</array>
</dict>
</plist>
<?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>DriversUEFI</key>
<array>
<dict>
<key>description</key>
<string>HDA audio support driver in UEFI firmwares for most Intel and some other analog audio controllers.</string>
<key>name</key>
<string>AudioDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>Proprietary ExFAT file system driver for Bootcamp support commonly found in Apple firmwares. For Sandy Bridge and earlier CPUs ExFatDxeLegacy driver should be used due to the lack of RDRAND instruction support.</string>
<key>name</key>
<string>ExFatDxe</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string></string>
<key>name</key>
<string>ExFatDxeLegacy</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>HII services support driver from MdeModulePkg. This driver is included in most firmwares starting with Ivy Bridge generation. Some applications with the GUI like UEFI Shell may need this driver to work properly.</string>
<key>name</key>
<string>HiiDatabase</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>OpenRuntime is an OpenCore plugin implementing OC_FIRMWARE_RUNTIME protocol. This protocol implements multiple features required for OpenCore that are otherwise not possible to implement in OpenCore itself as they are needed to work in runtime, i.e. during operating system functioning.</string>
<key>name</key>
<string>OpenRuntime</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>OpenCanopy is a graphical OpenCore user interface that runs in External PickerMode and relies on OpenCorePkg OcBootManagementLib similar to the builtin text interface.
OpenCanopy requires graphical resources located in Resources directory to run. Sample resources (fonts and images) can be found in OcBinaryData repository.
Note: OpenCanopy is currently considered experimental and is not recommended for everyday use.</string>
<key>name</key>
<string>OpenCanopy</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>NVMe support driver from MdeModulePkg. This driver is included in most firmwares starting with Broadwell generation. For Haswell and earlier embedding it within the firmware may be more favourable in case a NVMe SSD drive is installed.</string>
<key>name</key>
<string>NvmExpressDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>USB keyboard driver adding the support of AppleKeyMapAggregator protocols on top of a custom USB keyboard driver implementation. This is an alternative to builtin KeySupport, which may work better or worse depending on the firmware.</string>
<key>name</key>
<string>OpenUsbKbDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>PS/2 keyboard driver from MdeModulePkg. OpenDuetPkg and some firmwares may not include this driver, but it is necessary for PS/2 keyboard to work. Note, unlike OpenUsbKbDxe this driver has no AppleKeyMapAggregator support and thus requires KeySupport to be enabled.</string>
<key>name</key>
<string>Ps2KeyboardDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>PS/2 mouse driver from MdeModulePkg. Some very old laptop firmwares may not include this driver, but it is necessary for touchpad to work in UEFI graphical interfaces, such as OpenCanopy.</string>
<key>name</key>
<string>Ps2MouseDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>USB mouse driver from MdeModulePkg. Some virtual machine firmwares like OVMF may not include this driver, but it is necessary for mouse to work in UEFI graphical interfaces, such as OpenCanopy.</string>
<key>name</key>
<string>UsbMouseDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>This driver is included in most firmwares starting with Sandy Bridge generation. For earlier firmwares or legacy systems it may be used to support external USB 3.0 PCI cards.</string>
<key>name</key>
<string>XhciDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>HFS file system driver with bless support. This driver is an alternative to a closed source HFSPlus driver commonly found in Apple firmwares. It replaces the previous VboxHfs.efi.</string>
<key>name</key>
<string>OpenHfsPlus</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>Proprietary HFS file system driver with bless support commonly found in Apple firmwares. For Sandy Bridge and earlier CPUs HfsPlusLegacy driver should be used due to the lack of RDRAND instruction support.</string>
<key>name</key>
<string>HfsPlus</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string></string>
<key>name</key>
<string>HfsPlusLegacy</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>NTFS filesystem driver.</string>
<key>name</key>
<string>NTFS</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>The tool for taking screenshots on the OpenCanopy boot interface, the shortcut key is F10</string>
<key>name</key>
<string>CrScreenshotDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
</array>
</dict>
</plist>
......@@ -150,7 +150,7 @@
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>New VoodooPS2Trackpad uses VoodooInput's Magic Trackpad II emulation in order to use macOS native driver instead of handling all gestures itself. This enables the use of any from one to four finger gestures defined by Apple.</string>
<string>New VoodooPS2Trackpad uses VoodooInput&apos;s Magic Trackpad II emulation in order to use macOS native driver instead of handling all gestures itself. This enables the use of any from one to four finger gestures defined by Apple.</string>
<key>name</key>
<string>VoodooPS2Controller</string>
<key>remoteFolder</key>
......@@ -276,7 +276,7 @@
<key>remoteFolder</key>
<string>ECEnabler</string>
<key>url</key>
<string>https://github.com/1Revenger1/ECEnabler/releases/download/1.0.1/ECEnabler-1.0.1-RELEASE.zip</string>
<string>https://github.com/1Revenger1/ECEnabler/releases/download/VERSION/ECEnabler-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
......@@ -290,7 +290,7 @@
<key>remoteFolder</key>
<string>SidecarFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/SidecarFixup/releases/download/1.0.0/SidecarFixup-1.0.0-RELEASE.zip</string>
<string>https://github.com/acidanthera/SidecarFixup/releases/download/VERSION/SidecarFixup-VERSION-RELEASE.zip</string>
</dict>
</array>
</dict>
......
......@@ -13,14 +13,12 @@
<string>An open source kernel extension bringing a platform for arbitrary kext, library, and program patching throughout the system for macOS.</string>
<key>name</key>
<string>Lilu</string>
<key>url</key>
<string>https://github.com/acidanthera/Lilu/releases/download/VERSION/Lilu-VERSION-RELEASE.zip</string>
<key>remoteFolder</key>
<string>Lilu</string>
<key>url</key>
<string>https://github.com/acidanthera/Lilu/releases/download/VERSION/Lilu-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>VirtualSMC</string>
<key>author</key>
<string>vit9696</string>
<key>category</key>
......@@ -29,12 +27,12 @@
<string>Advanced Apple SMC emulator in the kernel. Requires Lilu 1.2.7 for full functioning.</string>
<key>name</key>
<string>VirtualSMC</string>
<key>remoteFolder</key>
<string>VirtualSMC</string>
<key>url</key>
<string>https://github.com/acidanthera/VirtualSMC/releases/download/VERSION/VirtualSMC-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>WhateverGreen</string>
<key>author</key>
<string>vit9696</string>
<key>category</key>
......@@ -43,12 +41,12 @@
<string>Lilu plugin providing patches to select GPUs on macOS. Requires Lilu 1.2.5 or newer.</string>
<key>name</key>
<string>WhateverGreen</string>
<key>remoteFolder</key>
<string>WhateverGreen</string>
<key>url</key>
<string>https://github.com/acidanthera/WhateverGreen/releases/download/VERSION/WhateverGreen-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>AppleALC</string>
<key>author</key>
<string>vit9696</string>
<key>category</key>
......@@ -57,12 +55,12 @@
<string>An open source kernel extension enabling native macOS HD audio for not officially supported codecs without any filesystem modifications. Requires Lilu 1.2.5 and higher and enabled on 10.14 by default.</string>
<key>name</key>
<string>AppleALC</string>
<key>remoteFolder</key>
<string>AppleALC</string>
<key>url</key>
<string>https://github.com/acidanthera/AppleALC/releases/download/VERSION/AppleALC-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>AirportBrcmFixup</string>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
......@@ -71,12 +69,12 @@
<string>An open source kernel extension providing a set of patches required for non-native Airport Broadcom Wi-Fi cards. Requires Lilu 1.1.6 and higher.</string>
<key>name</key>
<string>AirportBrcmFixup</string>
<key>remoteFolder</key>
<string>AirportBrcmFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/AirportBrcmFixup/releases/download/VERSION/AirportBrcmFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>HibernationFixup</string>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
......@@ -85,12 +83,12 @@
<string>An open source kernel extension providing a sync between RTC variables and NVRAM. Requires Lilu v1.2.4 or newer.</string>
<key>name</key>
<string>HibernationFixup</string>
<key>remoteFolder</key>
<string>HibernationFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/HibernationFixup/releases/download/VERSION/HibernationFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>BT4LEContinuityFixup</string>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
......@@ -99,12 +97,12 @@
<string>This tool makes the necessary changes to enable OS X 10.10 and 10.11 Continuity features on compatible hardware. Continuity features activated by this patch include Handoff, Instant Hotspot, and New Airdrop. OS X 10.11 (El Capitan) dongle support is not stable yet!</string>
<key>name</key>
<string>BT4LEContinuityFixup</string>
<key>remoteFolder</key>
<string>BT4LEContinuityFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/BT4LEContinuityFixup/releases/download/VERSION/BT4LEContinuityFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>CPUFriend</string>
<key>author</key>
<string>PMheart</string>
<key>category</key>
......@@ -113,12 +111,12 @@
<string>A Lilu plug-in for dynamic power management data injection.</string>
<key>name</key>
<string>CPUFriend</string>
<key>remoteFolder</key>
<string>CPUFriend</string>
<key>url</key>
<string>https://github.com/acidanthera/CPUFriend/releases/download/VERSION/CPUFriend-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>RTCMemoryFixup</string>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
......@@ -127,12 +125,12 @@
<string>An open source kernel extension providing a way to emulate some offsets in CMOS (RTC) memory. It can help you to avoid some conflicts between osx AppleRTC and firmware/BIOS of your PC.</string>
<key>name</key>
<string>RTCMemoryFixup</string>
<key>remoteFolder</key>
<string>RTCMemoryFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/RTCMemoryFixup/releases/download/VERSION/RTCMemoryFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>NVMeFix</string>
<key>author</key>
<string>acidanthera</string>
<key>category</key>
......@@ -141,12 +139,12 @@
<string>NVMeFix is a set of patches for the Apple NVMe storage driver, IONVMeFamily. Its goal is to improve compatibility with non-Apple SSDs. It may be used both on Apple and non-Apple computers.</string>
<key>name</key>
<string>NVMeFix</string>
<key>remoteFolder</key>
<string>NVMeFix</string>
<key>url</key>
<string>https://github.com/acidanthera/NVMeFix/releases/download/VERSION/NVMeFix-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>VoodooPS2</string>
<key>author</key>
<string>David Elliot RehabMan</string>
<key>category</key>
......@@ -155,12 +153,12 @@
<string>New VoodooPS2Trackpad uses VoodooInput&apos;s Magic Trackpad II emulation in order to use macOS native driver instead of handling all gestures itself. This enables the use of any from one to four finger gestures defined by Apple.</string>
<key>name</key>
<string>VoodooPS2Controller</string>
<key>remoteFolder</key>
<string>VoodooPS2</string>
<key>url</key>
<string>https://github.com/acidanthera/VoodooPS2/releases/download/VERSION/VoodooPS2Controller-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>EAPD-Codec-Commander</string>
<key>author</key>
<string>TimeWalker</string>
<key>category</key>
......@@ -169,24 +167,26 @@
<string>Used for updating EAPD (External Amplifier) state on HDA (High Definition Audio) codecs that use given amp on Speaker or Headphone nodes (both, or even extra ones in some cases).</string>
<key>name</key>
<string>CodecCommander</string>
<key>remoteFolder</key>
<string>EAPD-Codec-Commander</string>
<key>url</key>
<string>https://github.com/Sniki/EAPD-Codec-Commander/releases/download/VERSION/CodecCommander-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder2</key>
<string>os-x-usb-inject-all</string>
<key>remoteName</key>
<string>RehabMan-USBInjectAll</string>
<key>host</key>
<string>bitbucket</string>
<key>author</key>
<string>RehabMan</string>
<key>category</key>
<string>Injector</string>
<key>description</key>
<string>This kext attempts to inject all ports for each controller, and for hubs as well. You can use this kext (temporarily) to enable all ports so you can determine which ports really need to be in the final injector.</string>
<key>host</key>
<string>bitbucket</string>
<key>name</key>
<string>USBInjectAll</string>
<key>remoteFolder2</key>
<string>os-x-usb-inject-all</string>
<key>remoteName</key>
<string>RehabMan-USBInjectAll</string>
<key>url</key>
<string>https://bitbucket.org/RehabMan/os-x-usb-inject-all/downloads/RehabMan-USBInjectAll-2018-1108.zip</string>
<key>url2</key>
......@@ -195,8 +195,6 @@
<string>0.7.1</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>AtherosE2200Ethernet</string>
<key>author</key>
<string>Mieze</string>
<key>category</key>
......@@ -205,12 +203,12 @@
<string>Qualcomm Atheros Killer E2200 driver for OS X. Supports Qualcomm Atheros AR816x, AR817x, Killer E220x, Killer E2400 and Killer E2500.</string>
<key>name</key>
<string>AtherosE2200Ethernet</string>
<key>remoteFolder</key>
<string>AtherosE2200Ethernet</string>
<key>url</key>
<string>https://github.com/Mieze/AtherosE2200Ethernet/releases/download/VERSION/AtherosE2200Ethernet-VVERSION.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>IntelMausi</string>
<key>author</key>
<string>Mieze</string>
<key>category</key>
......@@ -219,12 +217,12 @@
<string>Intel onboard LAN driver for macOS.</string>
<key>name</key>
<string>IntelMausi</string>
<key>remoteFolder</key>
<string>IntelMausi</string>
<key>url</key>
<string>https://github.com/acidanthera/IntelMausi/releases/download/VERSION/IntelMausi-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>RealtekLANv3</string>
<key>author</key>
<string>SergeySlice</string>
<key>category</key>
......@@ -233,12 +231,12 @@
<string>LAN driver for macOS supporting Realtek chips 8111B,C,D,E,EP,F,G,GU,8411B</string>
<key>name</key>
<string>RealtekR1000SL</string>
<key>remoteFolder</key>
<string>RealtekLANv3</string>
<key>url</key>
<string>https://github.com/SergeySlice/RealtekLANv3/releases/download/vVERSION/RealtekR1000SL.kext.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>RTL8111_driver_for_OS_X</string>
<key>author</key>
<string>Mieze</string>
<key>category</key>
......@@ -247,9 +245,53 @@
<string>OS X open source driver for the Realtek RTL8111/8168 family</string>
<key>name</key>
<string>RealtekRTL8111</string>
<key>remoteFolder</key>
<string>RTL8111_driver_for_OS_X</string>
<key>url</key>
<string>https://github.com/Mieze/RTL8111_driver_for_OS_X/releases/download/VVERSION/RealtekRTL8111-VVERSION.zip</string>
</dict>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Lilu Plug-in</string>
<key>description</key>
<string>Automatic handling of brightness keys without DSDT patches</string>
<key>name</key>
<string>BrightnessKeys</string>
<key>remoteFolder</key>
<string>BrightnessKeys</string>
<key>url</key>
<string>https://github.com/acidanthera/BrightnessKeys/releases/download/VERSION/BrightnessKeys-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>1Revenger1</string>
<key>category</key>
<string>Embedded Controller Support</string>
<key>description</key>
<string>Allows reading Embedded Controller fields over 1 byte long, vastly reducing the amount of ACPI modification needed (if any) for working battery status.</string>
<key>name</key>
<string>ECEnabler</string>
<key>remoteFolder</key>
<string>ECEnabler</string>
<key>url</key>
<string>https://github.com/1Revenger1/ECEnabler/releases/download/VERSION/ECEnabler-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>khronokernel</string>
<key>category</key>
<string>Sidecar Support</string>
<key>description</key>
<string>Lilu Kernel extension for enabling Sidecar support on the SMBIOS</string>
<key>name</key>
<string>SidecarFixup</string>
<key>remoteFolder</key>
<string>SidecarFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/SidecarFixup/releases/download/VERSION/SidecarFixup-VERSION-RELEASE.zip</string>
</dict>
</array>
</dict>
</plist>
......@@ -13,14 +13,12 @@
<string>An open source kernel extension bringing a platform for arbitrary kext, library, and program patching throughout the system for macOS.</string>
<key>name</key>
<string>Lilu</string>
<key>url</key>
<string>https://github.com/acidanthera/Lilu/releases/download/VERSION/Lilu-VERSION-RELEASE.zip</string>
<key>remoteFolder</key>
<string>Lilu</string>
<key>url</key>
<string>https://github.com/acidanthera/Lilu/releases/download/VERSION/Lilu-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>VirtualSMC</string>
<key>author</key>
<string>vit9696</string>
<key>category</key>
......@@ -29,12 +27,12 @@
<string>Advanced Apple SMC emulator in the kernel. Requires Lilu 1.2.7 for full functioning.</string>
<key>name</key>
<string>VirtualSMC</string>
<key>remoteFolder</key>
<string>VirtualSMC</string>
<key>url</key>
<string>https://github.com/acidanthera/VirtualSMC/releases/download/VERSION/VirtualSMC-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>WhateverGreen</string>
<key>author</key>
<string>vit9696</string>
<key>category</key>
......@@ -43,12 +41,12 @@
<string>Lilu plugin providing patches to select GPUs on macOS. Requires Lilu 1.2.5 or newer.</string>
<key>name</key>
<string>WhateverGreen</string>
<key>remoteFolder</key>
<string>WhateverGreen</string>
<key>url</key>
<string>https://github.com/acidanthera/WhateverGreen/releases/download/VERSION/WhateverGreen-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>AppleALC</string>
<key>author</key>
<string>vit9696</string>
<key>category</key>
......@@ -57,12 +55,12 @@
<string>An open source kernel extension enabling native macOS HD audio for not officially supported codecs without any filesystem modifications. Requires Lilu 1.2.5 and higher and enabled on 10.14 by default.</string>
<key>name</key>
<string>AppleALC</string>
<key>remoteFolder</key>
<string>AppleALC</string>
<key>url</key>
<string>https://github.com/acidanthera/AppleALC/releases/download/VERSION/AppleALC-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>AirportBrcmFixup</string>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
......@@ -71,12 +69,12 @@
<string>An open source kernel extension providing a set of patches required for non-native Airport Broadcom Wi-Fi cards. Requires Lilu 1.1.6 and higher.</string>
<key>name</key>
<string>AirportBrcmFixup</string>
<key>remoteFolder</key>
<string>AirportBrcmFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/AirportBrcmFixup/releases/download/VERSION/AirportBrcmFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>HibernationFixup</string>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
......@@ -85,12 +83,12 @@
<string>An open source kernel extension providing a sync between RTC variables and NVRAM. Requires Lilu v1.2.4 or newer.</string>
<key>name</key>
<string>HibernationFixup</string>
<key>remoteFolder</key>
<string>HibernationFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/HibernationFixup/releases/download/VERSION/HibernationFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>BT4LEContinuityFixup</string>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
......@@ -99,12 +97,12 @@
<string>This tool makes the necessary changes to enable OS X 10.10 and 10.11 Continuity features on compatible hardware. Continuity features activated by this patch include Handoff, Instant Hotspot, and New Airdrop. OS X 10.11 (El Capitan) dongle support is not stable yet!</string>
<key>name</key>
<string>BT4LEContinuityFixup</string>
<key>remoteFolder</key>
<string>BT4LEContinuityFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/BT4LEContinuityFixup/releases/download/VERSION/BT4LEContinuityFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>CPUFriend</string>
<key>author</key>
<string>PMheart</string>
<key>category</key>
......@@ -113,12 +111,12 @@
<string>A Lilu plug-in for dynamic power management data injection.</string>
<key>name</key>
<string>CPUFriend</string>
<key>remoteFolder</key>
<string>CPUFriend</string>
<key>url</key>
<string>https://github.com/acidanthera/CPUFriend/releases/download/VERSION/CPUFriend-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>RTCMemoryFixup</string>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
......@@ -127,12 +125,12 @@
<string>An open source kernel extension providing a way to emulate some offsets in CMOS (RTC) memory. It can help you to avoid some conflicts between osx AppleRTC and firmware/BIOS of your PC.</string>
<key>name</key>
<string>RTCMemoryFixup</string>
<key>remoteFolder</key>
<string>RTCMemoryFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/RTCMemoryFixup/releases/download/VERSION/RTCMemoryFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>NVMeFix</string>
<key>author</key>
<string>acidanthera</string>
<key>category</key>
......@@ -141,12 +139,12 @@
<string>NVMeFix is a set of patches for the Apple NVMe storage driver, IONVMeFamily. Its goal is to improve compatibility with non-Apple SSDs. It may be used both on Apple and non-Apple computers.</string>
<key>name</key>
<string>NVMeFix</string>
<key>remoteFolder</key>
<string>NVMeFix</string>
<key>url</key>
<string>https://github.com/acidanthera/NVMeFix/releases/download/VERSION/NVMeFix-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>VoodooPS2</string>
<key>author</key>
<string>David Elliot RehabMan</string>
<key>category</key>
......@@ -155,12 +153,12 @@
<string>New VoodooPS2Trackpad uses VoodooInput&apos;s Magic Trackpad II emulation in order to use macOS native driver instead of handling all gestures itself. This enables the use of any from one to four finger gestures defined by Apple.</string>
<key>name</key>
<string>VoodooPS2Controller</string>
<key>remoteFolder</key>
<string>VoodooPS2</string>
<key>url</key>
<string>https://github.com/acidanthera/VoodooPS2/releases/download/VERSION/VoodooPS2Controller-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>EAPD-Codec-Commander</string>
<key>author</key>
<string>TimeWalker</string>
<key>category</key>
......@@ -169,24 +167,26 @@
<string>Used for updating EAPD (External Amplifier) state on HDA (High Definition Audio) codecs that use given amp on Speaker or Headphone nodes (both, or even extra ones in some cases).</string>
<key>name</key>
<string>CodecCommander</string>
<key>remoteFolder</key>
<string>EAPD-Codec-Commander</string>
<key>url</key>
<string>https://github.com/Sniki/EAPD-Codec-Commander/releases/download/VERSION/CodecCommander-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder2</key>
<string>os-x-usb-inject-all</string>
<key>remoteName</key>
<string>RehabMan-USBInjectAll</string>
<key>host</key>
<string>bitbucket</string>
<key>author</key>
<string>RehabMan</string>
<key>category</key>
<string>Injector</string>
<key>description</key>
<string>This kext attempts to inject all ports for each controller, and for hubs as well. You can use this kext (temporarily) to enable all ports so you can determine which ports really need to be in the final injector.</string>
<key>host</key>
<string>bitbucket</string>
<key>name</key>
<string>USBInjectAll</string>
<key>remoteFolder2</key>
<string>os-x-usb-inject-all</string>
<key>remoteName</key>
<string>RehabMan-USBInjectAll</string>
<key>url</key>
<string>https://bitbucket.org/RehabMan/os-x-usb-inject-all/downloads/RehabMan-USBInjectAll-2018-1108.zip</string>
<key>url2</key>
......@@ -195,8 +195,6 @@
<string>0.7.1</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>AtherosE2200Ethernet</string>
<key>author</key>
<string>Mieze</string>
<key>category</key>
......@@ -205,12 +203,12 @@
<string>Qualcomm Atheros Killer E2200 driver for OS X. Supports Qualcomm Atheros AR816x, AR817x, Killer E220x, Killer E2400 and Killer E2500.</string>
<key>name</key>
<string>AtherosE2200Ethernet</string>
<key>remoteFolder</key>
<string>AtherosE2200Ethernet</string>
<key>url</key>
<string>https://github.com/Mieze/AtherosE2200Ethernet/releases/download/VERSION/AtherosE2200Ethernet-VVERSION.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>IntelMausi</string>
<key>author</key>
<string>Mieze</string>
<key>category</key>
......@@ -219,12 +217,12 @@
<string>Intel onboard LAN driver for macOS.</string>
<key>name</key>
<string>IntelMausi</string>
<key>remoteFolder</key>
<string>IntelMausi</string>
<key>url</key>
<string>https://github.com/acidanthera/IntelMausi/releases/download/VERSION/IntelMausi-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>RealtekLANv3</string>
<key>author</key>
<string>SergeySlice</string>
<key>category</key>
......@@ -233,12 +231,12 @@
<string>LAN driver for macOS supporting Realtek chips 8111B,C,D,E,EP,F,G,GU,8411B</string>
<key>name</key>
<string>RealtekR1000SL</string>
<key>remoteFolder</key>
<string>RealtekLANv3</string>
<key>url</key>
<string>https://github.com/SergeySlice/RealtekLANv3/releases/download/vVERSION/RealtekR1000SL.kext.zip</string>
</dict>
<dict>
<key>remoteFolder</key>
<string>RTL8111_driver_for_OS_X</string>
<key>author</key>
<string>Mieze</string>
<key>category</key>
......@@ -247,9 +245,53 @@
<string>OS X open source driver for the Realtek RTL8111/8168 family</string>
<key>name</key>
<string>RealtekRTL8111</string>
<key>remoteFolder</key>
<string>RTL8111_driver_for_OS_X</string>
<key>url</key>
<string>https://github.com/Mieze/RTL8111_driver_for_OS_X/releases/download/VVERSION/RealtekRTL8111-VVERSION.zip</string>
</dict>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Lilu Plug-in</string>
<key>description</key>
<string>Automatic handling of brightness keys without DSDT patches</string>
<key>name</key>
<string>BrightnessKeys</string>
<key>remoteFolder</key>
<string>BrightnessKeys</string>
<key>url</key>
<string>https://github.com/acidanthera/BrightnessKeys/releases/download/VERSION/BrightnessKeys-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>1Revenger1</string>
<key>category</key>
<string>Embedded Controller Support</string>
<key>description</key>
<string>Allows reading Embedded Controller fields over 1 byte long, vastly reducing the amount of ACPI modification needed (if any) for working battery status.</string>
<key>name</key>
<string>ECEnabler</string>
<key>remoteFolder</key>
<string>ECEnabler</string>
<key>url</key>
<string>https://github.com/1Revenger1/ECEnabler/releases/download/VERSION/ECEnabler-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>khronokernel</string>
<key>category</key>
<string>Sidecar Support</string>
<key>description</key>
<string>Lilu Kernel extension for enabling Sidecar support on the SMBIOS</string>
<key>name</key>
<string>SidecarFixup</string>
<key>remoteFolder</key>
<string>SidecarFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/SidecarFixup/releases/download/VERSION/SidecarFixup-VERSION-RELEASE.zip</string>
</dict>
</array>
</dict>
</plist>
<?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>Kexts</key>
<array>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>An open source kernel extension bringing a platform for arbitrary kext, library, and program patching throughout the system for macOS.</string>
<key>name</key>
<string>Lilu</string>
<key>remoteFolder</key>
<string>Lilu</string>
<key>url</key>
<string>https://github.com/acidanthera/Lilu/releases/download/VERSION/Lilu-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>Advanced Apple SMC emulator in the kernel. Requires Lilu 1.2.7 for full functioning.</string>
<key>name</key>
<string>VirtualSMC</string>
<key>remoteFolder</key>
<string>VirtualSMC</string>
<key>url</key>
<string>https://github.com/acidanthera/VirtualSMC/releases/download/VERSION/VirtualSMC-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>Lilu plugin providing patches to select GPUs on macOS. Requires Lilu 1.2.5 or newer.</string>
<key>name</key>
<string>WhateverGreen</string>
<key>remoteFolder</key>
<string>WhateverGreen</string>
<key>url</key>
<string>https://github.com/acidanthera/WhateverGreen/releases/download/VERSION/WhateverGreen-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>An open source kernel extension enabling native macOS HD audio for not officially supported codecs without any filesystem modifications. Requires Lilu 1.2.5 and higher and enabled on 10.14 by default.</string>
<key>name</key>
<string>AppleALC</string>
<key>remoteFolder</key>
<string>AppleALC</string>
<key>url</key>
<string>https://github.com/acidanthera/AppleALC/releases/download/VERSION/AppleALC-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>An open source kernel extension providing a set of patches required for non-native Airport Broadcom Wi-Fi cards. Requires Lilu 1.1.6 and higher.</string>
<key>name</key>
<string>AirportBrcmFixup</string>
<key>remoteFolder</key>
<string>AirportBrcmFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/AirportBrcmFixup/releases/download/VERSION/AirportBrcmFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>An open source kernel extension providing a sync between RTC variables and NVRAM. Requires Lilu v1.2.4 or newer.</string>
<key>name</key>
<string>HibernationFixup</string>
<key>remoteFolder</key>
<string>HibernationFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/HibernationFixup/releases/download/VERSION/HibernationFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>This tool makes the necessary changes to enable OS X 10.10 and 10.11 Continuity features on compatible hardware. Continuity features activated by this patch include Handoff, Instant Hotspot, and New Airdrop. OS X 10.11 (El Capitan) dongle support is not stable yet!</string>
<key>name</key>
<string>BT4LEContinuityFixup</string>
<key>remoteFolder</key>
<string>BT4LEContinuityFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/BT4LEContinuityFixup/releases/download/VERSION/BT4LEContinuityFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>PMheart</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>A Lilu plug-in for dynamic power management data injection.</string>
<key>name</key>
<string>CPUFriend</string>
<key>remoteFolder</key>
<string>CPUFriend</string>
<key>url</key>
<string>https://github.com/acidanthera/CPUFriend/releases/download/VERSION/CPUFriend-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>An open source kernel extension providing a way to emulate some offsets in CMOS (RTC) memory. It can help you to avoid some conflicts between osx AppleRTC and firmware/BIOS of your PC.</string>
<key>name</key>
<string>RTCMemoryFixup</string>
<key>remoteFolder</key>
<string>RTCMemoryFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/RTCMemoryFixup/releases/download/VERSION/RTCMemoryFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>acidanthera</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>NVMeFix is a set of patches for the Apple NVMe storage driver, IONVMeFamily. Its goal is to improve compatibility with non-Apple SSDs. It may be used both on Apple and non-Apple computers.</string>
<key>name</key>
<string>NVMeFix</string>
<key>remoteFolder</key>
<string>NVMeFix</string>
<key>url</key>
<string>https://github.com/acidanthera/NVMeFix/releases/download/VERSION/NVMeFix-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>David Elliot RehabMan</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>New VoodooPS2Trackpad uses VoodooInput&apos;s Magic Trackpad II emulation in order to use macOS native driver instead of handling all gestures itself. This enables the use of any from one to four finger gestures defined by Apple.</string>
<key>name</key>
<string>VoodooPS2Controller</string>
<key>remoteFolder</key>
<string>VoodooPS2</string>
<key>url</key>
<string>https://github.com/acidanthera/VoodooPS2/releases/download/VERSION/VoodooPS2Controller-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>TimeWalker</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>Used for updating EAPD (External Amplifier) state on HDA (High Definition Audio) codecs that use given amp on Speaker or Headphone nodes (both, or even extra ones in some cases).</string>
<key>name</key>
<string>CodecCommander</string>
<key>remoteFolder</key>
<string>EAPD-Codec-Commander</string>
<key>url</key>
<string>https://github.com/Sniki/EAPD-Codec-Commander/releases/download/VERSION/CodecCommander-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>RehabMan</string>
<key>category</key>
<string>Injector</string>
<key>description</key>
<string>This kext attempts to inject all ports for each controller, and for hubs as well. You can use this kext (temporarily) to enable all ports so you can determine which ports really need to be in the final injector.</string>
<key>host</key>
<string>bitbucket</string>
<key>name</key>
<string>USBInjectAll</string>
<key>remoteFolder2</key>
<string>os-x-usb-inject-all</string>
<key>remoteName</key>
<string>RehabMan-USBInjectAll</string>
<key>url</key>
<string>https://bitbucket.org/RehabMan/os-x-usb-inject-all/downloads/RehabMan-USBInjectAll-2018-1108.zip</string>
<key>url2</key>
<string>https://bitbucket.org/RehabMan</string>
<key>version</key>
<string>0.7.1</string>
</dict>
<dict>
<key>author</key>
<string>Mieze</string>
<key>category</key>
<string>Ethernet driver</string>
<key>description</key>
<string>Qualcomm Atheros Killer E2200 driver for OS X. Supports Qualcomm Atheros AR816x, AR817x, Killer E220x, Killer E2400 and Killer E2500.</string>
<key>name</key>
<string>AtherosE2200Ethernet</string>
<key>remoteFolder</key>
<string>AtherosE2200Ethernet</string>
<key>url</key>
<string>https://github.com/Mieze/AtherosE2200Ethernet/releases/download/VERSION/AtherosE2200Ethernet-VVERSION.zip</string>
</dict>
<dict>
<key>author</key>
<string>Mieze</string>
<key>category</key>
<string>Ethernet driver</string>
<key>description</key>
<string>Intel onboard LAN driver for macOS.</string>
<key>name</key>
<string>IntelMausi</string>
<key>remoteFolder</key>
<string>IntelMausi</string>
<key>url</key>
<string>https://github.com/acidanthera/IntelMausi/releases/download/VERSION/IntelMausi-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>SergeySlice</string>
<key>category</key>
<string>Ethernet driver</string>
<key>description</key>
<string>LAN driver for macOS supporting Realtek chips 8111B,C,D,E,EP,F,G,GU,8411B</string>
<key>name</key>
<string>RealtekR1000SL</string>
<key>remoteFolder</key>
<string>RealtekLANv3</string>
<key>url</key>
<string>https://github.com/SergeySlice/RealtekLANv3/releases/download/vVERSION/RealtekR1000SL.kext.zip</string>
</dict>
<dict>
<key>author</key>
<string>Mieze</string>
<key>category</key>
<string>Ethernet driver</string>
<key>description</key>
<string>OS X open source driver for the Realtek RTL8111/8168 family</string>
<key>name</key>
<string>RealtekRTL8111</string>
<key>remoteFolder</key>
<string>RTL8111_driver_for_OS_X</string>
<key>url</key>
<string>https://github.com/Mieze/RTL8111_driver_for_OS_X/releases/download/VVERSION/RealtekRTL8111-VVERSION.zip</string>
</dict>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Lilu Plug-in</string>
<key>description</key>
<string>Automatic handling of brightness keys without DSDT patches</string>
<key>name</key>
<string>BrightnessKeys</string>
<key>remoteFolder</key>
<string>BrightnessKeys</string>
<key>url</key>
<string>https://github.com/acidanthera/BrightnessKeys/releases/download/VERSION/BrightnessKeys-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>1Revenger1</string>
<key>category</key>
<string>Embedded Controller Support</string>
<key>description</key>
<string>Allows reading Embedded Controller fields over 1 byte long, vastly reducing the amount of ACPI modification needed (if any) for working battery status.</string>
<key>name</key>
<string>ECEnabler</string>
<key>remoteFolder</key>
<string>ECEnabler</string>
<key>url</key>
<string>https://github.com/1Revenger1/ECEnabler/releases/download/VERSION/ECEnabler-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>khronokernel</string>
<key>category</key>
<string>Sidecar Support</string>
<key>description</key>
<string>Lilu Kernel extension for enabling Sidecar support on the SMBIOS</string>
<key>name</key>
<string>SidecarFixup</string>
<key>remoteFolder</key>
<string>SidecarFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/SidecarFixup/releases/download/VERSION/SidecarFixup-VERSION-RELEASE.zip</string>
</dict>
</array>
</dict>
</plist>
<?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>Kexts</key>
<array>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>An open source kernel extension bringing a platform for arbitrary kext, library, and program patching throughout the system for macOS.</string>
<key>name</key>
<string>Lilu</string>
<key>remoteFolder</key>
<string>Lilu</string>
<key>url</key>
<string>https://github.com/acidanthera/Lilu/releases/download/VERSION/Lilu-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>Advanced Apple SMC emulator in the kernel. Requires Lilu 1.2.7 for full functioning.</string>
<key>name</key>
<string>VirtualSMC</string>
<key>remoteFolder</key>
<string>VirtualSMC</string>
<key>url</key>
<string>https://github.com/acidanthera/VirtualSMC/releases/download/VERSION/VirtualSMC-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>Lilu plugin providing patches to select GPUs on macOS. Requires Lilu 1.2.5 or newer.</string>
<key>name</key>
<string>WhateverGreen</string>
<key>remoteFolder</key>
<string>WhateverGreen</string>
<key>url</key>
<string>https://github.com/acidanthera/WhateverGreen/releases/download/VERSION/WhateverGreen-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>An open source kernel extension enabling native macOS HD audio for not officially supported codecs without any filesystem modifications. Requires Lilu 1.2.5 and higher and enabled on 10.14 by default.</string>
<key>name</key>
<string>AppleALC</string>
<key>remoteFolder</key>
<string>AppleALC</string>
<key>url</key>
<string>https://github.com/acidanthera/AppleALC/releases/download/VERSION/AppleALC-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>An open source kernel extension providing a set of patches required for non-native Airport Broadcom Wi-Fi cards. Requires Lilu 1.1.6 and higher.</string>
<key>name</key>
<string>AirportBrcmFixup</string>
<key>remoteFolder</key>
<string>AirportBrcmFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/AirportBrcmFixup/releases/download/VERSION/AirportBrcmFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>An open source kernel extension providing a sync between RTC variables and NVRAM. Requires Lilu v1.2.4 or newer.</string>
<key>name</key>
<string>HibernationFixup</string>
<key>remoteFolder</key>
<string>HibernationFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/HibernationFixup/releases/download/VERSION/HibernationFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>This tool makes the necessary changes to enable OS X 10.10 and 10.11 Continuity features on compatible hardware. Continuity features activated by this patch include Handoff, Instant Hotspot, and New Airdrop. OS X 10.11 (El Capitan) dongle support is not stable yet!</string>
<key>name</key>
<string>BT4LEContinuityFixup</string>
<key>remoteFolder</key>
<string>BT4LEContinuityFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/BT4LEContinuityFixup/releases/download/VERSION/BT4LEContinuityFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>PMheart</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>A Lilu plug-in for dynamic power management data injection.</string>
<key>name</key>
<string>CPUFriend</string>
<key>remoteFolder</key>
<string>CPUFriend</string>
<key>url</key>
<string>https://github.com/acidanthera/CPUFriend/releases/download/VERSION/CPUFriend-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>lvs1974</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>An open source kernel extension providing a way to emulate some offsets in CMOS (RTC) memory. It can help you to avoid some conflicts between osx AppleRTC and firmware/BIOS of your PC.</string>
<key>name</key>
<string>RTCMemoryFixup</string>
<key>remoteFolder</key>
<string>RTCMemoryFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/RTCMemoryFixup/releases/download/VERSION/RTCMemoryFixup-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>acidanthera</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>NVMeFix is a set of patches for the Apple NVMe storage driver, IONVMeFamily. Its goal is to improve compatibility with non-Apple SSDs. It may be used both on Apple and non-Apple computers.</string>
<key>name</key>
<string>NVMeFix</string>
<key>remoteFolder</key>
<string>NVMeFix</string>
<key>url</key>
<string>https://github.com/acidanthera/NVMeFix/releases/download/VERSION/NVMeFix-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>David Elliot RehabMan</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>New VoodooPS2Trackpad uses VoodooInput&apos;s Magic Trackpad II emulation in order to use macOS native driver instead of handling all gestures itself. This enables the use of any from one to four finger gestures defined by Apple.</string>
<key>name</key>
<string>VoodooPS2Controller</string>
<key>remoteFolder</key>
<string>VoodooPS2</string>
<key>url</key>
<string>https://github.com/acidanthera/VoodooPS2/releases/download/VERSION/VoodooPS2Controller-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>TimeWalker</string>
<key>category</key>
<string>Kernel extension</string>
<key>description</key>
<string>Used for updating EAPD (External Amplifier) state on HDA (High Definition Audio) codecs that use given amp on Speaker or Headphone nodes (both, or even extra ones in some cases).</string>
<key>name</key>
<string>CodecCommander</string>
<key>remoteFolder</key>
<string>EAPD-Codec-Commander</string>
<key>url</key>
<string>https://github.com/Sniki/EAPD-Codec-Commander/releases/download/VERSION/CodecCommander-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>RehabMan</string>
<key>category</key>
<string>Injector</string>
<key>description</key>
<string>This kext attempts to inject all ports for each controller, and for hubs as well. You can use this kext (temporarily) to enable all ports so you can determine which ports really need to be in the final injector.</string>
<key>host</key>
<string>bitbucket</string>
<key>name</key>
<string>USBInjectAll</string>
<key>remoteFolder2</key>
<string>os-x-usb-inject-all</string>
<key>remoteName</key>
<string>RehabMan-USBInjectAll</string>
<key>url</key>
<string>https://bitbucket.org/RehabMan/os-x-usb-inject-all/downloads/RehabMan-USBInjectAll-2018-1108.zip</string>
<key>url2</key>
<string>https://bitbucket.org/RehabMan</string>
<key>version</key>
<string>0.7.1</string>
</dict>
<dict>
<key>author</key>
<string>Mieze</string>
<key>category</key>
<string>Ethernet driver</string>
<key>description</key>
<string>Qualcomm Atheros Killer E2200 driver for OS X. Supports Qualcomm Atheros AR816x, AR817x, Killer E220x, Killer E2400 and Killer E2500.</string>
<key>name</key>
<string>AtherosE2200Ethernet</string>
<key>remoteFolder</key>
<string>AtherosE2200Ethernet</string>
<key>url</key>
<string>https://github.com/Mieze/AtherosE2200Ethernet/releases/download/VERSION/AtherosE2200Ethernet-VVERSION.zip</string>
</dict>
<dict>
<key>author</key>
<string>Mieze</string>
<key>category</key>
<string>Ethernet driver</string>
<key>description</key>
<string>Intel onboard LAN driver for macOS.</string>
<key>name</key>
<string>IntelMausi</string>
<key>remoteFolder</key>
<string>IntelMausi</string>
<key>url</key>
<string>https://github.com/acidanthera/IntelMausi/releases/download/VERSION/IntelMausi-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>SergeySlice</string>
<key>category</key>
<string>Ethernet driver</string>
<key>description</key>
<string>LAN driver for macOS supporting Realtek chips 8111B,C,D,E,EP,F,G,GU,8411B</string>
<key>name</key>
<string>RealtekR1000SL</string>
<key>remoteFolder</key>
<string>RealtekLANv3</string>
<key>url</key>
<string>https://github.com/SergeySlice/RealtekLANv3/releases/download/vVERSION/RealtekR1000SL.kext.zip</string>
</dict>
<dict>
<key>author</key>
<string>Mieze</string>
<key>category</key>
<string>Ethernet driver</string>
<key>description</key>
<string>OS X open source driver for the Realtek RTL8111/8168 family</string>
<key>name</key>
<string>RealtekRTL8111</string>
<key>remoteFolder</key>
<string>RTL8111_driver_for_OS_X</string>
<key>url</key>
<string>https://github.com/Mieze/RTL8111_driver_for_OS_X/releases/download/VVERSION/RealtekRTL8111-VVERSION.zip</string>
</dict>
<dict>
<key>author</key>
<string>vit9696</string>
<key>category</key>
<string>Lilu Plug-in</string>
<key>description</key>
<string>Automatic handling of brightness keys without DSDT patches</string>
<key>name</key>
<string>BrightnessKeys</string>
<key>remoteFolder</key>
<string>BrightnessKeys</string>
<key>url</key>
<string>https://github.com/acidanthera/BrightnessKeys/releases/download/VERSION/BrightnessKeys-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>1Revenger1</string>
<key>category</key>
<string>Embedded Controller Support</string>
<key>description</key>
<string>Allows reading Embedded Controller fields over 1 byte long, vastly reducing the amount of ACPI modification needed (if any) for working battery status.</string>
<key>name</key>
<string>ECEnabler</string>
<key>remoteFolder</key>
<string>ECEnabler</string>
<key>url</key>
<string>https://github.com/1Revenger1/ECEnabler/releases/download/VERSION/ECEnabler-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>khronokernel</string>
<key>category</key>
<string>Sidecar Support</string>
<key>description</key>
<string>Lilu Kernel extension for enabling Sidecar support on the SMBIOS</string>
<key>name</key>
<string>SidecarFixup</string>
<key>remoteFolder</key>
<string>SidecarFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/SidecarFixup/releases/download/VERSION/SidecarFixup-VERSION-RELEASE.zip</string>
</dict>
</array>
</dict>
</plist>
......@@ -276,7 +276,7 @@
<key>remoteFolder</key>
<string>ECEnabler</string>
<key>url</key>
<string>https://github.com/1Revenger1/ECEnabler/releases/download/1.0.1/ECEnabler-1.0.1-RELEASE.zip</string>
<string>https://github.com/1Revenger1/ECEnabler/releases/download/VERSION/ECEnabler-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
......@@ -290,7 +290,7 @@
<key>remoteFolder</key>
<string>SidecarFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/SidecarFixup/releases/download/1.0.0/SidecarFixup-1.0.0-RELEASE.zip</string>
<string>https://github.com/acidanthera/SidecarFixup/releases/download/VERSION/SidecarFixup-VERSION-RELEASE.zip</string>
</dict>
</array>
</dict>
......
......@@ -264,6 +264,34 @@
<key>url</key>
<string>https://github.com/acidanthera/BrightnessKeys/releases/download/VERSION/BrightnessKeys-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>1Revenger1</string>
<key>category</key>
<string>EC 控制器支援</string>
<key>description</key>
<string>允許讀取長度超過1個位元組的嵌入式控制器欄位,從而大大減少了工作電池狀態所需的ACPI修改量(如果有)。</string>
<key>name</key>
<string>ECEnabler</string>
<key>remoteFolder</key>
<string>ECEnabler</string>
<key>url</key>
<string>https://github.com/1Revenger1/ECEnabler/releases/download/VERSION/ECEnabler-VERSION-RELEASE.zip</string>
</dict>
<dict>
<key>author</key>
<string>khronokernel</string>
<key>category</key>
<string>Sidecar 支援</string>
<key>description</key>
<string>Lilu Kernel 擴展,用於在 SMBIOS 上啟用 Sidecar 支援</string>
<key>name</key>
<string>SidecarFixup</string>
<key>remoteFolder</key>
<string>SidecarFixup</string>
<key>url</key>
<string>https://github.com/acidanthera/SidecarFixup/releases/download/VERSION/SidecarFixup-VERSION-RELEASE.zip</string>
</dict>
</array>
</dict>
</plist>
......@@ -492,150 +492,6 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Controller</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>15.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Keyboard</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>15.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Mouse</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>15.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Trackpad</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>15.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooInput</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>15.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AirportBrcmFixup.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AirportBrcmFixup</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>12.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string>19.9.9</string>
<key>MinKernel</key>
<string>12.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>17.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array>
......@@ -1257,9 +1113,9 @@
<key>AppleEvent</key>
<string>Builtin</string>
<key>CustomDelays</key>
<false/>
<string>Auto</string>
<key>KeyInitialDelay</key>
<integer>50</integer>
<integer>0</integer>
<key>KeySubsequentDelay</key>
<integer>5</integer>
<key>PointerSpeedDiv</key>
......@@ -1398,18 +1254,12 @@
<false/>
<key>DisableSecurityPolicy</key>
<false/>
<key>EnableVectorAcceleration</key>
<true/>
<key>ExitBootServicesDelay</key>
<integer>0</integer>
<key>ForgeUefiSupport</key>
<false/>
<key>IgnoreInvalidFlexRatio</key>
<false/>
<key>ReleaseUsbOwnership</key>
<false/>
<key>ReloadOptionRoms</key>
<false/>
<key>RequestBootVarRouting</key>
<true/>
<key>TscSyncTimeout</key>
......
......@@ -492,150 +492,6 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Controller</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>15.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Keyboard</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>15.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Mouse</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>15.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Trackpad</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>15.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooInput</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>15.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AirportBrcmFixup.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AirportBrcmFixup</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>12.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string>19.9.9</string>
<key>MinKernel</key>
<string>12.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>17.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array>
......@@ -1271,13 +1127,13 @@
<key>Manufacturer</key>
<string>Acidanthera</string>
<key>PartNumber</key>
<string>M00001-8GB</string>
<string>M00001-4GB</string>
<key>SerialNumber</key>
<string>AAA000000001</string>
<key>Size</key>
<integer>8192</integer>
<integer>4096</integer>
<key>Speed</key>
<integer>2400</integer>
<integer>2666</integer>
</dict>
<dict>
<key>AssetTag</key>
......@@ -1287,115 +1143,7 @@
<key>DeviceLocator</key>
<string>ChannelA-DIMM1</string>
<key>Manufacturer</key>
<string>NO DIMM</string>
<key>PartNumber</key>
<string></string>
<key>SerialNumber</key>
<string></string>
<key>Size</key>
<integer>0</integer>
<key>Speed</key>
<integer>0</integer>
</dict>
<dict>
<key>AssetTag</key>
<string>123456789</string>
<key>BankLocator</key>
<string>BANK 2</string>
<key>DeviceLocator</key>
<string>ChannelB-DIMM0</string>
<key>Manufacturer</key>
<string>Acidanthera</string>
<key>PartNumber</key>
<string>M00001-8GB</string>
<key>SerialNumber</key>
<string>AAA000000002</string>
<key>Size</key>
<integer>8192</integer>
<key>Speed</key>
<integer>2400</integer>
</dict>
<dict>
<key>AssetTag</key>
<string></string>
<key>BankLocator</key>
<string>BANK 3</string>
<key>DeviceLocator</key>
<string>ChannelB-DIMM1</string>
<key>Manufacturer</key>
<string>NO DIMM</string>
<key>PartNumber</key>
<string></string>
<key>SerialNumber</key>
<string></string>
<key>Size</key>
<integer>0</integer>
<key>Speed</key>
<integer>0</integer>
</dict>
<dict>
<key>AssetTag</key>
<string></string>
<key>BankLocator</key>
<string>BANK 4</string>
<key>DeviceLocator</key>
<string>ChannelC-DIMM0</string>
<key>Manufacturer</key>
<string>NO DIMM</string>
<key>PartNumber</key>
<string></string>
<key>SerialNumber</key>
<string></string>
<key>Size</key>
<integer>0</integer>
<key>Speed</key>
<integer>0</integer>
</dict>
<dict>
<key>AssetTag</key>
<string></string>
<key>BankLocator</key>
<string>BANK 5</string>
<key>DeviceLocator</key>
<string>ChannelC-DIMM1</string>
<key>Manufacturer</key>
<string>NO DIMM</string>
<key>PartNumber</key>
<string></string>
<key>SerialNumber</key>
<string></string>
<key>Size</key>
<integer>0</integer>
<key>Speed</key>
<integer>0</integer>
</dict>
<dict>
<key>AssetTag</key>
<string>123456789</string>
<key>BankLocator</key>
<string>BANK 0</string>
<key>DeviceLocator</key>
<string>ChannelA-DIMM0</string>
<key>Manufacturer</key>
<string>Acidanthera</string>
<key>PartNumber</key>
<string>M00001-8GB</string>
<key>SerialNumber</key>
<string>AAA000000001</string>
<key>Size</key>
<integer>8192</integer>
<key>Speed</key>
<integer>2400</integer>
</dict>
<dict>
<key>AssetTag</key>
<string></string>
<key>BankLocator</key>
<string>BANK 1</string>
<key>DeviceLocator</key>
<string>ChannelA-DIMM1</string>
<key>Manufacturer</key>
<string>NO DIMM</string>
<key>PartNumber</key>
<string></string>
<key>SerialNumber</key>
......@@ -1415,13 +1163,13 @@
<key>Manufacturer</key>
<string>Acidanthera</string>
<key>PartNumber</key>
<string>M00001-8GB</string>
<string>M00001-4GB</string>
<key>SerialNumber</key>
<string>AAA000000002</string>
<key>Size</key>
<integer>8192</integer>
<integer>4096</integer>
<key>Speed</key>
<integer>2400</integer>
<integer>2666</integer>
</dict>
<dict>
<key>AssetTag</key>
......@@ -1431,43 +1179,7 @@
<key>DeviceLocator</key>
<string>ChannelB-DIMM1</string>
<key>Manufacturer</key>
<string>NO DIMM</string>
<key>PartNumber</key>
<string></string>
<key>SerialNumber</key>
<string></string>
<key>Size</key>
<integer>0</integer>
<key>Speed</key>
<integer>0</integer>
</dict>
<dict>
<key>AssetTag</key>
<string></string>
<key>BankLocator</key>
<string>BANK 4</string>
<key>DeviceLocator</key>
<string>ChannelC-DIMM0</string>
<key>Manufacturer</key>
<string>NO DIMM</string>
<key>PartNumber</key>
<string></string>
<key>SerialNumber</key>
<string></string>
<key>Size</key>
<integer>0</integer>
<key>Speed</key>
<integer>0</integer>
</dict>
<dict>
<key>AssetTag</key>
<string></string>
<key>BankLocator</key>
<string>BANK 5</string>
<key>DeviceLocator</key>
<string>ChannelC-DIMM1</string>
<key>Manufacturer</key>
<string>NO DIMM</string>
<key>PartNumber</key>
<string></string>
<key>SerialNumber</key>
......@@ -1511,11 +1223,11 @@
<key>SMBIOS</key>
<dict>
<key>BIOSReleaseDate</key>
<string>03/10/2021</string>
<string>01/05/2021</string>
<key>BIOSVendor</key>
<string>Acidanthera</string>
<key>BIOSVersion</key>
<string>1554.100.64.0.0</string>
<string>1554.80.3.0.0</string>
<key>BoardAssetTag</key>
<string></string>
<key>BoardLocationInChassis</key>
......@@ -1598,9 +1310,9 @@
<key>AppleEvent</key>
<string>Builtin</string>
<key>CustomDelays</key>
<false/>
<string>Auto</string>
<key>KeyInitialDelay</key>
<integer>50</integer>
<integer>0</integer>
<key>KeySubsequentDelay</key>
<integer>5</integer>
<key>PointerSpeedDiv</key>
......@@ -1739,18 +1451,12 @@
<false/>
<key>DisableSecurityPolicy</key>
<false/>
<key>EnableVectorAcceleration</key>
<true/>
<key>ExitBootServicesDelay</key>
<integer>0</integer>
<key>ForgeUefiSupport</key>
<false/>
<key>IgnoreInvalidFlexRatio</key>
<false/>
<key>ReleaseUsbOwnership</key>
<false/>
<key>ReloadOptionRoms</key>
<false/>
<key>RequestBootVarRouting</key>
<true/>
<key>TscSyncTimeout</key>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册