Skip to content

Commit efbe595

Browse files
authored
Add Analytics for 6.32.0 SPM (#6397)
1 parent c8a202f commit efbe595

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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",

SwiftPackageManager.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ Select the Firebase GitHub repository - `https://github.com/firebase/firebase-io
3030
Select the beta branch.
3131

3232
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
3434
versioning until later in the beta or with general availability of the SPM
3535
distribution.
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

0 commit comments

Comments
 (0)