Skip to content

Commit

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

* Updates Podfile.lock

---------

Co-authored-by: revenuecat-ops <[email protected]>
  • Loading branch information
RCGitBot and revenuecat-ops authored Nov 29, 2024
1 parent c4e77aa commit b3595c4
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 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.11.0'
spec.dependency 'PurchasesHybridCommon', '13.12.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.11.0"
revenuecat-common = "13.12.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.11.0'
pod 'PurchasesHybridCommonUI', '13.11.0'
pod 'PurchasesHybridCommon', '13.12.0'
pod 'PurchasesHybridCommonUI', '13.12.0'
end
30 changes: 15 additions & 15 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- PurchasesHybridCommon (13.11.0):
- RevenueCat (= 5.10.0)
- PurchasesHybridCommonUI (13.11.0):
- PurchasesHybridCommon (= 13.11.0)
- RevenueCatUI (= 5.10.0)
- RevenueCat (5.10.0)
- RevenueCatUI (5.10.0):
- RevenueCat (= 5.10.0)
- PurchasesHybridCommon (13.12.0):
- RevenueCat (= 5.12.0)
- PurchasesHybridCommonUI (13.12.0):
- PurchasesHybridCommon (= 13.12.0)
- RevenueCatUI (= 5.12.0)
- RevenueCat (5.12.0)
- RevenueCatUI (5.12.0):
- RevenueCat (= 5.12.0)

DEPENDENCIES:
- PurchasesHybridCommon (= 13.11.0)
- PurchasesHybridCommonUI (= 13.11.0)
- PurchasesHybridCommon (= 13.12.0)
- PurchasesHybridCommonUI (= 13.12.0)

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

SPEC CHECKSUMS:
PurchasesHybridCommon: d9a9ae1b6e1ed9418c53eaa517fccfb45bfdbf0b
PurchasesHybridCommonUI: ac2c78f28be48e82db8683dbf7d0d5ce1622a2e0
RevenueCat: 0d1cb52b93ab2d3d63fad9a62bd8650ce82e43e2
RevenueCatUI: 4bf74b5e791850f75caeb04148aeea80440a79ff
PurchasesHybridCommon: 34be8fccff5e253c67ab624965e2cbda7f640632
PurchasesHybridCommonUI: 9b3ae9c4f3e16c3aea6bb051bc2e38ca8685a9f2
RevenueCat: 459e3e60c895e20c0e7a2d767bece11140854306
RevenueCatUI: 5af11ea0dcea42317afde9f65157b8476c5b0a8e

PODFILE CHECKSUM: 694f2ba1725f49a9cd68a74b13f3be466f1549ce
PODFILE CHECKSUM: 4c6eee8057da33d64889113a7121e740531c2263

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.11.0'
spec.dependency 'PurchasesHybridCommon', '13.12.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.11.0'
spec.dependency 'PurchasesHybridCommon', '13.12.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.11.0'
spec.dependency 'PurchasesHybridCommonUI', '13.12.0'

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

0 comments on commit b3595c4

Please sign in to comment.