source: trunk/aux/cocotron/win32/cocotron/issue488/issue488.xcodeproj/project.pbxproj

Last change on this file was 13391, checked in by Gary Palter, 15 years ago

Test case for Cocotron issue 488

File size: 16.1 KB
RevLine 
[13391]1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
11 256AC3DA0F4B6AC300CF3369 /* issue488AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* issue488AppDelegate.m */; };
12 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
13 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
14 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
15 C8D71C331100FC030000CC32 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
16 C8D71C341100FC030000CC32 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
17 C8D71C361100FC030000CC32 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
18 C8D71C371100FC030000CC32 /* issue488AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* issue488AppDelegate.m */; };
19 C8D71C391100FC030000CC32 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
20 C8D71C971100FF2F0000CC32 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B97324FDCFA39411CA2CEA /* AppKit.framework */; };
21 C8D71C981100FF360000CC32 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B97325FDCFA39411CA2CEA /* Foundation.framework */; };
22/* End PBXBuildFile section */
23
24/* Begin PBXBuildRule section */
25 C8D71C6A1100FDE20000CC32 /* PBXBuildRule */ = {
26 isa = PBXBuildRule;
27 compilerSpec = org.cocotron.1.0.windows.i386.gcc.4.3.1;
28 fileType = sourcecode.c;
29 isEditable = 1;
30 outputFiles = (
31 );
32 };
33/* End PBXBuildRule section */
34
35/* Begin PBXFileReference section */
36 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
37 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
38 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
39 1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
40 256AC3D80F4B6AC300CF3369 /* issue488AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = issue488AppDelegate.h; sourceTree = "<group>"; };
41 256AC3D90F4B6AC300CF3369 /* issue488AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = issue488AppDelegate.m; sourceTree = "<group>"; };
42 256AC3F00F4B6AF500CF3369 /* issue488_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = issue488_Prefix.pch; sourceTree = "<group>"; };
43 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
44 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
45 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
46 8D1107310486CEB800E47090 /* issue488-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "issue488-Info.plist"; sourceTree = "<group>"; };
47 8D1107320486CEB800E47090 /* issue488.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = issue488.app; sourceTree = BUILT_PRODUCTS_DIR; };
48 C8D71C3D1100FC030000CC32 /* issue488.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = issue488.app; sourceTree = BUILT_PRODUCTS_DIR; };
49/* End PBXFileReference section */
50
51/* Begin PBXFrameworksBuildPhase section */
52 8D11072E0486CEB800E47090 /* Frameworks */ = {
53 isa = PBXFrameworksBuildPhase;
54 buildActionMask = 2147483647;
55 files = (
56 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
57 );
58 runOnlyForDeploymentPostprocessing = 0;
59 };
60 C8D71C381100FC030000CC32 /* Frameworks */ = {
61 isa = PBXFrameworksBuildPhase;
62 buildActionMask = 2147483647;
63 files = (
64 C8D71C391100FC030000CC32 /* Cocoa.framework in Frameworks */,
65 C8D71C971100FF2F0000CC32 /* AppKit.framework in Frameworks */,
66 C8D71C981100FF360000CC32 /* Foundation.framework in Frameworks */,
67 );
68 runOnlyForDeploymentPostprocessing = 0;
69 };
70/* End PBXFrameworksBuildPhase section */
71
72/* Begin PBXGroup section */
73 080E96DDFE201D6D7F000001 /* Classes */ = {
74 isa = PBXGroup;
75 children = (
76 256AC3D80F4B6AC300CF3369 /* issue488AppDelegate.h */,
77 256AC3D90F4B6AC300CF3369 /* issue488AppDelegate.m */,
78 );
79 name = Classes;
80 sourceTree = "<group>";
81 };
82 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
83 isa = PBXGroup;
84 children = (
85 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
86 );
87 name = "Linked Frameworks";
88 sourceTree = "<group>";
89 };
90 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
91 isa = PBXGroup;
92 children = (
93 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
94 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
95 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
96 );
97 name = "Other Frameworks";
98 sourceTree = "<group>";
99 };
100 19C28FACFE9D520D11CA2CBB /* Products */ = {
101 isa = PBXGroup;
102 children = (
103 8D1107320486CEB800E47090 /* issue488.app */,
104 C8D71C3D1100FC030000CC32 /* issue488.app */,
105 );
106 name = Products;
107 sourceTree = "<group>";
108 };
109 29B97314FDCFA39411CA2CEA /* issueXXX */ = {
110 isa = PBXGroup;
111 children = (
112 080E96DDFE201D6D7F000001 /* Classes */,
113 29B97315FDCFA39411CA2CEA /* Other Sources */,
114 29B97317FDCFA39411CA2CEA /* Resources */,
115 29B97323FDCFA39411CA2CEA /* Frameworks */,
116 19C28FACFE9D520D11CA2CBB /* Products */,
117 );
118 name = issueXXX;
119 sourceTree = "<group>";
120 };
121 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
122 isa = PBXGroup;
123 children = (
124 256AC3F00F4B6AF500CF3369 /* issue488_Prefix.pch */,
125 29B97316FDCFA39411CA2CEA /* main.m */,
126 );
127 name = "Other Sources";
128 sourceTree = "<group>";
129 };
130 29B97317FDCFA39411CA2CEA /* Resources */ = {
131 isa = PBXGroup;
132 children = (
133 8D1107310486CEB800E47090 /* issue488-Info.plist */,
134 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
135 1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
136 );
137 name = Resources;
138 sourceTree = "<group>";
139 };
140 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
141 isa = PBXGroup;
142 children = (
143 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
144 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
145 );
146 name = Frameworks;
147 sourceTree = "<group>";
148 };
149/* End PBXGroup section */
150
151/* Begin PBXNativeTarget section */
152 8D1107260486CEB800E47090 /* issue488 - Mac */ = {
153 isa = PBXNativeTarget;
154 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "issue488 - Mac" */;
155 buildPhases = (
156 8D1107290486CEB800E47090 /* Resources */,
157 8D11072C0486CEB800E47090 /* Sources */,
158 8D11072E0486CEB800E47090 /* Frameworks */,
159 );
160 buildRules = (
161 );
162 dependencies = (
163 );
164 name = "issue488 - Mac";
165 productInstallPath = "$(HOME)/Applications";
166 productName = issueXXX;
167 productReference = 8D1107320486CEB800E47090 /* issue488.app */;
168 productType = "com.apple.product-type.application";
169 };
170 C8D71C311100FC030000CC32 /* issue488 - Windows */ = {
171 isa = PBXNativeTarget;
172 buildConfigurationList = C8D71C3A1100FC030000CC32 /* Build configuration list for PBXNativeTarget "issue488 - Windows" */;
173 buildPhases = (
174 C8D71C321100FC030000CC32 /* Resources */,
175 C8D71C351100FC030000CC32 /* Sources */,
176 C8D71C381100FC030000CC32 /* Frameworks */,
177 C8D71CAA1100FFED0000CC32 /* ShellScript */,
178 );
179 buildRules = (
180 C8D71C6A1100FDE20000CC32 /* PBXBuildRule */,
181 );
182 dependencies = (
183 );
184 name = "issue488 - Windows";
185 productInstallPath = "$(HOME)/Applications";
186 productName = issueXXX;
187 productReference = C8D71C3D1100FC030000CC32 /* issue488.app */;
188 productType = "com.apple.product-type.application";
189 };
190/* End PBXNativeTarget section */
191
192/* Begin PBXProject section */
193 29B97313FDCFA39411CA2CEA /* Project object */ = {
194 isa = PBXProject;
195 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "issue488" */;
196 compatibilityVersion = "Xcode 3.1";
197 hasScannedForEncodings = 1;
198 mainGroup = 29B97314FDCFA39411CA2CEA /* issueXXX */;
199 projectDirPath = "";
200 projectRoot = "";
201 targets = (
202 8D1107260486CEB800E47090 /* issue488 - Mac */,
203 C8D71C311100FC030000CC32 /* issue488 - Windows */,
204 );
205 };
206/* End PBXProject section */
207
208/* Begin PBXResourcesBuildPhase section */
209 8D1107290486CEB800E47090 /* Resources */ = {
210 isa = PBXResourcesBuildPhase;
211 buildActionMask = 2147483647;
212 files = (
213 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
214 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
215 );
216 runOnlyForDeploymentPostprocessing = 0;
217 };
218 C8D71C321100FC030000CC32 /* Resources */ = {
219 isa = PBXResourcesBuildPhase;
220 buildActionMask = 2147483647;
221 files = (
222 C8D71C331100FC030000CC32 /* InfoPlist.strings in Resources */,
223 C8D71C341100FC030000CC32 /* MainMenu.xib in Resources */,
224 );
225 runOnlyForDeploymentPostprocessing = 0;
226 };
227/* End PBXResourcesBuildPhase section */
228
229/* Begin PBXShellScriptBuildPhase section */
230 C8D71CAA1100FFED0000CC32 /* ShellScript */ = {
231 isa = PBXShellScriptBuildPhase;
232 buildActionMask = 2147483647;
233 files = (
234 );
235 inputPaths = (
236 );
237 outputPaths = (
238 );
239 runOnlyForDeploymentPostprocessing = 0;
240 shellPath = /bin/sh;
241 shellScript = "/Developer/Cocotron/1.0/bin/retargetBundle -framework Foundation -framework AppKit -destination \"$TARGET_BUILD_DIR/$EXECUTABLE_FOLDER_PATH\"\n";
242 };
243/* End PBXShellScriptBuildPhase section */
244
245/* Begin PBXSourcesBuildPhase section */
246 8D11072C0486CEB800E47090 /* Sources */ = {
247 isa = PBXSourcesBuildPhase;
248 buildActionMask = 2147483647;
249 files = (
250 8D11072D0486CEB800E47090 /* main.m in Sources */,
251 256AC3DA0F4B6AC300CF3369 /* issue488AppDelegate.m in Sources */,
252 );
253 runOnlyForDeploymentPostprocessing = 0;
254 };
255 C8D71C351100FC030000CC32 /* Sources */ = {
256 isa = PBXSourcesBuildPhase;
257 buildActionMask = 2147483647;
258 files = (
259 C8D71C361100FC030000CC32 /* main.m in Sources */,
260 C8D71C371100FC030000CC32 /* issue488AppDelegate.m in Sources */,
261 );
262 runOnlyForDeploymentPostprocessing = 0;
263 };
264/* End PBXSourcesBuildPhase section */
265
266/* Begin PBXVariantGroup section */
267 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
268 isa = PBXVariantGroup;
269 children = (
270 089C165DFE840E0CC02AAC07 /* English */,
271 );
272 name = InfoPlist.strings;
273 sourceTree = "<group>";
274 };
275 1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
276 isa = PBXVariantGroup;
277 children = (
278 1DDD58150DA1D0A300B32029 /* English */,
279 );
280 name = MainMenu.xib;
281 sourceTree = "<group>";
282 };
283/* End PBXVariantGroup section */
284
285/* Begin XCBuildConfiguration section */
286 C01FCF4B08A954540054247B /* Debug */ = {
287 isa = XCBuildConfiguration;
288 buildSettings = {
289 ALWAYS_SEARCH_USER_PATHS = NO;
290 COPY_PHASE_STRIP = NO;
291 GCC_DYNAMIC_NO_PIC = NO;
292 GCC_ENABLE_FIX_AND_CONTINUE = YES;
293 GCC_MODEL_TUNING = G5;
294 GCC_OPTIMIZATION_LEVEL = 0;
295 GCC_PRECOMPILE_PREFIX_HEADER = YES;
296 GCC_PREFIX_HEADER = issue488_Prefix.pch;
297 INFOPLIST_FILE = "issue488-Info.plist";
298 INSTALL_PATH = "$(HOME)/Applications";
299 PRODUCT_NAME = issue488;
300 SYMROOT = build/MacOS;
301 };
302 name = Debug;
303 };
304 C01FCF4C08A954540054247B /* Release */ = {
305 isa = XCBuildConfiguration;
306 buildSettings = {
307 ALWAYS_SEARCH_USER_PATHS = NO;
308 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
309 GCC_MODEL_TUNING = G5;
310 GCC_PRECOMPILE_PREFIX_HEADER = YES;
311 GCC_PREFIX_HEADER = issue488_Prefix.pch;
312 INFOPLIST_FILE = "issue488-Info.plist";
313 INSTALL_PATH = "$(HOME)/Applications";
314 PRODUCT_NAME = issue488;
315 };
316 name = Release;
317 };
318 C01FCF4F08A954540054247B /* Debug */ = {
319 isa = XCBuildConfiguration;
320 buildSettings = {
321 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
322 GCC_C_LANGUAGE_STANDARD = gnu99;
323 GCC_OPTIMIZATION_LEVEL = 0;
324 GCC_WARN_ABOUT_RETURN_TYPE = YES;
325 GCC_WARN_UNUSED_VARIABLE = YES;
326 ONLY_ACTIVE_ARCH = YES;
327 PREBINDING = NO;
328 SDKROOT = macosx10.6;
329 };
330 name = Debug;
331 };
332 C01FCF5008A954540054247B /* Release */ = {
333 isa = XCBuildConfiguration;
334 buildSettings = {
335 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
336 GCC_C_LANGUAGE_STANDARD = gnu99;
337 GCC_WARN_ABOUT_RETURN_TYPE = YES;
338 GCC_WARN_UNUSED_VARIABLE = YES;
339 PREBINDING = NO;
340 SDKROOT = macosx10.6;
341 };
342 name = Release;
343 };
344 C8D71C3B1100FC030000CC32 /* Debug */ = {
345 isa = XCBuildConfiguration;
346 buildSettings = {
347 ALWAYS_SEARCH_USER_PATHS = NO;
348 COPY_PHASE_STRIP = NO;
349 EXECUTABLE_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Windows";
350 EXECUTABLE_SUFFIX = .exe;
351 FRAMEWORK_SEARCH_PATHS = /Developer/Cocotron/1.0/Windows/i386/Frameworks;
352 GCC_DYNAMIC_NO_PIC = NO;
353 GCC_ENABLE_FIX_AND_CONTINUE = NO;
354 GCC_MODEL_TUNING = G5;
355 GCC_OPTIMIZATION_LEVEL = 0;
356 GCC_PRECOMPILE_PREFIX_HEADER = YES;
357 GCC_PREFIX_HEADER = issue488_Prefix.pch;
358 GCC_VERSION = "";
359 INFOPLIST_FILE = "issue488-Info.plist";
360 INSTALL_PATH = "$(HOME)/Applications";
361 ONLY_ACTIVE_ARCH = NO;
362 OTHER_LDFLAGS = (
363 "-Wl",
364 "-mwindows",
365 "-mconsole",
366 "--enable-auto-import",
367 );
368 PRODUCT_NAME = issue488;
369 SDKROOT = "";
370 SYMROOT = build/Windows;
371 VALID_ARCHS = i386;
372 };
373 name = Debug;
374 };
375 C8D71C3C1100FC030000CC32 /* Release */ = {
376 isa = XCBuildConfiguration;
377 buildSettings = {
378 ALWAYS_SEARCH_USER_PATHS = NO;
379 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
380 GCC_MODEL_TUNING = G5;
381 GCC_PRECOMPILE_PREFIX_HEADER = YES;
382 GCC_PREFIX_HEADER = issueXXX_Prefix.pch;
383 INFOPLIST_FILE = "issue488-Info.plist";
384 INSTALL_PATH = "$(HOME)/Applications";
385 PRODUCT_NAME = issue488;
386 };
387 name = Release;
388 };
389/* End XCBuildConfiguration section */
390
391/* Begin XCConfigurationList section */
392 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "issue488 - Mac" */ = {
393 isa = XCConfigurationList;
394 buildConfigurations = (
395 C01FCF4B08A954540054247B /* Debug */,
396 C01FCF4C08A954540054247B /* Release */,
397 );
398 defaultConfigurationIsVisible = 0;
399 defaultConfigurationName = Release;
400 };
401 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "issue488" */ = {
402 isa = XCConfigurationList;
403 buildConfigurations = (
404 C01FCF4F08A954540054247B /* Debug */,
405 C01FCF5008A954540054247B /* Release */,
406 );
407 defaultConfigurationIsVisible = 0;
408 defaultConfigurationName = Release;
409 };
410 C8D71C3A1100FC030000CC32 /* Build configuration list for PBXNativeTarget "issue488 - Windows" */ = {
411 isa = XCConfigurationList;
412 buildConfigurations = (
413 C8D71C3B1100FC030000CC32 /* Debug */,
414 C8D71C3C1100FC030000CC32 /* Release */,
415 );
416 defaultConfigurationIsVisible = 0;
417 defaultConfigurationName = Release;
418 };
419/* End XCConfigurationList section */
420 };
421 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
422}
Note: See TracBrowser for help on using the repository browser.