From 472b23fa6e689b176ebb52e0a942b437e9824e06 Mon Sep 17 00:00:00 2001 From: Kaunteya Suryawanshi Date: Sun, 13 May 2018 20:42:14 +0530 Subject: [PATCH 1/2] Mac as device to be used while running from Xcode This will help if people who are facing issue https://github.com/vapor/vapor/issues/1681 --- 3.0/docs/getting-started/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0/docs/getting-started/hello-world.md b/3.0/docs/getting-started/hello-world.md index 5815d7a2..283ed08a 100644 --- a/3.0/docs/getting-started/hello-world.md +++ b/3.0/docs/getting-started/hello-world.md @@ -33,7 +33,7 @@ The toolbox will ask you if you'd like to open Xcode automatically, select `yes` ## Build & Run -You should now have Xcode open and running. Select the [run scheme](xcode.md#run) from the scheme menu, +You should now have Xcode open and running. Select the [run scheme](xcode.md#run) from the scheme menu and My Mac from devices, then click the play button. You should see the terminal pop up at the bottom of the screen. From 4e959e0d40cd9dee518fc87656ed7005d4f00f6d Mon Sep 17 00:00:00 2001 From: Kaunteya Suryawanshi Date: Mon, 14 May 2018 14:59:11 +0530 Subject: [PATCH 2/2] Updated the formatting --- 3.0/docs/getting-started/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0/docs/getting-started/hello-world.md b/3.0/docs/getting-started/hello-world.md index 283ed08a..f8af29d8 100644 --- a/3.0/docs/getting-started/hello-world.md +++ b/3.0/docs/getting-started/hello-world.md @@ -33,7 +33,7 @@ The toolbox will ask you if you'd like to open Xcode automatically, select `yes` ## Build & Run -You should now have Xcode open and running. Select the [run scheme](xcode.md#run) from the scheme menu and My Mac from devices, +You should now have Xcode open and running. Select the [run scheme](xcode.md#run) from the scheme menu and **My Mac** as the deployment target, then click the play button. You should see the terminal pop up at the bottom of the screen.