From 7028cf34cc21cb0c802599782929cb709266bb58 Mon Sep 17 00:00:00 2001 From: kingiol Date: Fri, 3 Jun 2016 10:34:47 +0800 Subject: [PATCH] the new way of swift 3.0 to generate xcodeproj Former-commit-id: 10364c1596b585c5a95c49d0d570d4fedb955d3e Former-commit-id: c22c236b8932dffef5e5d7b2e10fef4a19050f10 Former-commit-id: b733fb82597751ff9087ad9257eb370a80e1daf3 Former-commit-id: acc7ddf615c106b2658a58fcca048cad9e23d8c4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3bb5aa0..50a8db76 100644 --- a/README.md +++ b/README.md @@ -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.