Skip to content

Commit

Permalink
Adding AirPlay to Mac support for macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
duszmox committed Aug 15, 2021
1 parent 5abb098 commit 7ab9c08
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 3 deletions.
18 changes: 18 additions & 0 deletions EFI/OC/Config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,24 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>FeatureUnlock.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/FeatureUnlock</string>
<key>Arch</key>
<string>Any</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>21.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array/>
Expand Down
83 changes: 83 additions & 0 deletions EFI/OC/Kexts/FeatureUnlock.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<?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>19H1217</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>FeatureUnlock</string>
<key>CFBundleIdentifier</key>
<string>com.khronokernel.FeatureUnlock</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>FeatureUnlock</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.3</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12B45b</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.0</string>
<key>DTSDKBuild</key>
<string>20A2408</string>
<key>DTSDKName</key>
<string>macosx11.0</string>
<key>DTXcode</key>
<string>1220</string>
<key>DTXcodeBuild</key>
<string>12B45b</string>
<key>IOKitPersonalities</key>
<dict>
<key>FeatureUnlock</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.khronokernel.FeatureUnlock</string>
<key>IOClass</key>
<string>FeatureUnlock</string>
<key>IOMatchCategory</key>
<string>FeatureUnlock</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2021 Khronokernel. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.vit9696.Lilu</key>
<string>1.4.7</string>
<key>com.apple.kpi.bsd</key>
<string>12.0.0</string>
<key>com.apple.kpi.dsep</key>
<string>12.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>12.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>12.0.0</string>
<key>com.apple.kpi.mach</key>
<string>12.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>12.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>
Binary file not shown.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<img align="right" src="/Images/t460s-monterey.png" alt="Lenovo Thinkpad T460s macOS Hackintosh OpenCore" width="300">

[![macOS](https://img.shields.io/badge/macOS-11.5-blue)](https://developer.apple.com/documentation/macos-release-notes)
[![macOS-beta](https://img.shields.io/badge/macOS–Beta-12_beta–4-orange)](https://developer.apple.com/documentation/macos-release-notes/macos-12-beta-release-notes)
[![macOS](https://img.shields.io/badge/macOS-11.5.2-blue)](https://developer.apple.com/documentation/macos-release-notes)
[![macOS-beta](https://img.shields.io/badge/macOS–Beta-12_beta–5-orange)](https://developer.apple.com/documentation/macos-release-notes/macos-12-beta-release-notes)
[![OpenCore](https://img.shields.io/badge/OpenCore-0.7.2-green)](https://github.com/acidanthera/OpenCorePkg)
[![Model](https://img.shields.io/badge/Model-20F9*-lightgrey)](https://psref.lenovo.com/Product/ThinkPad_T460s)
[![BIOS](https://img.shields.io/badge/BIOS-1.52-yellow)](https://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-t-series-laptops/thinkpad-t460s/downloads/driver-list/component?name=BIOS%2FUEFI)
Expand Down Expand Up @@ -500,7 +500,7 @@ A [brief guide referencing other guides](/Guides/Bios-Mod.md).
| [EFI Release](https://github.com/simprecicchiani/ThinkPad-T460s-macOS-OpenCore/releases) | 0.7.2 |
| :--------------------------------------------------------------------------------------------- | :--------------- |
| [MacOS](https://www.apple.com/macos/) | 11.5 / 12 beta-4 |
| [MacOS](https://www.apple.com/macos/) | 11.5.2 / 12 beta-5 |
| [OpenCore](https://github.com/acidanthera/OpenCorePkg/releases) | 0.7.2 |
| [Lilu](https://github.com/acidanthera/Lilu/releases) | 1.5.5 |
| [VirtualSMC](https://github.com/acidanthera/VirtualSMC/releases) | 1.2.6 |
Expand All @@ -520,6 +520,7 @@ A [brief guide referencing other guides](/Guides/Bios-Mod.md).
| [AppleBacklightSmoother](https://github.com/hieplpvip/AppleBacklightSmoother/releases) | 1.0.2 |
| [BrightnessKeys](https://github.com/acidanthera/BrightnessKeys/releases) | 1.0.2 |
| [Sinetek-rtsx](https://github.com/cholonam/Sinetek-rtsx/releases) | 9.0 |
| [FeatureUnlock](https://github.com/acidanthera/FeatureUnlock/releases) | 1.0.3 |
</details>
Expand Down

0 comments on commit 7ab9c08

Please sign in to comment.