Skip to content

Commit

Permalink
Update iOS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuftor committed Jun 3, 2024
1 parent da4aae4 commit 41323c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 1.1.7

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

## 1.1.6

### Enhancements
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ PODS:
- RevenueCat (4.31.9)
- RevenueCatUI (4.31.9):
- RevenueCat (= 4.31.9)
- SuperwallKit (3.6.2)
- SuperwallKit (3.6.5)
- superwallkit_flutter (0.0.1):
- Flutter
- SuperwallKit (= 3.6.2)
- SuperwallKit (= 3.6.5)

DEPENDENCIES:
- Flutter (from `Flutter`)
Expand Down Expand Up @@ -46,8 +46,8 @@ SPEC CHECKSUMS:
PurchasesHybridCommon: 170de77f83fd9cb570457157e92ea04c7aef8196
RevenueCat: aa3e439fb6282e7768609774a73c06ab87c3d9c3
RevenueCatUI: ef3f12dddf49d333a66a13f1d32c73ef1075ae95
SuperwallKit: 202a41ac23a3282a07b0973b8a3c130b87d6c36b
superwallkit_flutter: 738eb368179aa781d72b29cd6c7f08dbf516c984
SuperwallKit: 4e2a87335eeea4de6938aad7a1258e127fc0ab75
superwallkit_flutter: 91df077b895b0540aa86d48ad5ef8616ed015e58

PODFILE CHECKSUM: 1959d098c91d8a792531a723c4a9d7e9f6a01e38

Expand Down
2 changes: 1 addition & 1 deletion ios/superwallkit_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'SuperwallKit', '3.6.2'
s.dependency 'SuperwallKit', '3.6.5'
s.platform = :ios, '14.0'

# Flutter.framework does not contain a i386 slice.
Expand Down

0 comments on commit 41323c2

Please sign in to comment.