Skip to content

Commit d4f51c1

Browse files
committed
Improve Xcode folder creation
1 parent 292ef82 commit d4f51c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/images/xcode330.png

813 KB
Loading

docs/setup_xcode.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ Set a project name, we'll call our example project `p1-stats`. Ensure that that
4949

5050
<img src="images/xcode060.png" width="768px" />
5151

52-
In the File Dialog, navigate to the directory where you store your projects. Your folder location might be different. Be sure to uncheck "Create Git repository". Click "Create".
52+
In the File Dialog, navigate to the directory where you store your projects. You can press <kbd>Command</kbd> + <kbd>Shift</kbd> + <kbd>G</kbd> to navigate to specific a directory path. If you've been following along with our tutorials, the directory should be located at `~/eecs280`. If you used a different directory, enter the path for that directory instead.
53+
54+
<img src="images/xcode330.png" width="768px" />
55+
56+
Once you've navigated to the correct directory, you can create the project. Be sure to uncheck "Create Git repository". Click "Create".
5357

5458
<img src="images/xcode070.png" width="768px" />
5559

0 commit comments

Comments
 (0)