Skip to content

Commit fcd43f6

Browse files
committed
Change package name
1 parent 9e17914 commit fcd43f6

8 files changed

+6
-6
lines changed

Package.swift

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
import PackageDescription
44

55
let package = Package(
6-
name: "EventSource",
6+
name: "TKEventSource",
77
platforms: [.iOS(.v14), .macOS(.v12)],
88
products: [
99
.library(
10-
name: "EventSource",
11-
targets: ["EventSource"]),
10+
name: "TKEventSource",
11+
targets: ["TKEventSource"]),
1212
],
1313
targets: [
1414
.target(
15-
name: "EventSource"),
16-
.testTarget(name: "EventSourceTests",
17-
dependencies: ["EventSource"])
15+
name: "TKEventSource"),
16+
.testTarget(name: "TKEventSourceTests",
17+
dependencies: ["TKEventSource"])
1818
]
1919
)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)