mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 04:45:20 +00:00
Move additional files/tests to BitFoundation (#1102)
This commit is contained in:
@@ -14,9 +14,15 @@ let package = Package(
|
||||
targets: ["BitFoundation"]
|
||||
)
|
||||
],
|
||||
dependencies: [
|
||||
.package(path: "../BitLogger")
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "BitFoundation",
|
||||
dependencies: [
|
||||
.product(name: "BitLogger", package: "BitLogger"),
|
||||
],
|
||||
path: "Sources"
|
||||
),
|
||||
.testTarget(
|
||||
|
||||
Reference in New Issue
Block a user