mirror of
https://github.com/WCBROW01/thinkpad-t480s-hackintosh.git
synced 2025-12-11 20:58:05 -05:00
Update Lilu to 1.6.7, AppleALC to 1.8.4, WhateverGreen to 1.6.6, NVMeFix to 1.1.1, BlueToolFixup to 2.6.8, and OpenCore to 0.9.4. Removed bluetoothInternalControllerInfo and bluetoothExternalDongleFailed from config.plist since they are no longer needed with BlueToolFixup 2.6.8.
82 lines
2.2 KiB
Plaintext
82 lines
2.2 KiB
Plaintext
<?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>21G651</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>BlueToolFixup</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>as.acidanthera.BlueToolFixup</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>BlueToolFixup</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>KEXT</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>2.6.8</string>
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>MacOSX</string>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>2.6.8</string>
|
|
<key>DTCompiler</key>
|
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
<key>DTPlatformBuild</key>
|
|
<string>13F100</string>
|
|
<key>DTPlatformName</key>
|
|
<string>macosx</string>
|
|
<key>DTPlatformVersion</key>
|
|
<string>12.3</string>
|
|
<key>DTSDKBuild</key>
|
|
<string>21E226</string>
|
|
<key>DTSDKName</key>
|
|
<string>macosx12.3</string>
|
|
<key>DTXcode</key>
|
|
<string>1341</string>
|
|
<key>DTXcodeBuild</key>
|
|
<string>13F100</string>
|
|
<key>IOKitPersonalities</key>
|
|
<dict>
|
|
<key>BlueToolFixup</key>
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>as.acidanthera.BlueToolFixup</string>
|
|
<key>IOClass</key>
|
|
<string>BlueToolFixup</string>
|
|
<key>IOMatchCategory</key>
|
|
<string>BlueToolFixup</string>
|
|
<key>IOProviderClass</key>
|
|
<string>IOResources</string>
|
|
<key>IOResourceMatch</key>
|
|
<string>IOKit</string>
|
|
</dict>
|
|
</dict>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.8</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>
|