We need share/theme_definitions in the iOS app

Change-Id: I460a71f363eb3b7f89786b8bd02f4b8f9521f4c7
This commit is contained in:
Tor Lillqvist 2019-03-11 17:16:20 +02:00
parent 5f9368a35d
commit 6088eeb6ea

View file

@ -67,6 +67,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 $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype
cp $(SRCDIR)/ios/welcome.odt $(IOSRES)