sdl-ios-templates
sdl-ios-templates copied to clipboard
A minimal Xcode project template for developing iOS applications with SDL and C/C++
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
-
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 -
Use SDL iOS build script to download and build
SDL.framework. -
Copy
SDL.frameworkto the~/Library/Frameworksdirectory. Or place it anywhere, but then not forget to specify that path in theFramework Search Pathsproperty of the Xcode project. -
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.