From b6eabb4fcd3ce68cb939b5445b204613ec50c624 Mon Sep 17 00:00:00 2001 From: saeedbashir Date: Fri, 17 Nov 2023 09:22:23 +0500 Subject: [PATCH] revert: revert pod file changes --- Podfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Podfile b/Podfile index fc2f02cd1..317d0319e 100644 --- a/Podfile +++ b/Podfile @@ -12,13 +12,13 @@ target 'edX' do pod 'FBSDKCoreKit', '= 16.0.0' pod 'FBSDKLoginKit', '= 16.0.0' pod 'Firebase', '= 10.5.0', :modular_headers => true - pod 'FirebaseAnalytics', '= 10.5.0', :modular_headers => true + pod 'FirebaseAnalytics', '= 10.5.0' pod 'FirebaseCore', '= 10.5.0', :modular_headers => true pod 'FirebaseCoreInternal', '= 10.5.0', :modular_headers => true - pod 'FirebaseCrashlytics', '= 10.5.0', :modular_headers => true - pod 'FirebaseInAppMessaging', '= 10.5.0-beta', :modular_headers => true - pod 'FirebaseMessaging', '= 10.5.0', :modular_headers => true - pod 'FirebasePerformance', '= 10.5.0', :modular_headers => true + pod 'FirebaseCrashlytics', '= 10.5.0' + pod 'FirebaseInAppMessaging', '= 10.5.0-beta' + pod 'FirebaseMessaging', '= 10.5.0' + pod 'FirebasePerformance', '= 10.5.0' pod 'google-cast-sdk-no-bluetooth-xcframework', '~> 4.8.0' pod 'GoogleSignIn', '~> 7.0.0' pod 'GoogleUtilities', '= 7.11.0', :modular_headers => true