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

Commit

Permalink
fix: updating the pod file to fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Nov 16, 2023
1 parent 65839a1 commit c382a2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c382a2b

Please sign in to comment.