Skip to content

Commit

Permalink
[AUTOMATIC] iOS 5.12.0 => 5.12.1 (#980)
Browse files Browse the repository at this point in the history
[AUTOMATIC] iOS 5.12.0 => 5.12.1
  • Loading branch information
RCGitBot authored Dec 3, 2024
1 parent f55cd63 commit 4c446a0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/RevenueCat/purchases-ios-spm",
"state" : {
"revision" : "3d7993762e4b91b65c2387bf0881396850c832a9",
"version" : "5.12.0"
"revision" : "92f42b658c9638430d094103d1e86cea950f9ffb",
"version" : "5.12.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
targets: ["PurchasesHybridCommonUI"]),
],
dependencies: [
.package(url: "https://github.com/RevenueCat/purchases-ios-spm", exact: "5.12.0"),
.package(url: "https://github.com/RevenueCat/purchases-ios-spm", exact: "5.12.1"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
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', '5.12.0'
s.dependency 'RevenueCat', '5.12.1'
s.swift_version = '5.7'

s.ios.deployment_target = '13.0'
Expand Down
2 changes: 1 addition & 1 deletion PurchasesHybridCommonUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.framework = 'StoreKit'
s.framework = 'SwiftUI'

s.dependency 'RevenueCatUI', '5.12.0'
s.dependency 'RevenueCatUI', '5.12.1'
s.dependency 'PurchasesHybridCommon', s.version.to_s
s.swift_version = '5.7'

Expand Down
10 changes: 5 additions & 5 deletions ios/PurchasesHybridCommon/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ target 'PurchasesHybridCommon' do
platform :ios, '13.0'
use_frameworks!

pod 'RevenueCat', '5.12.0'
pod 'RevenueCat', '5.12.1'

target 'PurchasesHybridCommonTests' do
# Pods for testing
Expand All @@ -24,15 +24,15 @@ target 'PurchasesHybridCommonUI' do
platform :ios, '13.0'
use_frameworks!

pod 'RevenueCat', '5.12.0'
pod 'RevenueCatUI', '5.12.0'
pod 'RevenueCat', '5.12.1'
pod 'RevenueCatUI', '5.12.1'

end

target 'ObjCAPITester' do
platform :ios, '13.0'
use_frameworks!

pod 'RevenueCat', '5.12.0'
pod 'RevenueCatUI', '5.12.0'
pod 'RevenueCat', '5.12.1'
pod 'RevenueCatUI', '5.12.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 (5.12.0)
- RevenueCatUI (5.12.0):
- RevenueCat (= 5.12.0)
- RevenueCat (5.12.1)
- RevenueCatUI (5.12.1):
- RevenueCat (= 5.12.1)

DEPENDENCIES:
- Nimble (= 10.0.0)
- Quick (= 5.0.1)
- RevenueCat (= 5.12.0)
- RevenueCatUI (= 5.12.0)
- RevenueCat (= 5.12.1)
- RevenueCatUI (= 5.12.1)

SPEC REPOS:
trunk:
Expand All @@ -21,9 +21,9 @@ SPEC REPOS:
SPEC CHECKSUMS:
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
RevenueCat: 459e3e60c895e20c0e7a2d767bece11140854306
RevenueCatUI: 5af11ea0dcea42317afde9f65157b8476c5b0a8e
RevenueCat: c6a6faaaab1ca8903416b36a51470cca0ea6b5b5
RevenueCatUI: 26db6812d76d9141548a9810d345ba6b7c798a13

PODFILE CHECKSUM: 7c9de34cc8ab5243dc8ff4510ef68d7f646c0bf7
PODFILE CHECKSUM: ccf273b8fbef84d5f1e09f9676a79c36d472e9c3

COCOAPODS: 1.16.2

0 comments on commit 4c446a0

Please sign in to comment.