ios/CustomTarget_iOS_setup.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0063e7b67666f444dae2f870f3cfbb651c762445
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Thu Mar 26 14:54:10 2020 +0200
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Thu Mar 26 15:03:31 2020 +0200

    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

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.
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to