Skip to content

Commit

Permalink
[AUTOMATIC] iOS 4.17.11 => 4.18.0 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot authored May 1, 2023
1 parent 708f552 commit 2bac899
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.17.11'
pod 'RevenueCat', '4.18.0'
```

with:
Expand Down
2 changes: 1 addition & 1 deletion PurchasesHybridCommon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.framework = 'StoreKit'

s.dependency 'RevenueCat', '4.17.11'
s.dependency 'RevenueCat', '4.18.0'
s.swift_version = '5.0'

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

# Pods for PurchasesHybridCommon
pod 'RevenueCat', '4.17.11'
pod 'RevenueCat', '4.18.0'

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

pod 'RevenueCat', '4.17.11'
pod 'RevenueCat', '4.18.0'
end
8 changes: 4 additions & 4 deletions ios/PurchasesHybridCommon/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- Nimble (10.0.0)
- Quick (5.0.1)
- RevenueCat (4.17.11)
- RevenueCat (4.18.0)

DEPENDENCIES:
- Nimble
- Quick
- RevenueCat (= 4.17.11)
- RevenueCat (= 4.18.0)

SPEC REPOS:
trunk:
Expand All @@ -17,8 +17,8 @@ SPEC REPOS:
SPEC CHECKSUMS:
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
RevenueCat: 0431c28e4d492c0c88d6cc5c89a289cd40a8b7ea
RevenueCat: d8f5b1477c4eb78b658e86a97fd64ed4d6b3fbfd

PODFILE CHECKSUM: 65f1f67a5e49d711adf4992b7e05de0465487a49
PODFILE CHECKSUM: 9148eb145cf4cbb3cd99d60c6afcb446d0043c75

COCOAPODS: 1.12.1

0 comments on commit 2bac899

Please sign in to comment.