Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Downgrade RevenueCat iOS (#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes authored Aug 13, 2024
1 parent c1397ca commit c64657c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
6 changes: 3 additions & 3 deletions ios-app/Tivi/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ platform :ios, '15.2'

target 'Tivi' do
use_frameworks!

pod 'AppAuth', '1.7.5'
pod 'FirebaseAnalytics', '11.0.0'
pod 'FirebaseCrashlytics', '11.0.0'
pod 'PurchasesHybridCommon', '13.0.1'
pod 'PurchasesHybridCommonUI', '13.0.1'
pod 'PurchasesHybridCommon', '11.1.1'
pod 'PurchasesHybridCommonUI', '11.1.1'
end
30 changes: 15 additions & 15 deletions ios-app/Tivi/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,21 +113,21 @@ PODS:
- PromisesObjC (2.4.0)
- PromisesSwift (2.4.0):
- PromisesObjC (= 2.4.0)
- PurchasesHybridCommon (13.0.1):
- RevenueCat (= 5.2.3)
- PurchasesHybridCommonUI (13.0.1):
- PurchasesHybridCommon (= 13.0.1)
- RevenueCatUI (= 5.2.3)
- RevenueCat (5.2.3)
- RevenueCatUI (5.2.3):
- RevenueCat (= 5.2.3)
- PurchasesHybridCommon (11.1.1):
- RevenueCat (= 4.43.2)
- PurchasesHybridCommonUI (11.1.1):
- PurchasesHybridCommon (= 11.1.1)
- RevenueCatUI (= 4.43.2)
- RevenueCat (4.43.2)
- RevenueCatUI (4.43.2):
- RevenueCat (= 4.43.2)

DEPENDENCIES:
- AppAuth (= 1.7.5)
- FirebaseAnalytics (= 11.0.0)
- FirebaseCrashlytics (= 11.0.0)
- PurchasesHybridCommon (= 13.0.1)
- PurchasesHybridCommonUI (= 13.0.1)
- PurchasesHybridCommon (= 11.1.1)
- PurchasesHybridCommonUI (= 11.1.1)

SPEC REPOS:
trunk:
Expand Down Expand Up @@ -167,11 +167,11 @@ SPEC CHECKSUMS:
nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
PurchasesHybridCommon: 6e5772e574ce345922c42f31403cf72a0ba762bf
PurchasesHybridCommonUI: 015291e795d694c83ab1fd35caf3716c7c1f7cdf
RevenueCat: 86e4486345a6f7740fecb1eeff91eeff8708eee1
RevenueCatUI: c19388c5f35ef5beea1b9b7a2593479f12303dc6
PurchasesHybridCommon: 73f4f2c6e4ec3487b4219bf60e1661100fb85da3
PurchasesHybridCommonUI: 4c8b38f7cdb12d4d29813d9e2f90ca519ed04bec
RevenueCat: 3d934653b7e8b09af88fd47e9e84cfaf5d0a89ba
RevenueCatUI: 1417f375baf005eaf3afa8bc99724f567abfd6da

PODFILE CHECKSUM: ecac8c2cdb934c93813723987616ec961a85343a
PODFILE CHECKSUM: 33376f2b0053ec7af26acde20a1470d897635941

COCOAPODS: 1.15.2
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"groupSlug": "revenuecat",
"matchPackagePrefixes": [
"PurchasesHybrid"
]
],
"enabled": false
},
{
"description": "Automatically merge minor and patch-level updates",
Expand Down

0 comments on commit c64657c

Please sign in to comment.