Skip to content

Commit

Permalink
Release version 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jerielng committed Aug 8, 2023
1 parent b09bae6 commit 21aa251
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BrazeProject/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- boost (1.76.0)
- braze-react-native-sdk (6.0.0):
- braze-react-native-sdk (6.0.1):
- BrazeKit (~> 6.4.0)
- BrazeLocation (~> 6.4.0)
- BrazeUI (~> 6.4.0)
Expand Down Expand Up @@ -1259,7 +1259,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
braze-react-native-sdk: 4b12c96e4c445d51cff1be0426466168d364468e
braze-react-native-sdk: 2b73f41c98a2ec56ea2ff9fb0ac521f8900f2a54
BrazeKit: 47ebb49398e645ef8cd1df40be9ea7f648029283
BrazeLocation: 4e25584206096cf060c4e22e14d8a2eb541152d4
BrazeUI: 56929e8d9825a532e1cbf3b713df7c5f5791ff17
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.0.1

##### Fixed
- Adds `'DEFINES_MODULE' => 'YES'` to the iOS Podspec when compiling the Turbo Module to prevent the need for static framework linkage when using the Braze Expo plugin.

## 6.0.0

##### Breaking
Expand Down
1 change: 1 addition & 0 deletions braze-react-native-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Pod::Spec.new do |s|
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
s.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES',
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) COCOAPODS=1 RCT_NEW_ARCH_ENABLED=1',
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@braze/react-native-sdk",
"version": "6.0.0",
"version": "6.0.1",
"description": "Braze SDK for React Native.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 21aa251

Please sign in to comment.