Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.52 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.52 KB

Minimal SDL iOS Application Template for Xcode

A minimal Xcode project template for developing iOS applications with SDL and C/C++.
Specifically,

  • No definitions of files or functions inside abstract templates, enabling you to easily parse and customize the template.
  • No unit test options.
  • No family selections for iPad or universal applications.

Getting Started

  1. Place the directory of the project to the following directory, create it if needed.

     $ mkdir -p ~/Library/Developer/Xcode/Templates
     $ git clone https://github.com/manifest/sdl-ios-templates ~/Library/Developer/Xcode/Templates/SDL
    
  2. Use SDL iOS build script to download and build SDL.framework.

  3. Copy SDL.framework to the ~/Library/Frameworks directory. Or place it anywhere, but then not forget to specify that path in the Framework Search Paths property of the Xcode project.

  4. Open Xcode and create a new project. Select the template from the iOS pane.

How to customize

To customize, follow the article "A minimal project template for Xcode 4".

License

Minimal SDL iOS Application Template based on Minimal Template and is provided under the terms of the MIT license.