Skip to content

Commit

Permalink
[AUTOMATIC] iOS 4.32.0 => 4.32.1 (#674)
Browse files Browse the repository at this point in the history
[AUTOMATIC] iOS 4.32.0 => 4.32.1
  • Loading branch information
RCGitBot authored Jan 23, 2024
1 parent e715cc3 commit 9b6b0b3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
In `ios/PurchasesHybridCommon/Podfile` replace:

```
pod 'RevenueCat', '4.32.0'
pod 'RevenueCat', '4.32.1'
```

with:
Expand Down
4 changes: 2 additions & 2 deletions PurchasesHybridCommon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Pod::Spec.new do |s|
s.framework = 'StoreKit'
s.framework = 'SwiftUI'

s.dependency 'RevenueCat', '4.32.0'
s.dependency 'RevenueCatUI', '4.32.0'
s.dependency 'RevenueCat', '4.32.1'
s.dependency 'RevenueCatUI', '4.32.1'
s.swift_version = '5.7'

s.ios.deployment_target = '11.0'
Expand Down
8 changes: 4 additions & 4 deletions ios/PurchasesHybridCommon/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ target 'PurchasesHybridCommon' do
use_frameworks!

# Pods for PurchasesHybridCommon
pod 'RevenueCat', '4.32.0'
pod 'RevenueCatUI', '4.32.0'
pod 'RevenueCat', '4.32.1'
pod 'RevenueCatUI', '4.32.1'

target 'PurchasesHybridCommonTests' do
# Pods for testing
Expand All @@ -26,6 +26,6 @@ target 'ObjCAPITester' do
platform :ios, '11.0'
use_frameworks!

pod 'RevenueCat', '4.32.0'
pod 'RevenueCatUI', '4.32.0'
pod 'RevenueCat', '4.32.1'
pod 'RevenueCatUI', '4.32.1'
end
16 changes: 8 additions & 8 deletions ios/PurchasesHybridCommon/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- Nimble (10.0.0)
- Quick (5.0.1)
- RevenueCat (4.32.0)
- RevenueCatUI (4.32.0):
- RevenueCat (= 4.32.0)
- RevenueCat (4.32.1)
- RevenueCatUI (4.32.1):
- RevenueCat (= 4.32.1)

DEPENDENCIES:
- Nimble
- Quick
- RevenueCat (= 4.32.0)
- RevenueCatUI (= 4.32.0)
- RevenueCat (= 4.32.1)
- RevenueCatUI (= 4.32.1)

SPEC REPOS:
trunk:
Expand All @@ -21,9 +21,9 @@ SPEC REPOS:
SPEC CHECKSUMS:
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
RevenueCat: 2d99a5ebabd33955c3a38dfdfa9d3efe77c5db0c
RevenueCatUI: fa6b619083afb967facc20ecdc7ae53a4c512d10
RevenueCat: 435a7e59f541d07bc904a5d9802bcdbc0978140d
RevenueCatUI: 7a09480fe34d5bda83c5b9bc42c326e8a3a8c0dc

PODFILE CHECKSUM: 380b5b00dbea2920d1736d8cbc1a6f199f971877
PODFILE CHECKSUM: 9fe47195f4ff367439c51ae493e9f25fb6b017db

COCOAPODS: 1.14.3

0 comments on commit 9b6b0b3

Please sign in to comment.