Mercurial > sdl-ios-xcode
comparison Xcode/TemplatesForProjectBuilder/Application.trgttmpl @ 2207:d63e9f5944ae
Unpacked project archives to get individual file history in subversion
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 21 Jul 2007 17:09:01 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2206:ca7d2227d630 | 2207:d63e9f5944ae |
---|---|
1 { | |
2 Class = Application; | |
3 Description = "Target for building a SDL application."; | |
4 CustomBuildSettings = { | |
5 WRAPPER_EXTENSION = "app"; | |
6 FRAMEWORK_SEARCH_PATHS = "\"/Library/Frameworks\""; | |
7 HEADER_SEARCH_PATHS = "\"/Library/Frameworks/SDL.framework/Headers\""; | |
8 OTHER_LDFLAGS = "-framework Cocoa -framework SDL"; | |
9 }; | |
10 CustomProductSettings = { | |
11 NSPrincipalClass = "NSApplication"; | |
12 NSMainNibFile = "SDLMain.nib"; | |
13 }; | |
14 InstallationPath = "$(SYSTEM_APPS_DIR)"; | |
15 WrapperExtension = "app"; | |
16 } |