Skip to content

Commit

Permalink
Fix spm unhandled files warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeem committed May 31, 2024
1 parent 7053bdc commit 5f693e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ let package = Package(
.testTarget(
name: "ScreamURITemplateTests",
dependencies: ["ScreamURITemplate"],
exclude: [
"data/uritemplate-test/json2xml.xslt",
"data/uritemplate-test/LICENSE",
"data/uritemplate-test/README.md",
"data/uritemplate-test/transform-json-tests.xslt",
],
resources: [
.process("data/tests.json"),
.process("data/uritemplate-test/spec-examples.json"),
Expand Down

0 comments on commit 5f693e8

Please sign in to comment.