From c382a2bc5b70a6b6e15b3364eba9b5758902f531 Mon Sep 17 00:00:00 2001 From: saeedbashir Date: Thu, 16 Nov 2023 08:37:39 +0500 Subject: [PATCH] fix: updating the pod file to fix broken tests --- Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Podfile b/Podfile index 97b354432..fc2f02cd1 100644 --- a/Podfile +++ b/Podfile @@ -12,11 +12,11 @@ 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' + pod 'FirebaseAnalytics', '= 10.5.0', :modular_headers => true pod 'FirebaseCore', '= 10.5.0', :modular_headers => true pod 'FirebaseCoreInternal', '= 10.5.0', :modular_headers => true - pod 'FirebaseCrashlytics', '= 10.5.0' - pod 'FirebaseInAppMessaging', '= 10.5.0-beta' + 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 'google-cast-sdk-no-bluetooth-xcframework', '~> 4.8.0'