File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,7 @@ import PackageDescription
2020
2121let firebaseVersion = " 12.8.0 "
2222
23- // For private preview, Firestore must be built from source.
24- let shouldUseSourceFirestore = true
25- // Remove the above and uncomment the line below before merging Firestore to main.
26- // let shouldUseSourceFirestore = Context.environment["FIREBASE_SOURCE_FIRESTORE"] != nil
23+ let shouldUseSourceFirestore = Context . environment [ " FIREBASE_SOURCE_FIRESTORE " ] != nil
2724
2825let package = Package (
2926 name: " Firebase " ,
@@ -1606,8 +1603,8 @@ func firestoreTargets() -> [Target] {
16061603 } else {
16071604 return . binaryTarget(
16081605 name: " FirebaseFirestoreInternal " ,
1609- url: " https://dl.google.com/firebase/ios/bin/firestore/12.4 .0/rc0 /FirebaseFirestoreInternal.zip " ,
1610- checksum: " 58b916624c01a56c5de694cfc9c5cc7aabcafb13b54e7bde8c83bacc51a3460d "
1606+ url: " https://dl.google.com/firebase/ios/bin/firestore/12.8 .0/pre_rc0 /FirebaseFirestoreInternal.zip " ,
1607+ checksum: " 4f8bb4fe4f6c7cb82712d59d0ea305787e0d6104391273903a39b5045a4b53cc "
16111608 )
16121609 }
16131610 } ( )
You can’t perform that action at this time.
0 commit comments