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.
-
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.framework
to the~/Library/Frameworks
directory. Or place it anywhere, but then not forget to specify that path in theFramework Search Paths
property of the Xcode project. -
Open Xcode and create a new project. Select the template from the iOS pane.
To customize, follow the article "A minimal project template for Xcode 4".
Minimal SDL iOS Application Template based on Minimal Template and is provided under the terms of the MIT license.