diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-03-26 14:54:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-03-26 15:03:31 +0200 |
commit | 0063e7b67666f444dae2f870f3cfbb651c762445 (patch) | |
tree | 4b93fa6254fdf3f3a9ddd67f2d8f3307f7d44b3e /ios | |
parent | 8cef718a087dca1dae682ca9f9daa4fa89c896d4 (diff) |
Add share/fingerprint to the iOS app
I once noticed a message "Failed to open config file
'/private/var/containers/.../Mobile.app/share/fingerprint/fpdb.conf'",
so clearly it is needed in some situations.
Change-Id: Ie5af6152f7955f6b439ea53d75b4c603bf82c5df
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index 66e876337278..0227c860dfd2 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -77,6 +77,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \ cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts cp -R $(INSTDIR)/share/gallery $(IOSRES)/share cp -R $(INSTDIR)/share/palette $(IOSRES)/share + cp -R $(INSTDIR)/share/fingerprint $(IOSRES)/share cp $(SRCDIR)/ios/welcome.odt $(IOSRES) # Set up rc (the "inifile", fundamentalrc, unorc, bootstraprc and versionrc. |