

It has paths that need to be fixed and will not build immediately. This is because we copy/pasted a template.

You should get an error like this: SDL.h file not found Now launch xcode (the project is in /xcode/ios-sdl2.xcodeproj) and hit the play.

Git commit -m "Add xcode project" Link against SDL2 Sed -i "" 's/_PROJECTNAME_/ios-sdl2/g' ios-sdl2.xcodeproj/project.pbxproj Mv _PROJECTNAME_.xcodeproj ios-sdl2.xcodeproj Here's a script to do that and commit the changes cd xcode
