Bläddra i källkod

add simplified build instructions

no need for pod install after cloning anymore, since the dependencies are checked in together with the project source
Jonas Reinsch 7 år sedan
förälder
incheckning
96bb826cae
1 ändrade filer med 8 tillägg och 4 borttagningar
  1. 8 4
      README.md

+ 8 - 4
README.md

@@ -1,12 +1,16 @@
 # deltachat-ios
-Email-based instant messaging for iOS.
 
-- after cloning, go to the top level directory of the project and run 'pod install' (See https://guides.cocoapods.org/using/getting-started.html for an introduction to CocoaPods)
+Email-based instant messaging for iOS.
 
-- then, open deltachat-ios.xcworkspace (*not* deltachat-ios.xcodeproj ), e.g. by running 'open deltachat-ios.xcworkspace' in the shell.
+## How to build with Xcode
 
+    $ git clone git@github.com:deltachat/deltachat-ios.git
+    $ cd deltachat-ios
+    $ open deltachat-ios.xcworkspace # do not: open deltachat-ios.xcodeproj
+    
+This should open Xcode. Then make sure that at the top there is *deltachat-ios* selected as scheme (and not *libetpan* or something similar).
 
-### Roadmap / TODO for 'minimal viable version'
+## Roadmap / TODO for 'minimal viable version'
 
 - [X] use new deltachat-core-api and
  adapt threads to the following scheme: