diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index c0c7d3f..0000000 --- a/Package.resolved +++ /dev/null @@ -1,14 +0,0 @@ -{ - "pins" : [ - { - "identity" : "swift-log", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-log.git", - "state" : { - "branch" : "main", - "revision" : "cb28750240a9389e0023ee3e3cb6c83ce0960f5c" - } - } - ], - "version" : 2 -} diff --git a/Package.swift b/Package.swift index fca3de6..c6b0a09 100644 --- a/Package.swift +++ b/Package.swift @@ -13,15 +13,12 @@ let package = Package( name: "WalletStorage", targets: ["WalletStorage"]), ], - dependencies: [ - .package(url: "https://github.com/apple/swift-log.git", branch: "main"), - ], + dependencies: [], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. // Targets can depend on other targets in this package and products from dependencies. .target( - name: "WalletStorage", dependencies: [ - .product(name: "Logging", package: "swift-log")]), + name: "WalletStorage", dependencies: []), .testTarget( name: "WalletStorageTests", dependencies: ["WalletStorage"]),