We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10df5d commit 765f7c2Copy full SHA for 765f7c2
LTHPasscodeViewController/LTHPasscodeViewController.m
@@ -20,7 +20,7 @@
20
21
#ifndef LTHPasscodeViewControllerStrings
22
#define LTHPasscodeViewControllerStrings(key) [LTHLocalizedString(key) length] == 0 \
23
- ? [SWIFTPM_MODULE_BUNDLE localizedStringForKey:key value:@"" table:_localizationTableName] \
+ ? [[NSBundle bundleWithPath: [SWIFTPM_MODULE_BUNDLE pathForResource:@"LTHPasscodeViewController" ofType:@"bundle"]] localizedStringForKey:(@"Unlock using Touch ID") value:@"" table:_localizationTableName] \
24
: LTHLocalizedString(key)
25
#endif
26
0 commit comments