فهرست منبع

Fix Firestore build broken by M70 version changes (#5498)

Paul Beusterien 6 سال پیش
والد
کامیت
88f49a8bf6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Firestore/Example/Podfile

+ 1 - 0
Firestore/Example/Podfile

@@ -56,6 +56,7 @@ def configure_local_pods()
   # scripts/install_prereqs.sh for more details.
   pod 'FirebaseCore', :path => '../..'
   pod 'FirebaseCoreDiagnostics', :path => '../..'
+  pod 'GoogleDataTransport', :path => '../..'
   pod 'GoogleDataTransportCCTSupport', :path => '../..'
 
   # Pull in local sources conditionally.