Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
phisakel committed Nov 21, 2023
2 parents afa13dc + 21cdccc commit f6e8aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
14 changes: 0 additions & 14 deletions Package.resolved

This file was deleted.

7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit f6e8aed

Please sign in to comment.