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).
Previously, the right-hand side of the autofill extension UI was empty;
the category/folder text for a password entry wasn't showing.
This adjusts the storyboard so the detail is being shown and updates the
underlying Swift code to support the fix.