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,9 +3,9 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18E226</string>
<string>18G87</string>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.injector.BrcmBluetoothInjector</string>
<string>org.rehabman.injector.BrcmBluetoothInjector</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -13,7 +13,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>
@@ -21,21 +21,21 @@
<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>03f0_231d no firmware</key>
@@ -1406,5 +1406,7 @@
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
<key>Source Code</key>
<string>https://github.com/RehabMan/BrcmPatchRAM.git</string>
</dict>
</plist>