Przeglądaj źródła

[Release] Update Package.swift with 10.17.0 RC0 Firestore binary artifact (#11979)

Nick Cooke 2 lat temu
rodzic
commit
4303ba48ec
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Package.swift

+ 2 - 2
Package.swift

@@ -1482,8 +1482,8 @@ func firestoreTargets() -> [Target] {
     } else {
       return .binaryTarget(
         name: "FirebaseFirestoreInternal",
-        url: "https://github.com/ncooke3/binary-staging/releases/download/10.17.0/FirebaseFirestoreInternal.zip",
-        checksum: "d0c11c933b5b62d68f47c94acfb6cf7d7adf05dc3e81dea48a11ce320bef41e2"
+        url: "https://dl.google.com/firebase/ios/bin/firestore/10.17.0/FirebaseFirestoreInternal.zip",
+        checksum: "9102f56ad70d97c8ad81b1047fc38bbbacde672eb86d861b19c454829210cd55"
       )
     }
   }()