diff --git a/tools/xcode/templates/install.sh b/tools/xcode/templates/install.sh deleted file mode 100755 index ec5ef0a6..00000000 --- a/tools/xcode/templates/install.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# Install SFML templates for Xcode 4 into /Library/Developer/Xcode/Templates/ - -mkdir -p /Library/Developer/Xcode/Templates/ -cp -R "$(dirname $0)/SFML" /Library/Developer/Xcode/Templates/ diff --git a/tools/xcode/templates/readme.txt b/tools/xcode/templates/readme.txt index 2b156405..84e7f0fb 100644 --- a/tools/xcode/templates/readme.txt +++ b/tools/xcode/templates/readme.txt @@ -49,10 +49,7 @@ You should also be familiar with Xcode. If needed checkout this document: http:/ Install ------- -If you are building SFML from sources you can set CMake's INSTALL_XCODE4_TEMPLATES variable to TRUE to install the templates automatically. Otherwise proceed as follow : - 1. Make sure "/Library/Developer/Xcode/Templates/" folder exists; - 2. Copy "SFML" folder into the above folder. -The 'install.sh' script in the same directory as this readme does that for you. +If you are building SFML from sources you can set CMake's INSTALL_XCODE4_TEMPLATES variable to TRUE to install the templates automatically. @@ -61,8 +58,8 @@ Usage To use these templates follow these steps : - 1. open Xcode, - 2. select "create a new Xcode project" from the "Welcome to Xcode" window or select menus File > New > New Project, + 1. open Xcode, + 2. select "create a new Xcode project" from the "Welcome to Xcode" window or select menus File > New > New Project, 3. select "SFML" subsection under "Mac OS X" on the left, 4. then select either "SFML App", if you want an application bundle, or "SFML CLT", if you prefer a classic Unix executable, 5. fill in the requested information and you're ready to go !