Skip to content

Commit 9d0d6c0

Browse files
Jason JiJason Ji
Jason Ji
authored and
Jason Ji
committed
Update Package.swift to support DateToolsSwift again
1 parent 10ed7a2 commit 9d0d6c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import PackageDescription
22

33
let package = Package(
4-
name: "DateTools",
4+
name: "DateToolsSwift",
55
targets: [
6-
Target(name: "DateTools")
6+
Target(name: "DateToolsSwift")
77
]
88
)
9-
package.exclude = ["Examples", "Tests"]
9+
package.exclude = ["DateTools", "Examples", "Tests", "DateToolsSwift/Examples"]

0 commit comments

Comments
 (0)