Skip to content

Commit aa23729

Browse files
committed
Update
1 parent 1e80e13 commit aa23729

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

Package.swift

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ let package = Package(
99
products: [
1010
// Products define the executables and libraries a package produces, making them visible to other packages.
1111
.library(
12-
name: "VergeTypedIdentifier",
13-
targets: ["VergeTypedIdentifier"]
12+
name: "TypedIdentifier",
13+
targets: ["TypedIdentifier"]
1414
)
1515
],
1616
targets: [
17-
// Targets are the basic building blocks of a package, defining a module or a test suite.
18-
// Targets can depend on other targets in this package and products from dependencies.
19-
.target(name: "VergeTypedIdentifier"),
20-
.testTarget(
21-
name: "VergeTypedIdentifierTests",
22-
dependencies: ["VergeTypedIdentifier"]
23-
),
17+
.target(name: "TypedIdentifier"),
2418
],
2519
swiftLanguageModes: [.v6]
2620
)
File renamed without changes.

Tests/VergeTypedIdentifierTests/swift_typed_identifierTests.swift

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

0 commit comments

Comments
 (0)