Skip to content

Commit

Permalink
[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.15.0 (#288)
Browse files Browse the repository at this point in the history
* Version bump for 13.15.0

* Update Podfile.lock

---------

Co-authored-by: revenuecat-ops <[email protected]>
Co-authored-by: Toni Rico <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2025
1 parent 9f4ad4f commit c2b2735
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion core/core.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.1'
spec.dependency 'PurchasesHybridCommon', '13.15.0'

if !Dir.exist?('build/cocoapods/framework/Purchases.framework') || Dir.empty?('build/cocoapods/framework/Purchases.framework')
raise "
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android-targetSdk = "34"
ios-deploymentTarget = "13.0"
java = "1.8"
kotlin = "1.9.23"
revenuecat-common = "13.13.1"
revenuecat-common = "13.15.0"
revenuecat-kmp = "1.4.0-SNAPSHOT"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions iosApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ target 'iosApp' do
# use_frameworks!

# Pods for iosApp
pod 'PurchasesHybridCommon', '13.13.1'
pod 'PurchasesHybridCommonUI', '13.13.1'
pod 'PurchasesHybridCommon', '13.15.0'
pod 'PurchasesHybridCommonUI', '13.15.0'
end
16 changes: 8 additions & 8 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- PurchasesHybridCommon (13.13.0):
- PurchasesHybridCommon (13.15.0):
- RevenueCat (= 5.14.0)
- PurchasesHybridCommonUI (13.13.0):
- PurchasesHybridCommon (= 13.13.0)
- PurchasesHybridCommonUI (13.15.0):
- PurchasesHybridCommon (= 13.15.0)
- RevenueCatUI (= 5.14.0)
- RevenueCat (5.14.0)
- RevenueCatUI (5.14.0):
- RevenueCat (= 5.14.0)

DEPENDENCIES:
- PurchasesHybridCommon (= 13.13.0)
- PurchasesHybridCommonUI (= 13.13.0)
- PurchasesHybridCommon (= 13.15.0)
- PurchasesHybridCommonUI (= 13.15.0)

SPEC REPOS:
trunk:
Expand All @@ -20,11 +20,11 @@ SPEC REPOS:
- RevenueCatUI

SPEC CHECKSUMS:
PurchasesHybridCommon: a712dcce0d81fa39dada521292408816146ca58c
PurchasesHybridCommonUI: edcf863269959b17a16b3a4e88b71c1b7e6451e3
PurchasesHybridCommon: 47924bb67654bef30071f4cb6b6ab73a45a390de
PurchasesHybridCommonUI: 47d5b7c28ef72e0430d7a6742e3633c5e706f89a
RevenueCat: 34f4147c8d26d2f3c691be4e3c9f033698e557f2
RevenueCatUI: d07cd11f991f9fe72fbc64aa14257438ff1b3189

PODFILE CHECKSUM: c29a82c390650b98c0223faa9c61ecefd0973fd3
PODFILE CHECKSUM: 6e61e642bcc71c42bf735ef7864e94f19a6a7d69

COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion mappings/mappings.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.1'
spec.dependency 'PurchasesHybridCommon', '13.15.0'

if !Dir.exist?('build/cocoapods/framework/mappings.framework') || Dir.empty?('build/cocoapods/framework/mappings.framework')
raise "
Expand Down
2 changes: 1 addition & 1 deletion models/models.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.1'
spec.dependency 'PurchasesHybridCommon', '13.15.0'

if !Dir.exist?('build/cocoapods/framework/models.framework') || Dir.empty?('build/cocoapods/framework/models.framework')
raise "
Expand Down
2 changes: 1 addition & 1 deletion revenuecatui/revenuecatui.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.1'
spec.dependency 'PurchasesHybridCommonUI', '13.15.0'

if !Dir.exist?('build/cocoapods/framework/revenuecatui.framework') || Dir.empty?('build/cocoapods/framework/revenuecatui.framework')
raise "
Expand Down

0 comments on commit c2b2735

Please sign in to comment.