annotate Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist @ 5266:595814f561f7
There is only one width and height for the window. If those are changed during the course of a fullscreen mode change, then they'll stay that size when returning to windowed mode.
author |
Sam Lantinga <slouken@libsdl.org> |
date |
Fri, 11 Feb 2011 20:49:13 -0800 |
parents |
d44a0a913aa2 |
children |
|
rev |
line source |
3331
|
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 "main.c",
|
|
10 );
|
|
11 Description = "This project builds an SDL-based application with Cocoa menus.";
|
|
12 }
|