Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Updated binary checksums.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkyurtov committed Mar 23, 2024
1 parent b26ff1a commit e45f08c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ let package = Package(
.binaryTarget(
name: "GoogleMaps",
url: "https://github.com/abaltatech/googlemaps-ios/releases/download/\(version)/GoogleMaps.xcframework.zip",
checksum: "0204bb0cbef4f2eb6baa03e33b294013d44fccb6699c8af391eea355ac405d34"
checksum: "ddfbd7637e9529022a30818e1ffa59b209f612f1a36e6789bd0e725fe772439b"
),
.binaryTarget(
name: "GoogleMapsBase",
url: "https://github.com/abaltatech/googlemaps-ios/releases/download/\(version)/GoogleMapsBase.xcframework.zip",
checksum: "bd93390559b09f1c65e3079af57a0ca0c1387445fac18aad7a5d80a8fddbe675"
checksum: "06c007516e08d29d39829830e47222d0ca703b5be7deba0c9f5f6011653fff11"
),
.binaryTarget(
name: "GoogleMapsCore",
url: "https://github.com/abaltatech/googlemaps-ios/releases/download/\(version)/GoogleMapsCore.xcframework.zip",
checksum: "1e79a556fab06ba7a9d4a16158a39384426f1aff8bb3e140d5e967376f3386c9"
checksum: "d54301df8dcf24c7e2c95a0e7a27743182c0e7d3b37140edf738740b6079f9c2"
)
]
)

0 comments on commit e45f08c

Please sign in to comment.