Skip to content

Commit

Permalink
the new way of swift 3.0 to generate xcodeproj
Browse files Browse the repository at this point in the history
Former-commit-id: 10364c1
  • Loading branch information
kingiol committed Jun 3, 2016
1 parent 10055ee commit a64aef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can view the full source code for [PerfectTemplate](https://github.com/Perfe
Swift Package Manager can generate an Xcode project which can run the PerfectTemplate server and provide full source code editing and debugging for your project. Enter the following in your terminal:

```
swift build --generate-xcodeproj
swift package generate-xcodeproj
```

Open the generated file "PerfectTemplate.xcodeproj". Ensure that you have selected the executable target and selected it to run on "My Mac". You can now run and debug the server.
Expand Down

0 comments on commit a64aef3

Please sign in to comment.