comparison Xcode/TemplatesForXcode/SDL Custom Cocoa Application/SDLCustomCocoaApp.xcodeproj/TemplateInfo.plist @ 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 FilesToRename = {
3 "SDLApp_Prefix.pch" = "ÇPROJECTNAMEÈ_Prefix.pch";
4 };
5 FilesToMacroExpand = (
6 "ÇPROJECTNAMEÈ_Prefix.pch",
7 "Info.plist",
8 "English.lproj/InfoPlist.strings",
9 "MyController.h",
10 "MyController.m",
11 "MyCustomView.h",
12 "MyCustomView.m",
13 "MyCustomWindow.h",
14 "MyCustomWindow.m",
15 );
16 Description = "This project builds an SDL-based application that draws into a custom Cocoa window and view and interfaces with native Cocoa widgets.";
17 }