ios/README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
New commits: commit 3be0fd9621852992bfadd7cbc5f26a26af9cf9a3 Author: Michael Meeks <[email protected]> AuthorDate: Thu Jan 24 14:21:28 2019 +0000 Commit: Michael Meeks <[email protected]> CommitDate: Thu Jan 24 14:21:52 2019 +0000 Xcode advice. Change-Id: Ic323bb2c640cc811250fb2d28e88d50b3d663a0d diff --git a/ios/README b/ios/README index dbd802339..d32eb40fd 100644 --- a/ios/README +++ b/ios/README @@ -55,4 +55,11 @@ 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). -4) Now you can open the Mobile Xcode project, build it, and run it. +4) Before opening the Xcode project for the first time + - seriously consider disabling source code indexing, this + spawns a vast number of git processes, and consumes huge + amounts of CPU & memory: + + Xcode -> Preferences, "Source Control", uncheck "Enable Source Control" + +5) Now you can open the Mobile Xcode project, build it, and run it. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
