diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-01-25 12:02:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-01-25 12:02:52 +0200 |
commit | a8de971a59a92687d5b29c69e2dcc1533aa5d9f0 (patch) | |
tree | 53456c935a41ec0e82db75cb05757ec56efbef17 /ios | |
parent | 3be0fd9621852992bfadd7cbc5f26a26af9cf9a3 (diff) |
Fix a couple of typos
Change-Id: Icfaca47c14ad1c76ed45d2ccb362f5f7405c4ca4
Diffstat (limited to 'ios')
-rw-r--r-- | ios/README | 4 |
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 |