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
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index faf8d25..89f8e34 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -68,6 +68,7 @@
	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 $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype
	cp $(SRCDIR)/ios/welcome.odt $(IOSRES)