Skip to content

Commit

Permalink
Bump version and fixed Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Jun 15, 2023
1 parent 07dca0d commit 2305aaa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions BrcmBluetoothInjector.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.6.7</string>
<string>2.6.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.6.7</string>
<string>2.6.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
4 changes: 2 additions & 2 deletions BrcmBluetoothInjectorLegacy.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.6.7</string>
<string>2.6.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.6.7</string>
<string>2.6.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
4 changes: 2 additions & 2 deletions BrcmPatchRAM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 2.6.7;
CURRENT_PROJECT_VERSION = 2.6.8;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -1430,7 +1430,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 2.6.7;
CURRENT_PROJECT_VERSION = 2.6.8;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down
6 changes: 4 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
BrcmPatchRAM Changelog
======================
#### v2.6.7
- Added constants for macOS 14 support
#### v2.6.8
- Added vendor callback patch for Bluetooth power status toggling on macOS 13.3+ (thx @zxystd)
- Added patch that skips Internal Bluetooth Controller NVRAM checking (thx @zxystd)

#### v2.6.7
- Added constants for macOS 14 support

#### v2.6.6
- Added firmware for legacy BCM20702A1 (thx @chapuza)

Expand Down

0 comments on commit 2305aaa

Please sign in to comment.