1.1 --- a/docs/README-ios.md Tue Sep 26 15:07:35 2017 -0700
1.2 +++ b/docs/README-ios.md Tue Sep 26 16:27:24 2017 -0700
1.3 @@ -9,8 +9,8 @@
1.4
1.5 Instructions:
1.6
1.7 -2. Open SDL.xcodeproj (located in Xcode-iOS/SDL) in Xcode.
1.8 -4. Select your desired target, and hit build.
1.9 +1. Open SDL.xcodeproj (located in Xcode-iOS/SDL) in Xcode.
1.10 +2. Select your desired target, and hit build.
1.11
1.12 There are three build targets:
1.13 - libSDL.a:
1.14 @@ -25,9 +25,8 @@
1.15 Build SDL for iOS from the command line
1.16 ==============================================================================
1.17
1.18 -1. Follow step 1 above.
1.19 -2. cd (PATH WHERE THE SDL CODE IS)/build-scripts
1.20 -3. ./iosbuild.sh
1.21 +1. cd (PATH WHERE THE SDL CODE IS)/build-scripts
1.22 +2. ./iosbuild.sh
1.23
1.24 If everything goes fine, you should see a build/ios directory, inside there's
1.25 two directories "lib" and "include".