Skip to content

Commit

Permalink
Declare monitoring resources (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos authored Jan 7, 2025
1 parent 5115394 commit 7858f1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ let package = Package(
dependencies: [
.target(name: "PillarboxPlayer")
],
path: "Sources/Monitoring"
path: "Sources/Monitoring",
resources: [
.process("Resources")
]
),
.target(
name: "PillarboxCircumspect",
Expand Down

0 comments on commit 7858f1c

Please sign in to comment.