Skip to content

Commit

Permalink
Merge pull request #182 from kingiol/master
Browse files Browse the repository at this point in the history
the new way of swift 3.0 to generate xcodeproj

Former-commit-id: 0d11621
  • Loading branch information
kjessup committed Jun 3, 2016
2 parents 10055ee + a64aef3 commit d10dfb8
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 d10dfb8

Please sign in to comment.