Makefile.in | 3 --- ios/README | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-)
New commits: commit dcd4add8e0e918fea26e00613b8d9ed762144d5a Author: Tor Lillqvist <[email protected]> AuthorDate: Fri Nov 30 18:20:23 2018 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Fri Nov 30 18:20:23 2018 +0200 Mention this file is outdated Change-Id: Iacd5323ee1db9be294556f3d7344eab00b27095b diff --git a/ios/README b/ios/README index a5433cc99a36..7f01d5d600d8 100644 --- a/ios/README +++ b/ios/README @@ -1,4 +1,4 @@ -iOS app and LibreOfficeKit. +Somewhat obsolete README for the LibreOfficeLight iOS app and LibreOfficeKit. -- LibreOfficeLight a swift based UI, very much work in progress commit 0047ca93e80e3cd7303eafff02a7936e853e7ab8 Author: Tor Lillqvist <[email protected]> AuthorDate: Fri Nov 30 18:19:09 2018 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Fri Nov 30 18:19:18 2018 +0200 No ios/generated folder is created any longer The generated files for iOS are now in workdir/CustomTarget/ios. Change-Id: Idee3902eaabf21aa7dacb971ad81f4e2c7df3b5b diff --git a/Makefile.in b/Makefile.in index 2de08601c127..55ebf44dd8c4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -178,9 +178,6 @@ clean-host: rm -fr $(TESTINSTALLDIR) rm -fr $(INSTDIR) rm -fr $(WORKDIR) -ifeq ($(OS),iOS) - rm -fr $(SRCDIR)/ios/generated -endif clean-build: ifneq ($(CROSS_COMPILING),) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
