From d1656be3e30d77425558a87127288d710ae41359 Mon Sep 17 00:00:00 2001 From: Mike Mayer Date: Thu, 16 Oct 2025 10:20:22 -0700 Subject: [PATCH] Correcting Xcode capitalization --- src/pages/[platform]/start/quickstart/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/[platform]/start/quickstart/index.mdx b/src/pages/[platform]/start/quickstart/index.mdx index 92af74bb2c3..efbdbd76fa5 100644 --- a/src/pages/[platform]/start/quickstart/index.mdx +++ b/src/pages/[platform]/start/quickstart/index.mdx @@ -1727,7 +1727,7 @@ Before you get started, make sure you have the following installed: - Configure your AWS account to use with Amplify [instructions](/[platform]/start/account-setup/). - You need to have [Xcode and Developer Tooling](https://developer.apple.com/xcode/) installed on your machine. - + Open Xcode and select **Create New Project...** ![Shows the Xcode starter video to start project](/images/lib/getting-started/ios/set-up-swift-1.png) @@ -1787,7 +1787,7 @@ npx ampx sandbox Once the sandbox environment is deployed, it will create an `amplify_outputs.json`. However, Xcode won't be able to recognize them. For recognizing the files, you need to drag and drop the generated files to your project. -