Skip to content

Commit 2f7bfd3

Browse files
author
Jason Rodriguez
committed
updates package.swift
1 parent 18b2878 commit 2f7bfd3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import PackageDescription
33

44
let package = Package(
55
name: "LTHPasscodeViewController",
6+
defaultLocalization: "en",
67
platforms: [
78
.iOS(.v10)
89
],
@@ -18,7 +19,7 @@ let package = Package(
1819
path: ".",
1920
exclude: ["Demo", "CHANGELOG.md", "LICENSE.txt", "README.md"],
2021
sources: ["LTHPasscodeViewController/LTHKeychainUtils.h", "LTHPasscodeViewController/LTHKeychainUtils.m", "LTHPasscodeViewController/LTHPasscodeViewController.h", "LTHPasscodeViewController/LTHPasscodeViewController.m"],
21-
resources: [.copy("Localizations")],
22+
resources: [.process("Localizations/LTHPasscodeViewController.bundle")],
2223
publicHeadersPath: "LTHPasscodeViewController"
2324
)
2425
]

0 commit comments

Comments
 (0)