Skip to content

Commit

Permalink
feat: updated package.swift to support xcode 13 beta;
Browse files Browse the repository at this point in the history
/
  • Loading branch information
metallicalfa2 committed Aug 29, 2021
1 parent 449d13c commit fa9561a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 208 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"repositoryURL": "https://github.com/torusresearch/fetch-node-details-swift",
"state": {
"branch": "feat/argentweb3",
"revision": "94e8385fafe8ecd52465043c12e9da38a98f7fa2",
"revision": "512c74b46b42d2c433cfe357af4fce6b5f60ad11",
"version": null
}
},
Expand All @@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/vapor/jwt-kit.git",
"state": {
"branch": null,
"revision": "df7955305940ea0fcd1626a0a6d1a1556623f95e",
"version": "4.2.3"
"revision": "7a9a04df93e71de10fa2e8d6e9430dd0a7924643",
"version": "4.2.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ let package = Package(
dependencies: [.product(name: "FetchNodeDetails", package: "FetchNodeDetails"), "CryptoSwift", "web3.swift", "CryptorECC", "secp256k1", "PMKFoundation", "PromiseKit", "BestLogger"]),
.testTarget(
name: "torus-utils-swiftTests",
dependencies: ["TorusUtils", .product(name: "JWTKit", package: "jwt-kit"), .product(name: "FetchNodeDetails", package: "FetchNodeDetails"), "web3.swift", "PMKFoundation", "PromiseKit", "CryptorECC", "BestLogger"]),
dependencies: ["TorusUtils", .product(name: "JWTKit", package: "jwt-kit"), .product(name: "FetchNodeDetails", package: "FetchNodeDetails"), "web3.swift", .product(name: "PromiseKit", package: "PromiseKit"), "PMKFoundation", "CryptorECC", "BestLogger"]),
]
)
204 changes: 0 additions & 204 deletions Tests/torus-utils-swiftTests/unit_test.swift

This file was deleted.

0 comments on commit fa9561a

Please sign in to comment.