From 9f53053edac882a466ee69734665a1d66d52f10b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 9 Dec 2013 21:44:20 +0200 Subject: Add types.rdb (formerly known as udkapi.rdb) to MobileLibreOffice Keeping this stuff working is hard. How did I not notice this before? I need to make clean more often I guess. I edited the project.pbxproj file manually as I didn't fully get it how to set up the wanted handling of this file in the Xcode GUI. So I just copied the handling of offapi.rdb in project.pbxproj (with different ids, of course). I really much prefer doing this fully in Makefiles, as in CustomTarget_LibreOffice_app.mk. Change-Id: Ifc4f2481f7a9d1562be6f91714ed38c82cdd5eb0 --- ios/CustomTarget_MobileLibreOffice_app.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'ios/CustomTarget_MobileLibreOffice_app.mk') diff --git a/ios/CustomTarget_MobileLibreOffice_app.mk b/ios/CustomTarget_MobileLibreOffice_app.mk index 27a029cd0926..122b06778b06 100644 --- a/ios/CustomTarget_MobileLibreOffice_app.mk +++ b/ios/CustomTarget_MobileLibreOffice_app.mk @@ -57,6 +57,7 @@ MobileLibreOffice_setup: mkdir -p $(DEST_RESOURCE)/ure # copy rdb files + cp $(INSTDIR)/ure/share/misc/types.rdb $(DEST_RESOURCE) cp $(INSTDIR)/program/types/offapi.rdb $(DEST_RESOURCE) cp $(INSTDIR)/program/types/oovbaapi.rdb $(DEST_RESOURCE) cp $(INSTDIR)/program/services/services.rdb $(DEST_RESOURCE) -- cgit