Localise extensions by copying bundle resources
Previously, the Pass extensions (for autofill and for the sharing sheet) didn't see their strings being localised. This means that in some cases, English was the only thing shown and in others strings would look like `#EnterPasscode#` on the passcode lock screen. This was because their build phases didn't reference the localised string files in the `Copy Bundle Resources` phase. This change ensures these localisation files are copied and thus the extensions are now localised for both English and German (so far).
This commit is contained in:
parent
32dd3e31ea
commit
1dfaf7c1d2
4 changed files with 19 additions and 33 deletions
|
|
@ -1,9 +0,0 @@
|
|||
/*
|
||||
Localizable.strings
|
||||
pass
|
||||
|
||||
Created by Danny Moesch on 19.01.19.
|
||||
Copyright © 2019 Bob Sun. All rights reserved.
|
||||
*/
|
||||
|
||||
"NSFaceIDUsageDescription" = "Erlaube Face ID, um Pass zu entsperren.";
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
/*
|
||||
Localizable.strings
|
||||
pass
|
||||
|
||||
Created by Danny Moesch on 19.01.19.
|
||||
Copyright © 2019 Bob Sun. All rights reserved.
|
||||
*/
|
||||
|
||||
"NSFaceIDUsageDescription" = "Enable access to Face ID to unlock Pass.";
|
||||
Loading…
Add table
Add a link
Reference in a new issue