File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -218,18 +218,18 @@ let package = Package(
218218 ) ,
219219 . binaryTarget(
220220 name: " FirebaseAnalytics " ,
221- url: " https://dl.google.com/firebase/ios/swiftpm/6.31 .0/FirebaseAnalytics.zip " ,
222- checksum: " 533fae2d17c7224bf6f43485bff74e44c5f2fcdf4b56992167a6c5dbc43e5fdb "
221+ url: " https://dl.google.com/firebase/ios/swiftpm/6.32 .0/FirebaseAnalytics.zip " ,
222+ checksum: " 8d1a2fcb3a883f1d46d57aa13a6ddcee1bfeba86c33b7555db3ff0ce7125391a "
223223 ) ,
224224 . binaryTarget(
225225 name: " FIRAnalyticsConnector " ,
226- url: " https://dl.google.com/firebase/ios/swiftpm/6.31 .0/FIRAnalyticsConnector.zip " ,
227- checksum: " 6b194824b7705ede04195364a2c0f2a70bdc6da274fb28ce7aa39853b3796e0d "
226+ url: " https://dl.google.com/firebase/ios/swiftpm/6.32 .0/FIRAnalyticsConnector.zip " ,
227+ checksum: " f29a02540a228ed5819a0a91229b63bc78bda6d2f6ca92c32ef9da6c8609eb03 "
228228 ) ,
229229 . binaryTarget(
230230 name: " GoogleAppMeasurement " ,
231- url: " https://dl.google.com/firebase/ios/swiftpm/6.31 .0/GoogleAppMeasurement.zip " ,
232- checksum: " f71ab5ca97f8763c67ab052ee083f21a0464867369e2223c0973fce38b677075 "
231+ url: " https://dl.google.com/firebase/ios/swiftpm/6.32 .0/GoogleAppMeasurement.zip " ,
232+ checksum: " 4c93aa13a64a19aa5113133a730364ecf4ff425140a146acb2e0cb127e6ec1db "
233233 ) ,
234234 . target(
235235 name: " FirebaseAuth " ,
Original file line number Diff line number Diff line change @@ -30,14 +30,13 @@ Select the Firebase GitHub repository - `https://github.com/firebase/firebase-io
3030Select the beta branch.
3131
3232Note: Starting with the 6.31.0 release, the versions are specified
33- in a format like 6.31 -spm-beta. We won't support standard repository
33+ in a format like 6.32 -spm-beta. We won't support standard repository
3434versioning until later in the beta or with general availability of the SPM
3535distribution.
3636
3737<img src =" docs/resources/SPMSelect.png " >
3838
39- Choose the Firebase products that you want installed in your app. (Note, before
40- 6.32-spm-beta, the Firebase product should also be selected.)
39+ Choose the Firebase products that you want installed in your app.
4140
4241<img src =" docs/resources/SPMProducts.png " >
4342
You can’t perform that action at this time.
0 commit comments