Skip to content

Commit

Permalink
fix build with gist
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Jan 30, 2023
1 parent 686ba81 commit ad74ea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/customerio/gist-apple.git",
"state": {
"branch": null,
"revision": "96db23b50fb1a3196c9f34881419b2612f1e7a01",
"version": "3.0.3"
"revision": "667cc2942eb94ccd8d2e3706605c8b81eaaa39e6",
"version": "3.0.2"
}
}
]
Expand Down
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ let package = Package(
dependencies: [
// Help for the format of declaring SPM dependencies:
// https://web.archive.org/web/20220525200227/https://www.timc.dev/posts/understanding-swift-packages/
.package(name: "Gist", url: "https://github.com/customerio/gist-apple.git", from: "3.0.3"),
//
// Note: using `.exact("")` instead of `from: ""` because 3.0.3 will not compile.
// Using 3.0.2 for now to not allow upgrading.
.package(name: "Gist", url: "https://github.com/customerio/gist-apple.git", .exact("3.0.2"))
],
targets: [
// Common - Code used by multiple modules in the SDK project.
Expand Down

0 comments on commit ad74ea3

Please sign in to comment.