From 6088eeb6ea1c92be96418116556e32de6d33d038 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 11 Mar 2019 17:16:20 +0200 Subject: [PATCH] We need share/theme_definitions in the iOS app Change-Id: I460a71f363eb3b7f89786b8bd02f4b8f9521f4c7 --- ios/CustomTarget_iOS_setup.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index e651dd63f5bb..faf8d25bf629 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -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)