Skip to content

Commit

Permalink
Merge pull request #39 from superwall/develop
Browse files Browse the repository at this point in the history
1.4.6
  • Loading branch information
yusuftor authored Jan 29, 2025
2 parents 108ff45 + fdbd54f commit 7411471
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The changelog for `Superwall`. Also see the [releases](https://github.com/superwall/react-native-superwall/releases) on GitHub.

## 1.4.6

### Enhancements

- Upgrades iOS SDK to 3.12.3 [View iOS SDK release notes](https://github.com/superwall-me/Superwall-iOS/releases/tag/3.12.3).

## 1.4.5

### Fixes
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1119,12 +1119,12 @@ PODS:
- React-Core
- SocketRocket (0.6.1)
- Superscript (0.1.16)
- superwall-react-native (1.4.4):
- superwall-react-native (1.4.6):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- SuperwallKit (= 3.12.1)
- SuperwallKit (3.12.1):
- SuperwallKit (= 3.12.3)
- SuperwallKit (3.12.3):
- Superscript (= 0.1.16)
- Yoga (1.14.0)

Expand Down Expand Up @@ -1393,8 +1393,8 @@ SPEC CHECKSUMS:
RNPurchases: 06957eb2f35bd7bb336d32fccf3534d45a3fda8a
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Superscript: 17e2597de5e1ddfa132e217b33d1eb8eddf13e0f
superwall-react-native: f7b9ec3abdbf5793daaca457d00cddb04b58e2ab
SuperwallKit: cbe59c2c745dfe966f810ab3fcadb92a20fde419
superwall-react-native: 1cc0491d34c31763c0c889beccd3979c4f72d5f8
SuperwallKit: 2f08804bcc41db40ce889ac7b11ffd0558563477
Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312

PODFILE CHECKSUM: 76fced934770e056b70a3087a2bc377b3556bae1
Expand Down
10 changes: 8 additions & 2 deletions expo-example/ios/Superapp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,10 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -516,7 +519,10 @@
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
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": "@superwall/react-native-superwall",
"version": "1.4.5",
"version": "1.4.6",
"description": "The React Native package for Superwall",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion superwall-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/superwall-me/Superwall-React-Native.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"
s.dependency "SuperwallKit", '3.12.1'
s.dependency "SuperwallKit", '3.12.3'

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down

0 comments on commit 7411471

Please sign in to comment.