Skip to content

Commit d10df5d

Browse files
committed
Fixes Localization Bundle
1 parent d35bd14 commit d10df5d

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-
? NSLocalizedString(key, bundle: .module) \
23+
? [SWIFTPM_MODULE_BUNDLE localizedStringForKey:key value:@"" table:_localizationTableName] \
2424
: LTHLocalizedString(key)
2525
#endif
2626

0 commit comments

Comments
 (0)