From 7ffb831aab6ceef1caf3200814b92799f786fcc3 Mon Sep 17 00:00:00 2001 From: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:42:57 +0100 Subject: [PATCH] [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.13.0 (#279) * Version bump for 13.13.0 * Updates Podfile.lock --------- Co-authored-by: revenuecat-ops Co-authored-by: JayShortway <29483617+JayShortway@users.noreply.github.com> --- core/core.podspec | 2 +- gradle/libs.versions.toml | 2 +- iosApp/Podfile | 4 ++-- iosApp/Podfile.lock | 30 +++++++++++++++--------------- mappings/mappings.podspec | 2 +- models/models.podspec | 2 +- revenuecatui/revenuecatui.podspec | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/core/core.podspec b/core/core.podspec index 5d1237c2..0fdabec7 100644 --- a/core/core.podspec +++ b/core/core.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.vendored_frameworks = 'build/cocoapods/framework/Purchases.framework' spec.libraries = 'c++' spec.ios.deployment_target = '13.0' - spec.dependency 'PurchasesHybridCommon', '13.12.1' + spec.dependency 'PurchasesHybridCommon', '13.13.0' if !Dir.exist?('build/cocoapods/framework/Purchases.framework') || Dir.empty?('build/cocoapods/framework/Purchases.framework') raise " diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2bc13c24..25480342 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ android-targetSdk = "34" ios-deploymentTarget = "13.0" java = "1.8" kotlin = "1.9.23" -revenuecat-common = "13.12.1" +revenuecat-common = "13.13.0" revenuecat-kmp = "1.4.0-SNAPSHOT" [libraries] diff --git a/iosApp/Podfile b/iosApp/Podfile index 97e7a83d..f6d5f3e4 100644 --- a/iosApp/Podfile +++ b/iosApp/Podfile @@ -6,6 +6,6 @@ target 'iosApp' do # use_frameworks! # Pods for iosApp - pod 'PurchasesHybridCommon', '13.12.1' - pod 'PurchasesHybridCommonUI', '13.12.1' + pod 'PurchasesHybridCommon', '13.13.0' + pod 'PurchasesHybridCommonUI', '13.13.0' end diff --git a/iosApp/Podfile.lock b/iosApp/Podfile.lock index 0f03fcfc..fb759bff 100644 --- a/iosApp/Podfile.lock +++ b/iosApp/Podfile.lock @@ -1,16 +1,16 @@ PODS: - - PurchasesHybridCommon (13.12.1): - - RevenueCat (= 5.12.1) - - PurchasesHybridCommonUI (13.12.1): - - PurchasesHybridCommon (= 13.12.1) - - RevenueCatUI (= 5.12.1) - - RevenueCat (5.12.1) - - RevenueCatUI (5.12.1): - - RevenueCat (= 5.12.1) + - PurchasesHybridCommon (13.13.0): + - RevenueCat (= 5.14.0) + - PurchasesHybridCommonUI (13.13.0): + - PurchasesHybridCommon (= 13.13.0) + - RevenueCatUI (= 5.14.0) + - RevenueCat (5.14.0) + - RevenueCatUI (5.14.0): + - RevenueCat (= 5.14.0) DEPENDENCIES: - - PurchasesHybridCommon (= 13.12.1) - - PurchasesHybridCommonUI (= 13.12.1) + - PurchasesHybridCommon (= 13.13.0) + - PurchasesHybridCommonUI (= 13.13.0) SPEC REPOS: trunk: @@ -20,11 +20,11 @@ SPEC REPOS: - RevenueCatUI SPEC CHECKSUMS: - PurchasesHybridCommon: 6c07c9abb12b96413ee583c017957f52f5f4ceaa - PurchasesHybridCommonUI: 296afae3ef3072a57ff636478089bf8bdb83b860 - RevenueCat: c6a6faaaab1ca8903416b36a51470cca0ea6b5b5 - RevenueCatUI: 26db6812d76d9141548a9810d345ba6b7c798a13 + PurchasesHybridCommon: a712dcce0d81fa39dada521292408816146ca58c + PurchasesHybridCommonUI: edcf863269959b17a16b3a4e88b71c1b7e6451e3 + RevenueCat: 34f4147c8d26d2f3c691be4e3c9f033698e557f2 + RevenueCatUI: d07cd11f991f9fe72fbc64aa14257438ff1b3189 -PODFILE CHECKSUM: 1c15b0ff3d1f04496a76d194f0f0bc3e13af6ab7 +PODFILE CHECKSUM: c29a82c390650b98c0223faa9c61ecefd0973fd3 COCOAPODS: 1.16.2 diff --git a/mappings/mappings.podspec b/mappings/mappings.podspec index c362a413..7a9bdcb9 100644 --- a/mappings/mappings.podspec +++ b/mappings/mappings.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.vendored_frameworks = 'build/cocoapods/framework/mappings.framework' spec.libraries = 'c++' spec.ios.deployment_target = '13.0' - spec.dependency 'PurchasesHybridCommon', '13.12.1' + spec.dependency 'PurchasesHybridCommon', '13.13.0' if !Dir.exist?('build/cocoapods/framework/mappings.framework') || Dir.empty?('build/cocoapods/framework/mappings.framework') raise " diff --git a/models/models.podspec b/models/models.podspec index ad6b025a..1e6b7485 100644 --- a/models/models.podspec +++ b/models/models.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.vendored_frameworks = 'build/cocoapods/framework/models.framework' spec.libraries = 'c++' spec.ios.deployment_target = '13.0' - spec.dependency 'PurchasesHybridCommon', '13.12.1' + spec.dependency 'PurchasesHybridCommon', '13.13.0' if !Dir.exist?('build/cocoapods/framework/models.framework') || Dir.empty?('build/cocoapods/framework/models.framework') raise " diff --git a/revenuecatui/revenuecatui.podspec b/revenuecatui/revenuecatui.podspec index 152817dc..23a48d0b 100644 --- a/revenuecatui/revenuecatui.podspec +++ b/revenuecatui/revenuecatui.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.vendored_frameworks = 'build/cocoapods/framework/revenuecatui.framework' spec.libraries = 'c++' spec.ios.deployment_target = '13.0' - spec.dependency 'PurchasesHybridCommonUI', '13.12.1' + spec.dependency 'PurchasesHybridCommonUI', '13.13.0' if !Dir.exist?('build/cocoapods/framework/revenuecatui.framework') || Dir.empty?('build/cocoapods/framework/revenuecatui.framework') raise "