cleanup Event
This commit is contained in:
+5
-2
@@ -11,7 +11,7 @@ let package = Package(
|
||||
products: [
|
||||
// The public SDK external event recognizers depend on. Ships the
|
||||
// `PHEventRecognizer` protocol + factory-symbol contract, nothing else.
|
||||
.library(name: "phbarEvents", targets: ["phbarEvents"]),
|
||||
.library(name: "phbarEvents", targets: ["phbarEvents"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"),
|
||||
@@ -31,10 +31,13 @@ let package = Package(
|
||||
.product(name: "TOML", package: "swift-toml"),
|
||||
.target(name: "phbarEvents"),
|
||||
],
|
||||
exclude: [
|
||||
"Models/Event/README.md"
|
||||
],
|
||||
resources: [
|
||||
.process("Models/Config/config.toml"),
|
||||
.process("Models/Theme/theme.toml"),
|
||||
],
|
||||
]
|
||||
),
|
||||
.testTarget(
|
||||
name: "phbarTests",
|
||||
|
||||
Reference in New Issue
Block a user