We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ec3bf commit 8d57fbaCopy full SHA for 8d57fba
ZipBuilder/Package.swift
@@ -26,7 +26,9 @@ let package = Package(
26
.executable(name: "UpdateFirebasePod", targets: ["UpdateFirebasePod"]),
27
],
28
dependencies: [
29
- .package(url: "https://github.com/apple/swift-protobuf.git", .exact("1.2.0")),
+ // Keep the generated protos in sync with the version below.
30
+ // See https://github.com/firebase/firebase-ios-sdk/tree/master/ZipBuilder#updating-protobuf-generated-swift-files.
31
+ .package(url: "https://github.com/apple/swift-protobuf.git", .exact("1.7.0")),
32
33
targets: [
34
.target(
0 commit comments