File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -1408,17 +1408,18 @@ func abseilDependency() -> Package.Dependency {
14081408} 
14091409
14101410func  grpcDependency( )  ->  Package . Dependency  { 
1411-   let  packageInfo :  ( url:  String ,  range:  Range < Version > ) 
1411+   return  . package ( url:  " https://github.com/google/grpc-binary.git " ,  branch:  " ncooke3-patch-3 " ) 
1412+   // let packageInfo: (url: String, range: Range<Version>)
14121413
1413-   // If building Firestore from source, abseil will need to be built as source
1414-   // as the headers in the binary version of abseil are unusable.
1415-   if  Context . environment [ " FIREBASE_SOURCE_FIRESTORE " ]  !=  nil  { 
1416-     packageInfo =  ( " https://github.com/grpc/grpc-ios.git " ,  " 1.69.0 "  ..<  " 1.70.0 " ) 
1417-   }  else  { 
1418-     packageInfo =  ( " https://github.com/google/grpc-binary.git " ,  " 1.69.0 "  ..<  " 1.70.0 " ) 
1419-   } 
1414+   // //  If building Firestore from source, abseil will need to be built as source
1415+   // //  as the headers in the binary version of abseil are unusable.
1416+   //  if Context.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
1417+   //    packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.69.0" ..< "1.70.0")
1418+   //  } else {
1419+   //    packageInfo = ("https://github.com/google/grpc-binary.git", "1.69.0" ..< "1.70.0")
1420+   //  }
14201421
1421-   return  . package ( url:  packageInfo. url,  packageInfo. range) 
1422+   //  return .package(url: packageInfo.url, packageInfo.range)
14221423} 
14231424
14241425func  firestoreWrapperTarget( )  ->  Target  { 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments