From 68ca55149657bc978fe0aeddab0468a8518737b3 Mon Sep 17 00:00:00 2001 From: Dirk Zimmermann Date: Mon, 13 Feb 2023 09:28:58 +0100 Subject: [PATCH] E3-3 Fix some readme parts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 514d107f..2542dc0a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Install Xcode (if not installed already) ### Apple ID -You need to have an Apple ID (connected to pEp team account) configured in Xcode . Ask `#service`, if you want to be added to the team account. +You need to have an Apple ID (connected to pEp team account) configured in Xcode . Ask `#service`, if you want to be added to the team account. ## Build Dependencies ``` @@ -65,7 +65,7 @@ git clone https://gitea.pep.foundation/pep.foundation/pEpObjCAdapter.git ## Build for iOS -### iOS Only: Copy System DB +### iOS Only: Copy System DB The `system.db` from the pEpEngine repository must be copied in the bundle that uses the pEpObjCAdapter.a static lib. The ObjCAdapter copies it at runtime in the desired directory. @@ -73,13 +73,13 @@ Backround: Has been introduces to use Apple Shared App Directory of the client A ### Using Xcode UI -`open pEpObjCAdapter/pEpObjCAdapter.xcworkspace/` +`open build-mac/pEpObjCAdapter.xcodeproj/` Build scheme "pEpObjCAdapter_iOS". ### Using terminal -`xcodebuild -workspace "pEpObjCAdapter.xcworkspace" -scheme "PEPObjCAdapter_iOS" -configuration RELEASE` +`xcodebuild -workspace "build-mac/pEpObjCAdapter.xcodeproj/" -scheme "PEPObjCAdapter_iOS" -configuration RELEASE` (or DEBUG) @@ -113,6 +113,6 @@ Build scheme "PEPObjCAdapter_macOS". You can find the build artefacts in the `pEpMacOSAdapter/build` folder -# HowToBuild pEpObjCAdapter for Linux +# How to build pEpObjCAdapter for Linux -See pEpObjCAdapter/pEpObjCAdapter/build-linux/README.md \ No newline at end of file +See pEpObjCAdapter/pEpObjCAdapter/build-linux/README.md