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(
218
218
) ,
219
219
. binaryTarget(
220
220
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 "
223
223
) ,
224
224
. binaryTarget(
225
225
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 "
228
228
) ,
229
229
. binaryTarget(
230
230
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 "
233
233
) ,
234
234
. target(
235
235
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
30
30
Select the beta branch.
31
31
32
32
Note: 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
34
34
versioning until later in the beta or with general availability of the SPM
35
35
distribution.
36
36
37
37
<img src =" docs/resources/SPMSelect.png " >
38
38
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.
41
40
42
41
<img src =" docs/resources/SPMProducts.png " >
43
42
You can’t perform that action at this time.
0 commit comments