@@ -24,7 +24,14 @@ Ensure you have installed Xcode 8.0 or later.
24
24
## Setup
25
25
26
26
* Check out or download the project;
27
+
* In terminal, navigate to the directory and execute
28
+
29
+
```
30
+
swift package generate-xcodeproj
31
+
```
32
+
27
33
* Open `Perfect-JSON-API.xcodeproj`
34
+
* Add to the "Library Search Paths" in "Project Settings" `$(PROJECT_DIR)`, recursive. **(This step will be unneeded in a future release of Xcode 8.)**
28
35
* Select the Executable build target from the build targets dropdown in Xcode
0 commit comments