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

New commits:
commit 786a75c826c2e97debdaad35b25b44c7cc407bd4
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Wed Mar 20 23:42:16 2019 +0200
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Mon Sep 16 15:08:50 2019 +0200

    tdf#124168: The share/template folder is needed in the iOS app
    
    Otherwise we get a warning dialog about a missing
    internal/idxexample.odt when inserting a table of contents.
    
    Change-Id: Id30be100906ea3292b9acd9e983ef7ae39ef63a2
    Reviewed-on: https://gerrit.libreoffice.org/79005
    Reviewed-by: Tor Lillqvist <[email protected]>
    Tested-by: Tor Lillqvist <[email protected]>

diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 5408f4023c0b..f70f0ca78260 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -66,6 +66,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
        cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config
        cp -R $(INSTDIR)/share/liblangtag $(IOSRES)/share
        cp -R $(INSTDIR)/share/theme_definitions $(IOSRES)/share
+       cp -R $(INSTDIR)/share/template $(IOSRES)/share
        mkdir -p $(IOSRES)/share/fonts/truetype
        cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts
        cp $(SRCDIR)/ios/welcome.odt $(IOSRES)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to