File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
LTHPasscodeViewController Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1+ # 3.8.7
2+ * Fixed subclassing by changing ` LTHPasscodeViewControllerStrings ` macro to use ` [LTHPasscodeViewController class] ` instead of ` [self class] ` .
3+
14# 3.8.6
25* German translations fixed.
36
Original file line number Diff line number Diff line change 2525
2626#ifndef LTHPasscodeViewControllerStrings
2727#define LTHPasscodeViewControllerStrings (key ) \
28- [[NSBundle bundleWithPath: [[NSBundle bundleForClass: [self class ]] pathForResource: @" LTHPasscodeViewController" ofType: @" bundle" ]] localizedStringForKey: (key) value: @" " table: _localizationTableName]
28+ [[NSBundle bundleWithPath: [[NSBundle bundleForClass: [LTHPasscodeViewController class ]] pathForResource: @" LTHPasscodeViewController" ofType: @" bundle" ]] localizedStringForKey: (key) value: @" " table: _localizationTableName]
2929#endif
3030
3131// MARK: Please read
You can’t perform that action at this time.
0 commit comments