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

New commits:
commit 16b4bd170c9c2f6a11e347e781a139d7678d4730
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Thu Mar 26 14:54:10 2020 +0200
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Thu Mar 26 14:57:36 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 85ae89216ee7..42438c261201 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -71,6 +71,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