Paul Beusterien 2 лет назад
Родитель
Сommit
d184db7efe
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      IntegrationTesting/ClientApp/Podfile

+ 2 - 0
IntegrationTesting/ClientApp/Podfile

@@ -8,6 +8,8 @@ target 'ClientApp-CocoaPods' do
   use_frameworks!
 
   pod 'FirebaseCore', :path => '../../'
+  pod 'FirebaseCoreInternal', :path => '../../'
+  pod 'FirebaseCoreExtension', :path => '../../'
   pod 'FirebaseInstallations', :path => '../../'
   pod 'FirebaseAnalytics' # Binary pods don't work with `:path`.
   pod 'FirebaseAnalyticsOnDeviceConversion', :path => '../../'