[Libreoffice-commits] online.git: configure.ac ios/README
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Nov 23 09:30:36 UTC 2018
configure.ac | 2 +-
ios/README | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit a9f6d572222dc831dd245bed01304c2da5d0e0cb
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Nov 23 11:26:05 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Nov 23 11:26:57 2018 +0200
Correct a few leftover mentions of "Mobile/Mobile" to "ios/Mobile"
Change-Id: Ie2e44bda495f3a08fc91c8d9fe40f9d1d9607283
diff --git a/configure.ac b/configure.ac
index 4446e4b51..cc23e8c31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,7 @@ AC_ARG_WITH([lo-builddir],
AS_HELP_STRING([--with-lo-builddir=<path>],
[Mandatory, and relevant, in a tree where building the iOS app.
Path to a the build directory of the LibreOffice core source tree you want to use.
- In addition you MUST manually edit the Mobile/Mobile.xcodeproj/project.pbxproj
+ In addition you MUST manually edit the ios/Mobile.xcodeproj/project.pbxproj
file and change the references to "../ios-device" to refer to the corresponding
LibreOffice core source directory (which typically would be the same as the build
directory you specify with this option).]))
diff --git a/ios/README b/ios/README
index 923ff08b2..525d8c9b4 100644
--- a/ios/README
+++ b/ios/README
@@ -36,7 +36,7 @@ where misan.local is the macOS machine where I build the app, in the
~lo/online-ios-device folder.
4) In the online folder form step 2, edit the
-Mobile/Mobile.xcodeproj/project.pbxproj file in your favourite text
+ios/Mobile.xcodeproj/project.pbxproj file in your favourite text
editor.
Change LOSRCDIR and all instances of "../ios-device" to refer the the
@@ -51,7 +51,7 @@ and
./configure --enable-iosapp --with-iosapp-name="My Own Mobile LibreOffice" --with-lo-builddir=$HOME/lo/ios --with-poco-includes=/opt/ios-poco/include --with-poco-libs=/opt/ios-poco/lib
The configure script puts the app name as the CFBundleDisplayName
-property into the Mobile/Mobile/Info.plist file, and set up some
+property into the ios/Mobile/Info.plist file, and set up some
symbolic links that point to the LIbreOffice core source and build
directories (which can be the same, of course).
More information about the Libreoffice-commits
mailing list