Using Axelpop's Kexts.

This commit is contained in:
Echo Hou
2020-02-11 22:13:11 +08:00
parent 200fbc38f1
commit 0f0e991b65
5 changed files with 153 additions and 18 deletions
@@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18E226</string>
<string>18G87</string>
<key>CFBundleExecutable</key>
<string>BrcmFirmwareData</string>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.BrcmFirmwareStore</string>
<string>com.no-one.BrcmFirmwareStore</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.5.0</string>
<string>2.2.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@@ -23,27 +23,27 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.5.0</string>
<string>2.2.10</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E1001</string>
<string>10G8</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<string>18G74</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1020</string>
<string>1030</string>
<key>DTXcodeBuild</key>
<string>10E1001</string>
<string>10G8</string>
<key>IOKitPersonalities</key>
<dict>
<key>BrcmFirmwareStore</key>
<dict>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.BrcmFirmwareStore</string>
<string>com.no-one.BrcmFirmwareStore</string>
<key>IOClass</key>
<string>BrcmFirmwareStore</string>
<key>IOMatchCategory</key>
@@ -53,7 +53,7 @@
</dict>
</dict>
<key>OSBundleCompatibleVersion</key>
<string>2.5.0</string>
<string>2.2.10</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.iokit</key>
@@ -63,5 +63,7 @@
<key>com.apple.kpi.mach</key>
<string>9.0</string>
</dict>
<key>Source Code</key>
<string>https://github.com/RehabMan/BrcmPatchRAM.git</string>
</dict>
</plist>