From 73a55756cdfa6b81dd7df030b007f0c66ae6ce83 Mon Sep 17 00:00:00 2001 From: rxhfcy <42669366+rxhfcy@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:20:05 +0300 Subject: [PATCH] README: Xcode says "Open Existing Project..." --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ca54c9..5cd2484 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ Using the app to restart does not require changing the default. --- -## Build the Project with Xcode: +## Build the App with Xcode: 1. Clone this repository: `git clone (this URL)` or download the zip file and extract it -2. Launch Xcode, choose "Open another project..." +2. Launch Xcode, choose "Open Existing Project..." 3. Navigate to the new folder (Xcode will automatically look for and open the `.xcodeproj` bundle) 4. You should now be able to build and test the project (please open a new issue if that was not the case!)