Skip to content

Commit 0d14880

Browse files
Cleaned up default package files
1 parent a1cac14 commit 0d14880

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

Package.swift

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,16 @@ let package = Package(
1212
.watchOS(.v6),
1313
],
1414
products: [
15-
// Products define the executables and libraries a package produces, making them visible to other packages.
1615
.library(
1716
name: "CodableDatastore",
18-
targets: ["CodableDatastore"]),
17+
targets: ["CodableDatastore"]
18+
),
1919
],
2020
targets: [
21-
// Targets are the basic building blocks of a package, defining a module or a test suite.
22-
// Targets can depend on other targets in this package and products from dependencies.
23-
.target(
24-
name: "CodableDatastore"),
21+
.target( name: "CodableDatastore"),
2522
.testTarget(
2623
name: "CodableDatastoreTests",
27-
dependencies: ["CodableDatastore"]),
24+
dependencies: ["CodableDatastore"]
25+
),
2826
]
2927
)

Tests/CodableDatastoreTests/CodableDatastoreTests.swift

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)