Imported Upstream version 1.2.15
[platform/upstream/SDL.git] / Xcode / TemplatesForXcodeSnowLeopard / SDL Application / ___PROJECTNAME___.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
11                 002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
12                 002F3A2E09D0888800EBEB88 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A2C09D0888800EBEB88 /* SDLMain.m */; };
13                 002F3A3F09D088BA00EBEB88 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A3E09D088BA00EBEB88 /* main.c */; };
14                 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
15                 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
16 /* End PBXBuildFile section */
17
18 /* Begin PBXCopyFilesBuildPhase section */
19                 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */ = {
20                         isa = PBXCopyFilesBuildPhase;
21                         buildActionMask = 2147483647;
22                         dstPath = "";
23                         dstSubfolderSpec = 10;
24                         files = (
25                                 002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */,
26                         );
27                         name = "Copy Frameworks into .app bundle";
28                         runOnlyForDeploymentPostprocessing = 0;
29                 };
30 /* End PBXCopyFilesBuildPhase section */
31
32 /* Begin PBXFileReference section */
33                 002F39F909D0881F00EBEB88 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
34                 002F3A2B09D0888800EBEB88 /* SDLMain.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDLMain.h; sourceTree = SOURCE_ROOT; };
35                 002F3A2C09D0888800EBEB88 /* SDLMain.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SDLMain.m; sourceTree = SOURCE_ROOT; };
36                 002F3A3E09D088BA00EBEB88 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = SOURCE_ROOT; };
37                 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
38                 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
39                 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
40                 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
41                 32CA4F630368D1EE00C91783 /* ___PROJECTNAME____Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "___PROJECTNAME____Prefix.pch"; sourceTree = "<group>"; };
42                 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
43                 8D1107320486CEB800E47090 /* ___PROJECTNAME___.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "___PROJECTNAME___.app"; sourceTree = BUILT_PRODUCTS_DIR; };
44 /* End PBXFileReference section */
45
46 /* Begin PBXFrameworksBuildPhase section */
47                 8D11072E0486CEB800E47090 /* Frameworks */ = {
48                         isa = PBXFrameworksBuildPhase;
49                         buildActionMask = 2147483647;
50                         files = (
51                                 002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */,
52                                 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
53                         );
54                         runOnlyForDeploymentPostprocessing = 0;
55                 };
56 /* End PBXFrameworksBuildPhase section */
57
58 /* Begin PBXGroup section */
59                 080E96DDFE201D6D7F000001 /* Classes */ = {
60                         isa = PBXGroup;
61                         children = (
62                                 002F3A2B09D0888800EBEB88 /* SDLMain.h */,
63                                 002F3A2C09D0888800EBEB88 /* SDLMain.m */,
64                         );
65                         name = Classes;
66                         sourceTree = "<group>";
67                 };
68                 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
69                         isa = PBXGroup;
70                         children = (
71                                 002F39F909D0881F00EBEB88 /* SDL.framework */,
72                                 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
73                         );
74                         name = "Linked Frameworks";
75                         sourceTree = "<group>";
76                 };
77                 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
78                         isa = PBXGroup;
79                         children = (
80                                 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
81                                 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
82                         );
83                         name = "Other Frameworks";
84                         sourceTree = "<group>";
85                 };
86                 19C28FACFE9D520D11CA2CBB /* Products */ = {
87                         isa = PBXGroup;
88                         children = (
89                                 8D1107320486CEB800E47090 /* ___PROJECTNAME___.app */,
90                         );
91                         name = Products;
92                         sourceTree = "<group>";
93                 };
94                 29B97314FDCFA39411CA2CEA /* ___PROJECTNAMEASXML___ */ = {
95                         isa = PBXGroup;
96                         children = (
97                                 080E96DDFE201D6D7F000001 /* Classes */,
98                                 29B97315FDCFA39411CA2CEA /* Other Sources */,
99                                 29B97317FDCFA39411CA2CEA /* Resources */,
100                                 29B97323FDCFA39411CA2CEA /* Frameworks */,
101                                 19C28FACFE9D520D11CA2CBB /* Products */,
102                         );
103                         name = "___PROJECTNAMEASXML___";
104                         sourceTree = "<group>";
105                 };
106                 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
107                         isa = PBXGroup;
108                         children = (
109                                 32CA4F630368D1EE00C91783 /* ___PROJECTNAME____Prefix.pch */,
110                                 002F3A3E09D088BA00EBEB88 /* main.c */,
111                         );
112                         name = "Other Sources";
113                         sourceTree = "<group>";
114                 };
115                 29B97317FDCFA39411CA2CEA /* Resources */ = {
116                         isa = PBXGroup;
117                         children = (
118                                 8D1107310486CEB800E47090 /* Info.plist */,
119                                 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
120                         );
121                         name = Resources;
122                         sourceTree = "<group>";
123                 };
124                 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
125                         isa = PBXGroup;
126                         children = (
127                                 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
128                                 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
129                         );
130                         name = Frameworks;
131                         sourceTree = "<group>";
132                 };
133 /* End PBXGroup section */
134
135 /* Begin PBXNativeTarget section */
136                 8D1107260486CEB800E47090 /* ___PROJECTNAME___ */ = {
137                         isa = PBXNativeTarget;
138                         buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */;
139                         buildPhases = (
140                                 8D1107290486CEB800E47090 /* Resources */,
141                                 8D11072C0486CEB800E47090 /* Sources */,
142                                 8D11072E0486CEB800E47090 /* Frameworks */,
143                                 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */,
144                         );
145                         buildRules = (
146                         );
147                         dependencies = (
148                         );
149                         name = "___PROJECTNAME___";
150                         productInstallPath = "$(HOME)/Applications";
151                         productName = "___PROJECTNAME___";
152                         productReference = 8D1107320486CEB800E47090 /* ___PROJECTNAME___.app */;
153                         productType = "com.apple.product-type.application";
154                 };
155 /* End PBXNativeTarget section */
156
157 /* Begin PBXProject section */
158                 29B97313FDCFA39411CA2CEA /* Project object */ = {
159                         isa = PBXProject;
160                         buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */;
161                         compatibilityVersion = "Xcode 3.2";
162                         hasScannedForEncodings = 1;
163                         mainGroup = 29B97314FDCFA39411CA2CEA /* ___PROJECTNAMEASXML___ */;
164                         projectDirPath = "";
165                         projectRoot = "";
166                         targets = (
167                                 8D1107260486CEB800E47090 /* ___PROJECTNAME___ */,
168                         );
169                 };
170 /* End PBXProject section */
171
172 /* Begin PBXResourcesBuildPhase section */
173                 8D1107290486CEB800E47090 /* Resources */ = {
174                         isa = PBXResourcesBuildPhase;
175                         buildActionMask = 2147483647;
176                         files = (
177                                 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
178                         );
179                         runOnlyForDeploymentPostprocessing = 0;
180                 };
181 /* End PBXResourcesBuildPhase section */
182
183 /* Begin PBXSourcesBuildPhase section */
184                 8D11072C0486CEB800E47090 /* Sources */ = {
185                         isa = PBXSourcesBuildPhase;
186                         buildActionMask = 2147483647;
187                         files = (
188                                 002F3A2E09D0888800EBEB88 /* SDLMain.m in Sources */,
189                                 002F3A3F09D088BA00EBEB88 /* main.c in Sources */,
190                         );
191                         runOnlyForDeploymentPostprocessing = 0;
192                 };
193 /* End PBXSourcesBuildPhase section */
194
195 /* Begin PBXVariantGroup section */
196                 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
197                         isa = PBXVariantGroup;
198                         children = (
199                                 089C165DFE840E0CC02AAC07 /* English */,
200                         );
201                         name = InfoPlist.strings;
202                         sourceTree = "<group>";
203                 };
204 /* End PBXVariantGroup section */
205
206 /* Begin XCBuildConfiguration section */
207                 C01FCF4B08A954540054247B /* Debug */ = {
208                         isa = XCBuildConfiguration;
209                         buildSettings = {
210                                 COPY_PHASE_STRIP = NO;
211                                 GCC_DYNAMIC_NO_PIC = NO;
212                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
213                                 GCC_MODEL_TUNING = G5;
214                                 GCC_OPTIMIZATION_LEVEL = 0;
215                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
216                                 GCC_PREFIX_HEADER = "___PROJECTNAMEASIDENTIFIER____Prefix.pch";
217                                 INFOPLIST_FILE = Info.plist;
218                                 INSTALL_PATH = "$(HOME)/Applications";
219                                 PRODUCT_NAME = "___PROJECTNAME___";
220                                 WRAPPER_EXTENSION = app;
221                         };
222                         name = Debug;
223                 };
224                 C01FCF4C08A954540054247B /* Release */ = {
225                         isa = XCBuildConfiguration;
226                         buildSettings = {
227                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
228                                 GCC_MODEL_TUNING = G5;
229                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
230                                 GCC_PREFIX_HEADER = "___PROJECTNAMEASIDENTIFIER____Prefix.pch";
231                                 INFOPLIST_FILE = Info.plist;
232                                 INSTALL_PATH = "$(HOME)/Applications";
233                                 PRODUCT_NAME = "___PROJECTNAME___";
234                                 WRAPPER_EXTENSION = app;
235                         };
236                         name = Release;
237                 };
238                 C01FCF4F08A954540054247B /* Debug */ = {
239                         isa = XCBuildConfiguration;
240                         buildSettings = {
241                                 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
242                                 FRAMEWORK_SEARCH_PATHS = (
243                                         "$(HOME)/Library/Frameworks",
244                                         /Library/Frameworks,
245                                         "$(FRAMEWORK_SEARCH_PATHS)",
246                                 );
247                                 GCC_VERSION = 4.0;
248                                 "GCC_VERSION[arch=x86_64]" = 4.2;
249                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
250                                 GCC_WARN_UNUSED_VARIABLE = YES;
251                                 HEADER_SEARCH_PATHS = (
252                                         "$(HOME)/Library/Frameworks/SDL.framework/Headers",
253                                         /Library/Frameworks/SDL.framework/Headers,
254                                         "$(HEADER_SEARCH_PATHS)",
255                                 );
256                                 PREBINDING = NO;
257                                 SDKROOT = macosx10.4;
258                                 "SDKROOT[arch=x86_64]" = macosx10.6;
259                         };
260                         name = Debug;
261                 };
262                 C01FCF5008A954540054247B /* Release */ = {
263                         isa = XCBuildConfiguration;
264                         buildSettings = {
265                                 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
266                                 FRAMEWORK_SEARCH_PATHS = (
267                                         "$(HOME)/Library/Frameworks",
268                                         /Library/Frameworks,
269                                         "$(FRAMEWORK_SEARCH_PATHS)",
270                                 );
271                                 GCC_VERSION = 4.0;
272                                 "GCC_VERSION[arch=x86_64]" = 4.2;
273                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
274                                 GCC_WARN_UNUSED_VARIABLE = YES;
275                                 HEADER_SEARCH_PATHS = (
276                                         "$(HOME)/Library/Frameworks/SDL.framework/Headers",
277                                         /Library/Frameworks/SDL.framework/Headers,
278                                         "$(HEADER_SEARCH_PATHS)",
279                                 );
280                                 PREBINDING = NO;
281                                 SDKROOT = macosx10.4;
282                                 "SDKROOT[arch=x86_64]" = macosx10.6;
283                         };
284                         name = Release;
285                 };
286 /* End XCBuildConfiguration section */
287
288 /* Begin XCConfigurationList section */
289                 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */ = {
290                         isa = XCConfigurationList;
291                         buildConfigurations = (
292                                 C01FCF4B08A954540054247B /* Debug */,
293                                 C01FCF4C08A954540054247B /* Release */,
294                         );
295                         defaultConfigurationIsVisible = 0;
296                         defaultConfigurationName = Release;
297                 };
298                 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */ = {
299                         isa = XCConfigurationList;
300                         buildConfigurations = (
301                                 C01FCF4F08A954540054247B /* Debug */,
302                                 C01FCF5008A954540054247B /* Release */,
303                         );
304                         defaultConfigurationIsVisible = 0;
305                         defaultConfigurationName = Release;
306                 };
307 /* End XCConfigurationList section */
308         };
309         rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
310 }