Skip to content

Commit d35bd14

Browse files
author
Jason Rodriguez
committed
Adds licence back into processed files
1 parent bea8c67 commit d35bd14

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Package.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ let package = Package(
1717
.target(
1818
name: "LTHPasscodeViewController",
1919
path: ".",
20-
exclude: ["Demo", "CHANGELOG.md", "LICENSE.txt", "README.md"],
21-
resources: [.process("Localizations/LTHPasscodeViewController.bundle")],
20+
exclude: ["Demo", "CHANGELOG.md", "README.md"],
21+
resources: [
22+
.process("Localizations/LTHPasscodeViewController.bundle"),
23+
.process("LICENSE.txt")
24+
],
2225
publicHeadersPath: "LTHPasscodeViewController"
2326
)
2427
]

0 commit comments

Comments
 (0)