From 68103887626a57bbc2b1a5a7d7b961c365437cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20To=CC=88r?= <3296904+yusuftor@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:24:15 +0100 Subject: [PATCH] Update iOS SDK --- CHANGELOG.md | 7 +++++++ example/ios/Podfile.lock | 8 ++++---- ios/superwallkit_flutter.podspec | 2 +- pubspec.yaml | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d98699f..5e46ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ The changelog for `Superwall`. Also see the [releases](https://github.com/superwall/Superwall-Flutter/releases) on GitHub. +## 1.3.7 + +### Enhancements + +- Upgrades iOS SDK to 3.12.1 [View iOS SDK release notes](https://github.com/superwall-me/Superwall-iOS/releases/tag/3.12.1) + ## 1.3.6 ### Enhancements @@ -16,6 +22,7 @@ The changelog for `Superwall`. Also see the [releases](https://github.com/superw - Updates Android SDK to 1.5.0 [View Android SDK release notes](https://github.com/superwall-me/Superwall-Android/releases/tag/1.5.0) ### Fixes + - Fixes issue with `PaywallInfoBridge` and other bridges throwing NPE when reattaching to activities from deep sleep. ## 1.3.4 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 85944d0..a180260 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -9,11 +9,11 @@ PODS: - RevenueCat (= 4.43.0) - RevenueCat (4.43.0) - Superscript (0.1.16) - - SuperwallKit (3.12.0): + - SuperwallKit (3.12.1): - Superscript (= 0.1.16) - superwallkit_flutter (0.0.1): - Flutter - - SuperwallKit (= 3.12.0) + - SuperwallKit (= 3.12.1) DEPENDENCIES: - Flutter (from `Flutter`) @@ -45,8 +45,8 @@ SPEC CHECKSUMS: PurchasesHybridCommon: 0e157d11d04fdfdd434b5c6d05acb58fd1cc9db8 RevenueCat: f7b90c52f4b7e322bc9e7adaf734030523534b06 Superscript: 17e2597de5e1ddfa132e217b33d1eb8eddf13e0f - SuperwallKit: 9abe07053249c596af9875a3b857236068a79edc - superwallkit_flutter: 56ac7886c6e750f9759174ecb42e4c1472f11764 + SuperwallKit: cbe59c2c745dfe966f810ab3fcadb92a20fde419 + superwallkit_flutter: 43527c6adb5dcbc5a8722d200edde2d41f34137a PODFILE CHECKSUM: 1959d098c91d8a792531a723c4a9d7e9f6a01e38 diff --git a/ios/superwallkit_flutter.podspec b/ios/superwallkit_flutter.podspec index 9a8e7df..533593a 100644 --- a/ios/superwallkit_flutter.podspec +++ b/ios/superwallkit_flutter.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'SuperwallKit', '3.12.0' + s.dependency 'SuperwallKit', '3.12.1' s.platform = :ios, '14.0' # Flutter.framework does not contain a i386 slice. diff --git a/pubspec.yaml b/pubspec.yaml index 6ce84fe..da896d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: superwallkit_flutter description: "Remotely configure every aspect of your paywall and double your revenue." -version: 1.3.5 +version: 1.3.7 homepage: "https://superwall.com" environment: