瀏覽代碼

Highlight opening workspace file

rosano 2 年之前
父節點
當前提交
c783e22c9a
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -42,10 +42,15 @@ cd deltachat-ios
 git submodule update --init --recursive
 # Make sure the correct rust version is installed
 rustup toolchain install `cat deltachat-ios/libraries/deltachat-core-rust/rust-toolchain`
-open deltachat-ios.xcworkspace # do not: open deltachat-ios.xcodeproj
 ```
 
-This should open Xcode. Then make sure that at the top left in Xcode there is *deltachat-ios* selected as scheme (see screenshot below).
+To run the project, open `deltachat-ios.xcworkspace` (**not** the 'xcodeproj' file).
+
+```bash
+open deltachat-ios.xcworkspace
+```
+
+This should open Xcode. Then make sure to select the *deltachat-ios* scheme at the top left (see screenshot below).
 
 ![Screenshot](docs/images/screenshot_scheme_selection.png)