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