1.1 --- a/docs/README-ios.md Thu Aug 14 21:31:50 2014 -0700
1.2 +++ b/docs/README-ios.md Fri Aug 15 23:13:51 2014 +0200
1.3 @@ -47,8 +47,8 @@
1.4
1.5 Here is the easiest method:
1.6 1. Build the SDL libraries (libSDL.a and libSDLSimulator.a) and the iPhone SDL Application template.
1.7 -1. Install the iPhone SDL Application template by copying it to one of XCode's template directories. I recommend creating a directory called "SDL" in "/Developer/Platforms/iOS.platform/Developer/Library/XCode/Project Templates/" and placing it there.
1.8 -2. Start a new project using the template. The project should be immediately ready for use with SDL.
1.9 +2. Install the iPhone SDL Application template by copying it to one of XCode's template directories. I recommend creating a directory called "SDL" in "/Developer/Platforms/iOS.platform/Developer/Library/XCode/Project Templates/" and placing it there.
1.10 +3. Start a new project using the template. The project should be immediately ready for use with SDL.
1.11
1.12 Here is a more manual method:
1.13 1. Create a new iPhone view based application.