Kaydet (Commit) c4a41331 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

tdf#124449: We need also share/gallery for the iOS app

I wonder wheter we should just include all of instdir/share. Seems
that I have to add more and more of it all the time anyway. I don't
remember why I thought (many years ago) that an app would need just a
subset. (Maybe I thought that an app would not, at least not
initially, have functionality that would use most of the stuff in
shre. But that has changed now.)

Change-Id: I62f935e3ab9c4709373fad11ed120ecca033b4aa
üst b27035fb
...@@ -52,6 +52,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i ...@@ -52,6 +52,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
cp -R $(INSTDIR)/share/template $(IOSRES)/share cp -R $(INSTDIR)/share/template $(IOSRES)/share
mkdir -p $(IOSRES)/share/fonts/truetype mkdir -p $(IOSRES)/share/fonts/truetype
cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts
cp -R $(INSTDIR)/share/gallery $(IOSRES)/share
# Set up rc, the "inifile". See getIniFileName_Impl(). # Set up rc, the "inifile". See getIniFileName_Impl().
echo '[Bootstrap]' > $(IOSRES)/rc echo '[Bootstrap]' > $(IOSRES)/rc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment