Skip to content

Commit

Permalink
Merge pull request #28 from torusresearch/fix/dependency2
Browse files Browse the repository at this point in the history
fix: cleanup
  • Loading branch information
chaitanyapotti authored Jun 29, 2022
2 parents 49f8832 + cc46857 commit 981694c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"repositoryURL": "https://github.com/argentlabs/web3.swift",
"state": {
"branch": null,
"revision": "0474eb5e883bc4800b3909833207a1d35e72b808",
"revision": "23246805707db1ff2b65e651eac1e2904957a569",
"version": "0.9.3"
}
}
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "FetchNodeDetails",
platforms: [.iOS(.v13)],
platforms: [.iOS(.v13), .macOS(.v10_12)],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
Expand Down

0 comments on commit 981694c

Please sign in to comment.