mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 09:33:13 -06:00
55 lines
1.6 KiB
Text
55 lines
1.6 KiB
Text
<?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>CFBundleGetInfoString</key>
|
|
<string>BroadcomWiFiInjector</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.rehabman.injector.BroadcomWiFi</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>FakePCIID_Broadcom_WiFi</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>KEXT</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.3.12</string>
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>MacOSX</string>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>0.5.0</string>
|
|
<key>IOKitPersonalities</key>
|
|
<dict>
|
|
<key>Airport_Brcm4360</key>
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.apple.driver.AirPort.Brcm4360</string>
|
|
<key>IOClass</key>
|
|
<string>AirPort_Brcm4360</string>
|
|
<key>IOMatchCategory</key>
|
|
<string>IODefaultMatchCategory</string>
|
|
<key>IONameMatch</key>
|
|
<array>
|
|
<string>pci14e4,4353</string>
|
|
<string>pci14e4,4357</string>
|
|
<string>pci14e4,43b1</string>
|
|
<string>pci14e4,43b2</string>
|
|
</array>
|
|
<key>IOProbeScore</key>
|
|
<integer>1110</integer>
|
|
<key>IOProviderClass</key>
|
|
<string>IOPCIDevice</string>
|
|
<key>TruePowerOff</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
<key>OSBundleRequired</key>
|
|
<string>Network-Root</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2018 RehabMan, GPL v2, All Rights Reserved.</string>
|
|
<key>Source Code</key>
|
|
<string>https://github.com/RehabMan/FakePCIID</string>
|
|
</dict>
|
|
</plist>
|