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