File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ fastlane/report.xml
6363
fastlane/screenshots
6464

6565
Packages/
66+
*.xcodeproj
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ Ensure you have installed Xcode 8.0 or later.
2424
## Setup
2525

2626
* Check out or download the project;
27+
* In terminal, navigate to the directory and execute
28+
29+
```
30+
swift package generate-xcodeproj
31+
```
32+
2733
* 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.)**
2835
* Select the Executable build target from the build targets dropdown in Xcode
2936
* Run (cmd-R) to build & run in Xcode.
3037

0 commit comments

Comments
 (0)