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:
David Beitey 2019-03-09 12:38:56 +10:00 committed by Mingshen Sun
parent 32dd3e31ea
commit 1dfaf7c1d2
4 changed files with 19 additions and 33 deletions

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Pass</string>
<key>CFBundleExecutable</key>