-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
July 2021 Update with macOS 12 support
- Loading branch information
Showing
57 changed files
with
821 additions
and
221 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
172 changes: 86 additions & 86 deletions
172
EFI/OC/#intel-wlan.plist → EFI/OC/#intel-wlan - macOS 11.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 |
---|---|---|
@@ -1,86 +1,86 @@ | ||
<?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># WARNING</key> | ||
<string>Choose one between AirportItlwm.kext and AirPortOpenBSD.kext</string> | ||
<key>Kernel</key> | ||
<dict> | ||
<key>Add</key> | ||
<array> | ||
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>BundlePath</key> | ||
<string>AirportItlwm.kext</string> | ||
<key>Comment</key> | ||
<string>Intel WiFi driver</string> | ||
<key>Enabled</key> | ||
<true/> | ||
<key>ExecutablePath</key> | ||
<string>Contents/MacOS/AirportItlwm</string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>BundlePath</key> | ||
<string>AirPortOpenBSD.kext</string> | ||
<key>Comment</key> | ||
<string>Intel WiFi driver</string> | ||
<key>Enabled</key> | ||
<false/> | ||
<key>ExecutablePath</key> | ||
<string>Contents/MacOS/AirPortOpenBSD</string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>BundlePath</key> | ||
<string>IntelBluetoothFirmware.kext</string> | ||
<key>Comment</key> | ||
<string>Intel Bluetooth driver</string> | ||
<key>Enabled</key> | ||
<true/> | ||
<key>ExecutablePath</key> | ||
<string>Contents/MacOS/IntelBluetoothFirmware</string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>BundlePath</key> | ||
<string>IntelBluetoothInjector.kext</string> | ||
<key>Comment</key> | ||
<string>Intel Bluetooth driver companion</string> | ||
<key>Enabled</key> | ||
<true/> | ||
<key>ExecutablePath</key> | ||
<string></string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</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># WARNING</key> | ||
<string>Choose one between AirportItlwm.kexts and AirPortOpenBSD.kext</string> | ||
<key>Kernel</key> | ||
<dict> | ||
<key>Add</key> | ||
<array> | ||
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>BundlePath</key> | ||
<string>AirportItlwm-11.kext</string> | ||
<key>Comment</key> | ||
<string>Intel WiFi driver for macOS 11 Big Sur</string> | ||
<key>Enabled</key> | ||
<true/> | ||
<key>ExecutablePath</key> | ||
<string>Contents/MacOS/AirportItlwm</string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>BundlePath</key> | ||
<string>AirPortOpenBSD.kext</string> | ||
<key>Comment</key> | ||
<string>Intel WiFi driver</string> | ||
<key>Enabled</key> | ||
<false/> | ||
<key>ExecutablePath</key> | ||
<string>Contents/MacOS/AirPortOpenBSD</string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>BundlePath</key> | ||
<string>IntelBluetoothFirmware.kext</string> | ||
<key>Comment</key> | ||
<string>Intel Bluetooth driver</string> | ||
<key>Enabled</key> | ||
<true/> | ||
<key>ExecutablePath</key> | ||
<string>Contents/MacOS/IntelBluetoothFirmware</string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>BundlePath</key> | ||
<string>IntelBluetoothInjector.kext</string> | ||
<key>Comment</key> | ||
<string>Intel Bluetooth driver companion</string> | ||
<key>Enabled</key> | ||
<true/> | ||
<key>ExecutablePath</key> | ||
<string></string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</dict> | ||
</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,84 @@ | ||
<?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>Kernel</key> | ||
<dict> | ||
<key>Add</key> | ||
<array> | ||
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>BundlePath</key> | ||
<string>AirportItlwm-12.kext</string> | ||
<key>Comment</key> | ||
<string>Intel WiFi driver for macOS 12 Monterey</string> | ||
<key>Enabled</key> | ||
<true/> | ||
<key>ExecutablePath</key> | ||
<string>Contents/MacOS/AirportItlwm</string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>BundlePath</key> | ||
<string>IntelBluetoothFirmware.kext</string> | ||
<key>Comment</key> | ||
<string>Intel Bluetooth driver</string> | ||
<key>Enabled</key> | ||
<true/> | ||
<key>ExecutablePath</key> | ||
<string>Contents/MacOS/IntelBluetoothFirmware</string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>BundlePath</key> | ||
<string>IntelBluetoothInjector.kext</string> | ||
<key>Comment</key> | ||
<string>Intel Bluetooth driver companion</string> | ||
<key>Enabled</key> | ||
<false/> | ||
<key>ExecutablePath</key> | ||
<string></string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
<dict> | ||
<key>BundlePath</key> | ||
<string>BlueToolFixup.kext</string> | ||
<key>Comment</key> | ||
<string></string> | ||
<key>Enabled</key> | ||
<true/> | ||
<key>ExecutablePath</key> | ||
<string>Contents/MacOS/BlueToolFixup</string> | ||
<key>Arch</key> | ||
<string>Any</string> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</dict> | ||
</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
Binary file not shown.
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
Binary file renamed
BIN
+13.4 MB
...ortItlwm.kext/Contents/MacOS/AirportItlwm → ...Itlwm-11.kext/Contents/MacOS/AirportItlwm
Binary file not shown.
Oops, something went wrong.