Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ To install or update the templates you need:
cd ~/Downloads
git clone https://github.com/surfstudio/Xcode-Project-Templates
cd Xcode-Project-Templates
sh ./install.sh
./install.sh
cd ..
rm -rf Xcode-Project-Templates
```
Or if you have a cloned repository:
* On the command line, cd into the directory with cloned templates and write `sh ./install.sh`
<img width="569" alt="screen shot 2017-08-21 at 20 41 30" src="https://user-images.githubusercontent.com/11653316/29531419-241a33ea-86b1-11e7-8c7d-4b1e54e61f7a.png">
* On the command line, cd into the directory with cloned templates and write `./install.sh`
<img width="669" alt="Screenshot 2020-07-23 at 22 53 04" src="https://user-images.githubusercontent.com/7226846/88334651-c5e2e500-cd3a-11ea-97a2-a893710d90ce.png">

After that:
* Launch Xcode and select create a new Xcode project and you'll see the new category "User Templates" that will contain new templates
Expand Down
Empty file modified install.sh
100644 → 100755
Empty file.