Skip to content

Commit

Permalink
Patch release to fix Zip structure
Browse files Browse the repository at this point in the history
This includes the same artifacts as 7.11.0 but put into the proper `.zip` format (with `zip` on the command line instead of Finder's compress menu option).

See firebase/firebase-ios-sdk#7962 for more details.
  • Loading branch information
ryanwilson authored Apr 26, 2021
1 parent 7a263c2 commit c26d828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ let package = Package(
),
.binaryTarget(
name: "GoogleAppMeasurement",
url: "https://dl.google.com/firebase/ios/swiftpm/7.11.0/GoogleAppMeasurement.zip",
checksum: "c407ce4d122b430ef7890b65470694b8ad05bf368c43e438ad61e55dce1d4a6e"
url: "https://dl.google.com/firebase/ios/swiftpm/7.11.1/GoogleAppMeasurement.zip",
checksum: "58ef1623b8c1f38a9193add552e17fcd5d15f86bee4d8ac51532ea6ee919c8c2"
),

.target(
Expand All @@ -87,8 +87,8 @@ let package = Package(
),
.binaryTarget(
name: "GoogleAppMeasurementWithoutAdIdSupport",
url: "https://dl.google.com/firebase/ios/swiftpm/7.11.0/GoogleAppMeasurementWithoutAdIdSupport.zip",
checksum: "2a16076973dcf990d7475c10b6ba10ddd09f3cfdd0994db642556372584842f5"
url: "https://dl.google.com/firebase/ios/swiftpm/7.11.1/GoogleAppMeasurementWithoutAdIdSupport.zip",
checksum: "b783eacf1da6cfeff23f095ce48d1a552358d6cbff559b5911bf67a122a3dce0"
),
],
cLanguageStandard: .c99,
Expand Down

0 comments on commit c26d828

Please sign in to comment.