From b50f595b34585f2927adfd44b4eaaafb8f600972 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 27 Sep 2017 10:56:29 +0200 Subject: Fix typos Change-Id: I9a33e4fbdeb33d907597e4e58ddb2e8cb285adaa Reviewed-on: https://gerrit.libreoffice.org/42830 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- ios/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ios/README') diff --git a/ios/README b/ios/README index ba9c5d5c95bc..ef5155133c54 100644 --- a/ios/README +++ b/ios/README @@ -7,7 +7,7 @@ prelink all LO libraries into one to facilitate easier linking a swift based UI, very much work in progress -- support -the arm64 and simulator are the only supported processsors, +the arm64 and simulator are the only supported processors, old 32 bit iPhones are not supported. The swift app are done for 3 structures @@ -16,14 +16,14 @@ The swift app are done for 3 structures arm64 + optimized libraries -- SETUP -Due to the 3 modes, at lease 3 workdir are needed together with a -seperate UI workdir. +Due to the 3 modes, at least 3 workdirs are needed together with a +separated UI workdir. -Because the main work is done on the UI, where it is convinient to -swift fast between arm64 and simulator, it is advanteous to compile +Because the main work is done on the UI, where it is convenient to +switch fast between arm64 and simulator, it is advantageous to compile the 3 configurations of LO first, and then link against those. -Due to the multiple workdirs a distint directory setup is needed +Due to the multiple workdirs a distinct directory setup is needed ./core - libreoffice git clone (name can be changed) ./ios-arm64 - workdir for production, autogen.input: standard + -- cgit