summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ios/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/README b/ios/README
index d32eb40fd..29f377cba 100644
--- a/ios/README
+++ b/ios/README
@@ -33,7 +33,7 @@ from step 2. This is what I do:
make clean && make && tar cf - loleaflet/dist | ssh misan.local 'cd lo/online-ios-device && tar xvf -'
where misan.local is the macOS machine where I build the app, in the
-~lo/online-ios-device folder.
+~/lo/online-ios-device folder.
4) In the online folder form step 2, edit the
ios/Mobile.xcodeproj/project.pbxproj file in your favourite text
@@ -52,7 +52,7 @@ and
The configure script puts the app name as the CFBundleDisplayName
property into the ios/Mobile/Info.plist file, and set up some
-symbolic links that point to the LIbreOffice core source and build
+symbolic links that point to the LibreOffice core source and build
directories (which can be the same, of course).
4) Before opening the Xcode project for the first time