summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-11 17:16:20 +0200
committerTor Lillqvist <tml@collabora.com>2019-09-16 15:06:22 +0200
commit08f7f81c0e79de2f43a4c810bf380ca3f0aa7b6d (patch)
tree79a4b834fddea0d1e035e39ee3743ece6c5717ed /ios
parentFix CppunitTest_chart2_xshape (diff)
downloadcore-08f7f81c0e79de2f43a4c810bf380ca3f0aa7b6d.tar.gz
core-08f7f81c0e79de2f43a4c810bf380ca3f0aa7b6d.zip
We need share/theme_definitions in the iOS app
Change-Id: I460a71f363eb3b7f89786b8bd02f4b8f9521f4c7 Reviewed-on: https://gerrit.libreoffice.org/79004 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_iOS_setup.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index e9db39d478bc..5408f4023c0b 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -65,6 +65,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
cp -R $(INSTDIR)/share/registry $(IOSRES)
cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config
cp -R $(INSTDIR)/share/liblangtag $(IOSRES)/share
+ cp -R $(INSTDIR)/share/theme_definitions $(IOSRES)/share
mkdir -p $(IOSRES)/share/fonts/truetype
cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts
cp $(SRCDIR)/ios/welcome.odt $(IOSRES)