Skip to content

Commit 765f7c2

Browse files
committed
fixes SPM bundle issues
1 parent d10df5d commit 765f7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LTHPasscodeViewController/LTHPasscodeViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#ifndef LTHPasscodeViewControllerStrings
2222
#define LTHPasscodeViewControllerStrings(key) [LTHLocalizedString(key) length] == 0 \
23-
? [SWIFTPM_MODULE_BUNDLE localizedStringForKey:key value:@"" table:_localizationTableName] \
23+
? [[NSBundle bundleWithPath: [SWIFTPM_MODULE_BUNDLE pathForResource:@"LTHPasscodeViewController" ofType:@"bundle"]] localizedStringForKey:(@"Unlock using Touch ID") value:@"" table:_localizationTableName] \
2424
: LTHLocalizedString(key)
2525
#endif
2626

0 commit comments

Comments
 (0)