Skip to content

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

License

Notifications You must be signed in to change notification settings

manifest/sdl-ios-templates

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published