misc.py: Resolve T1 communication on 15.0 Beta 4

Due to lack of kernel version incrementing, beta 1 through 3 will not function with this build (as we are unable to limit kext injection).

Note searchpartyd will crash on beta 4, full support not resolved yet.
This commit is contained in:
Mykola Grymalyuk
2024-07-24 11:28:12 -06:00
parent 1f2409043d
commit 4544c99fde
4 changed files with 25 additions and 1 deletions

View File

@@ -1877,6 +1877,24 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>Comment</key>
<string>KernelRelayHost - T1 Communication</string>
<key>Enabled</key>
<false/>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>24.0.0</string>
<key>BundlePath</key>
<string>KernelRelayHost.kext</string>
<key>ExecutablePath</key>
<string>Contents/MacOS/KernelRelayHost</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array>

Binary file not shown.