]> git.saurik.com Git - wxWidgets.git/blame - samples/minimal/minimal.xcodeproj/project.pbxproj
Fixes and XCode 2.3 update
[wxWidgets.git] / samples / minimal / minimal.xcodeproj / project.pbxproj
CommitLineData
01c12bd8
SC
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9/* Begin PBXAggregateTarget section */
10 405DD1B0063CD57F00F579EE /* Build All */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = 1842CAB008565A280032BCF7 /* Build configuration list for PBXAggregateTarget "Build All" */;
13 buildPhases = (
14 );
01c12bd8
SC
15 dependencies = (
16 405DD1C2063CD5B500F579EE /* PBXTargetDependency */,
17 405DD1C6063CD5B500F579EE /* PBXTargetDependency */,
18 );
19 name = "Build All";
20 productName = "Build All";
21 };
22/* End PBXAggregateTarget section */
23
24/* Begin PBXBuildFile section */
01c12bd8
SC
25 1842CAFB085664390032BCF7 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1842CAF7085664390032BCF7 /* AGL.framework */; };
26 1842CAFC085664390032BCF7 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1842CAF8085664390032BCF7 /* IOKit.framework */; };
27 1842CAFD085664390032BCF7 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1842CAF9085664390032BCF7 /* OpenGL.framework */; };
28 1842CAFE085664390032BCF7 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1842CAFA085664390032BCF7 /* WebKit.framework */; };
29 1842CAFF085664390032BCF7 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1842CAF7085664390032BCF7 /* AGL.framework */; };
30 1842CB00085664390032BCF7 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1842CAF8085664390032BCF7 /* IOKit.framework */; };
31 1842CB01085664390032BCF7 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1842CAF9085664390032BCF7 /* OpenGL.framework */; };
32 1842CB02085664390032BCF7 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1842CAFA085664390032BCF7 /* WebKit.framework */; };
ea9e382e 33 403608C909953BFD00700A19 /* minimal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F591E05701FCC5DE01000133 /* minimal.cpp */; };
e059f83f
SC
34 403BFCA80A1F893400D89D00 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 403BFCA70A1F893400D89D00 /* AppKit.framework */; };
35 403BFCA90A1F893400D89D00 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 403BFCA70A1F893400D89D00 /* AppKit.framework */; };
01c12bd8 36 4086D0E5063BBC5B00D4CD53 /* wxmac.icns in Resources */ = {isa = PBXBuildFile; fileRef = F5F5A69A02CDB0E101000133 /* wxmac.icns */; };
01c12bd8
SC
37 4086D0E9063BBC5B00D4CD53 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; };
38 4086D0EC063BBC5B00D4CD53 /* System.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CA60173504D423C000000080 /* System.framework */; };
39 4086D105063BBC5C00D4CD53 /* wxmac.icns in Resources */ = {isa = PBXBuildFile; fileRef = F5F5A69A02CDB0E101000133 /* wxmac.icns */; };
40 4086D107063BBC5C00D4CD53 /* minimal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F591E05701FCC5DE01000133 /* minimal.cpp */; };
41 4086D109063BBC5C00D4CD53 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; };
42 4086D10B063BBC5C00D4CD53 /* System.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CA60173504D423C000000080 /* System.framework */; };
2c556733 43 409F03A10977B97B00D1030F /* libwx_mac_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 409F039A0977B96200D1030F /* libwx_mac_static.a */; };
01c12bd8
SC
44/* End PBXBuildFile section */
45
01c12bd8
SC
46/* Begin PBXContainerItemProxy section */
47 405DD1C1063CD5B500F579EE /* PBXContainerItemProxy */ = {
48 isa = PBXContainerItemProxy;
49 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
50 proxyType = 1;
51 remoteGlobalIDString = 4086D0E2063BBC5B00D4CD53;
52 remoteInfo = StaticDebug;
53 };
54 405DD1C5063CD5B500F579EE /* PBXContainerItemProxy */ = {
55 isa = PBXContainerItemProxy;
56 containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
57 proxyType = 1;
58 remoteGlobalIDString = 4086D102063BBC5C00D4CD53;
59 remoteInfo = DynamicDebug;
60 };
e059f83f
SC
61 407AA07109D30FFB003E4CF8 /* PBXContainerItemProxy */ = {
62 isa = PBXContainerItemProxy;
63 containerPortal = 409F03930977B96200D1030F /* wxWindows.xcodeproj */;
64 proxyType = 2;
65 remoteGlobalIDString = 4086CBE1063AB30000D4CD53;
66 remoteInfo = dynamic;
67 };
2c556733
SC
68 409F03990977B96200D1030F /* PBXContainerItemProxy */ = {
69 isa = PBXContainerItemProxy;
70 containerPortal = 409F03930977B96200D1030F /* wxWindows.xcodeproj */;
71 proxyType = 2;
72 remoteGlobalIDString = 4086C8CB063AB30000D4CD53;
73 remoteInfo = static;
74 };
01c12bd8
SC
75/* End PBXContainerItemProxy section */
76
77/* Begin PBXCopyFilesBuildPhase section */
2c556733 78 40A03F7108653C5C000E0339 /* CopyFiles */ = {
01c12bd8
SC
79 isa = PBXCopyFilesBuildPhase;
80 buildActionMask = 2147483647;
81 dstPath = "";
82 dstSubfolderSpec = 10;
83 files = (
01c12bd8
SC
84 );
85 runOnlyForDeploymentPostprocessing = 0;
86 };
87/* End PBXCopyFilesBuildPhase section */
88
89/* Begin PBXFileReference section */
01c12bd8
SC
90 1842CAF7085664390032BCF7 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = "<absolute>"; };
91 1842CAF8085664390032BCF7 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
92 1842CAF9085664390032BCF7 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
93 1842CAFA085664390032BCF7 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; };
ea9e382e 94 1864B4F208566CAB00E32E9B /* minimalDynamic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = minimalDynamic.app; sourceTree = BUILT_PRODUCTS_DIR; };
2c556733 95 1864B4F408566CAB00E32E9B /* minimal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = minimal.app; sourceTree = BUILT_PRODUCTS_DIR; };
01c12bd8 96 20286C33FDCF999611CA2CEA /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
e059f83f 97 403BFCA70A1F893400D89D00 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
01c12bd8 98 4086D0EF063BBC5B00D4CD53 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
2c556733 99 409F03930977B96200D1030F /* wxWindows.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = wxWindows.xcodeproj; path = ../../src/wxWindows.xcodeproj; sourceTree = SOURCE_ROOT; };
01c12bd8 100 CA60173504D423C000000080 /* System.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = System.framework; path = /System/Library/Frameworks/System.framework; sourceTree = "<absolute>"; };
01c12bd8 101 F591E05701FCC5DE01000133 /* minimal.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = minimal.cpp; sourceTree = SOURCE_ROOT; };
01c12bd8
SC
102 F5F5A69A02CDB0E101000133 /* wxmac.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = wxmac.icns; path = ../../src/mac/wxmac.icns; sourceTree = SOURCE_ROOT; };
103/* End PBXFileReference section */
104
105/* Begin PBXFrameworksBuildPhase section */
106 4086D0E8063BBC5B00D4CD53 /* Frameworks */ = {
107 isa = PBXFrameworksBuildPhase;
108 buildActionMask = 2147483647;
109 files = (
2c556733 110 409F03A10977B97B00D1030F /* libwx_mac_static.a in Frameworks */,
01c12bd8
SC
111 4086D0E9063BBC5B00D4CD53 /* Carbon.framework in Frameworks */,
112 4086D0EC063BBC5B00D4CD53 /* System.framework in Frameworks */,
01c12bd8
SC
113 1842CAFB085664390032BCF7 /* AGL.framework in Frameworks */,
114 1842CAFC085664390032BCF7 /* IOKit.framework in Frameworks */,
115 1842CAFD085664390032BCF7 /* OpenGL.framework in Frameworks */,
116 1842CAFE085664390032BCF7 /* WebKit.framework in Frameworks */,
e059f83f 117 403BFCA90A1F893400D89D00 /* AppKit.framework in Frameworks */,
01c12bd8
SC
118 );
119 runOnlyForDeploymentPostprocessing = 0;
120 };
121 4086D108063BBC5C00D4CD53 /* Frameworks */ = {
122 isa = PBXFrameworksBuildPhase;
123 buildActionMask = 2147483647;
124 files = (
125 4086D109063BBC5C00D4CD53 /* Carbon.framework in Frameworks */,
126 4086D10B063BBC5C00D4CD53 /* System.framework in Frameworks */,
01c12bd8
SC
127 1842CAFF085664390032BCF7 /* AGL.framework in Frameworks */,
128 1842CB00085664390032BCF7 /* IOKit.framework in Frameworks */,
129 1842CB01085664390032BCF7 /* OpenGL.framework in Frameworks */,
130 1842CB02085664390032BCF7 /* WebKit.framework in Frameworks */,
e059f83f 131 403BFCA80A1F893400D89D00 /* AppKit.framework in Frameworks */,
01c12bd8
SC
132 );
133 runOnlyForDeploymentPostprocessing = 0;
134 };
135/* End PBXFrameworksBuildPhase section */
136
137/* Begin PBXGroup section */
a88b0a68 138 1864B4F608566CB300E32E9B /* Products */ = {
01c12bd8
SC
139 isa = PBXGroup;
140 children = (
2c556733
SC
141 1864B4F208566CAB00E32E9B /* minimalDynamic.app */,
142 1864B4F408566CAB00E32E9B /* minimal.app */,
01c12bd8
SC
143 );
144 name = Products;
145 sourceTree = "<group>";
146 };
147 20286C29FDCF999611CA2CEA /* «PROJECTNAME» */ = {
148 isa = PBXGroup;
149 children = (
2c556733 150 409F03930977B96200D1030F /* wxWindows.xcodeproj */,
01c12bd8
SC
151 20286C2AFDCF999611CA2CEA /* Sources */,
152 20286C2CFDCF999611CA2CEA /* Resources */,
153 20286C32FDCF999611CA2CEA /* External Frameworks and Libraries */,
01c12bd8 154 4086D0EF063BBC5B00D4CD53 /* Info.plist */,
a88b0a68 155 1864B4F608566CB300E32E9B /* Products */,
01c12bd8
SC
156 );
157 name = "«PROJECTNAME»";
158 sourceTree = "<group>";
159 };
160 20286C2AFDCF999611CA2CEA /* Sources */ = {
161 isa = PBXGroup;
162 children = (
163 F591E05701FCC5DE01000133 /* minimal.cpp */,
164 );
165 name = Sources;
166 sourceTree = "<group>";
167 };
168 20286C2CFDCF999611CA2CEA /* Resources */ = {
169 isa = PBXGroup;
170 children = (
171 F5F5A69A02CDB0E101000133 /* wxmac.icns */,
172 );
173 name = Resources;
174 sourceTree = "<group>";
175 };
176 20286C32FDCF999611CA2CEA /* External Frameworks and Libraries */ = {
177 isa = PBXGroup;
178 children = (
e059f83f 179 403BFCA70A1F893400D89D00 /* AppKit.framework */,
01c12bd8
SC
180 20286C33FDCF999611CA2CEA /* Carbon.framework */,
181 CA60173504D423C000000080 /* System.framework */,
182 1842CAF7085664390032BCF7 /* AGL.framework */,
183 1842CAF8085664390032BCF7 /* IOKit.framework */,
184 1842CAF9085664390032BCF7 /* OpenGL.framework */,
185 1842CAFA085664390032BCF7 /* WebKit.framework */,
01c12bd8
SC
186 );
187 name = "External Frameworks and Libraries";
188 sourceTree = "<group>";
189 };
2c556733
SC
190 409F03940977B96200D1030F /* Products */ = {
191 isa = PBXGroup;
192 children = (
193 409F039A0977B96200D1030F /* libwx_mac_static.a */,
e059f83f 194 407AA07209D30FFB003E4CF8 /* libwx_mac.dylib */,
2c556733
SC
195 );
196 name = Products;
197 sourceTree = "<group>";
198 };
01c12bd8
SC
199/* End PBXGroup section */
200
201/* Begin PBXHeadersBuildPhase section */
202 4086D0E3063BBC5B00D4CD53 /* Headers */ = {
203 isa = PBXHeadersBuildPhase;
204 buildActionMask = 2147483647;
205 files = (
206 );
207 runOnlyForDeploymentPostprocessing = 0;
208 };
209 4086D103063BBC5C00D4CD53 /* Headers */ = {
210 isa = PBXHeadersBuildPhase;
211 buildActionMask = 2147483647;
212 files = (
213 );
214 runOnlyForDeploymentPostprocessing = 0;
215 };
216/* End PBXHeadersBuildPhase section */
217
218/* Begin PBXNativeTarget section */
219 4086D0E2063BBC5B00D4CD53 /* static */ = {
220 isa = PBXNativeTarget;
221 buildConfigurationList = 1842CAA008565A280032BCF7 /* Build configuration list for PBXNativeTarget "static" */;
222 buildPhases = (
223 4086D0E3063BBC5B00D4CD53 /* Headers */,
224 4086D0E4063BBC5B00D4CD53 /* Resources */,
225 4086D0E6063BBC5B00D4CD53 /* Sources */,
226 4086D0E8063BBC5B00D4CD53 /* Frameworks */,
227 4086D0ED063BBC5B00D4CD53 /* Rez */,
228 );
229 buildRules = (
230 );
01c12bd8
SC
231 dependencies = (
232 );
233 name = static;
234 productInstallPath = "$(HOME)/Applications";
235 productName = minimalStaticDebug;
2c556733 236 productReference = 1864B4F408566CAB00E32E9B /* minimal.app */;
01c12bd8
SC
237 productType = "com.apple.product-type.application";
238 };
239 4086D102063BBC5C00D4CD53 /* dynamic */ = {
240 isa = PBXNativeTarget;
241 buildConfigurationList = 1842CAA808565A280032BCF7 /* Build configuration list for PBXNativeTarget "dynamic" */;
242 buildPhases = (
01c12bd8
SC
243 4086D103063BBC5C00D4CD53 /* Headers */,
244 4086D104063BBC5C00D4CD53 /* Resources */,
245 4086D106063BBC5C00D4CD53 /* Sources */,
246 4086D108063BBC5C00D4CD53 /* Frameworks */,
247 4086D10D063BBC5C00D4CD53 /* Rez */,
2c556733
SC
248 40A03F7108653C5C000E0339 /* CopyFiles */,
249 40A0CE7F0875719100810086 /* ShellScript */,
01c12bd8
SC
250 );
251 buildRules = (
252 );
01c12bd8
SC
253 dependencies = (
254 );
255 name = dynamic;
256 productInstallPath = "$(HOME)/Applications";
257 productName = minimalDynamicDebug;
2c556733 258 productReference = 1864B4F208566CAB00E32E9B /* minimalDynamic.app */;
01c12bd8
SC
259 productType = "com.apple.product-type.application";
260 };
261/* End PBXNativeTarget section */
262
263/* Begin PBXProject section */
264 20286C28FDCF999611CA2CEA /* Project object */ = {
265 isa = PBXProject;
266 buildConfigurationList = 1842CAB408565A280032BCF7 /* Build configuration list for PBXProject "minimal" */;
01c12bd8
SC
267 hasScannedForEncodings = 1;
268 mainGroup = 20286C29FDCF999611CA2CEA /* «PROJECTNAME» */;
a88b0a68 269 productRefGroup = 20286C29FDCF999611CA2CEA /* «PROJECTNAME» */;
01c12bd8 270 projectDirPath = "";
2c556733
SC
271 projectReferences = (
272 {
273 ProductGroup = 409F03940977B96200D1030F /* Products */;
274 ProjectRef = 409F03930977B96200D1030F /* wxWindows.xcodeproj */;
275 },
276 );
01c12bd8
SC
277 targets = (
278 4086D0E2063BBC5B00D4CD53 /* static */,
279 4086D102063BBC5C00D4CD53 /* dynamic */,
280 405DD1B0063CD57F00F579EE /* Build All */,
281 );
282 };
283/* End PBXProject section */
284
2c556733 285/* Begin PBXReferenceProxy section */
e059f83f
SC
286 407AA07209D30FFB003E4CF8 /* libwx_mac.dylib */ = {
287 isa = PBXReferenceProxy;
288 fileType = "compiled.mach-o.dylib";
289 path = libwx_mac.dylib;
290 remoteRef = 407AA07109D30FFB003E4CF8 /* PBXContainerItemProxy */;
291 sourceTree = BUILT_PRODUCTS_DIR;
292 };
2c556733
SC
293 409F039A0977B96200D1030F /* libwx_mac_static.a */ = {
294 isa = PBXReferenceProxy;
295 fileType = archive.ar;
296 path = libwx_mac_static.a;
297 remoteRef = 409F03990977B96200D1030F /* PBXContainerItemProxy */;
298 sourceTree = BUILT_PRODUCTS_DIR;
299 };
2c556733
SC
300/* End PBXReferenceProxy section */
301
01c12bd8
SC
302/* Begin PBXResourcesBuildPhase section */
303 4086D0E4063BBC5B00D4CD53 /* Resources */ = {
304 isa = PBXResourcesBuildPhase;
305 buildActionMask = 2147483647;
306 files = (
307 4086D0E5063BBC5B00D4CD53 /* wxmac.icns in Resources */,
308 );
309 runOnlyForDeploymentPostprocessing = 0;
310 };
311 4086D104063BBC5C00D4CD53 /* Resources */ = {
312 isa = PBXResourcesBuildPhase;
313 buildActionMask = 2147483647;
314 files = (
315 4086D105063BBC5C00D4CD53 /* wxmac.icns in Resources */,
316 );
317 runOnlyForDeploymentPostprocessing = 0;
318 };
319/* End PBXResourcesBuildPhase section */
320
321/* Begin PBXRezBuildPhase section */
322 4086D0ED063BBC5B00D4CD53 /* Rez */ = {
323 isa = PBXRezBuildPhase;
324 buildActionMask = 2147483647;
325 files = (
326 );
327 runOnlyForDeploymentPostprocessing = 0;
328 };
329 4086D10D063BBC5C00D4CD53 /* Rez */ = {
330 isa = PBXRezBuildPhase;
331 buildActionMask = 2147483647;
332 files = (
333 );
334 runOnlyForDeploymentPostprocessing = 0;
335 };
336/* End PBXRezBuildPhase section */
337
a88b0a68 338/* Begin PBXShellScriptBuildPhase section */
2c556733 339 40A0CE7F0875719100810086 /* ShellScript */ = {
a88b0a68
SC
340 isa = PBXShellScriptBuildPhase;
341 buildActionMask = 2147483647;
342 files = (
343 );
344 inputPaths = (
345 );
346 outputPaths = (
347 );
348 runOnlyForDeploymentPostprocessing = 0;
349 shellPath = /bin/sh;
2c556733 350 shellScript = "mkdir $TARGET_BUILD_DIR/$FRAMEWORKS_FOLDER_PATH\ncp ../../src/build/$BUILD_STYLE/libwx_mac.dylib $TARGET_BUILD_DIR/$FRAMEWORKS_FOLDER_PATH";
a88b0a68
SC
351 };
352/* End PBXShellScriptBuildPhase section */
353
01c12bd8
SC
354/* Begin PBXSourcesBuildPhase section */
355 4086D0E6063BBC5B00D4CD53 /* Sources */ = {
356 isa = PBXSourcesBuildPhase;
357 buildActionMask = 2147483647;
358 files = (
ea9e382e 359 403608C909953BFD00700A19 /* minimal.cpp in Sources */,
01c12bd8
SC
360 );
361 runOnlyForDeploymentPostprocessing = 0;
362 };
363 4086D106063BBC5C00D4CD53 /* Sources */ = {
364 isa = PBXSourcesBuildPhase;
365 buildActionMask = 2147483647;
366 files = (
367 4086D107063BBC5C00D4CD53 /* minimal.cpp in Sources */,
368 );
369 runOnlyForDeploymentPostprocessing = 0;
370 };
371/* End PBXSourcesBuildPhase section */
372
373/* Begin PBXTargetDependency section */
374 405DD1C2063CD5B500F579EE /* PBXTargetDependency */ = {
375 isa = PBXTargetDependency;
376 target = 4086D0E2063BBC5B00D4CD53 /* static */;
377 targetProxy = 405DD1C1063CD5B500F579EE /* PBXContainerItemProxy */;
378 };
379 405DD1C6063CD5B500F579EE /* PBXTargetDependency */ = {
380 isa = PBXTargetDependency;
381 target = 4086D102063BBC5C00D4CD53 /* dynamic */;
382 targetProxy = 405DD1C5063CD5B500F579EE /* PBXContainerItemProxy */;
383 };
384/* End PBXTargetDependency section */
385
386/* Begin XCBuildConfiguration section */
387 1842CAA108565A280032BCF7 /* Development */ = {
388 isa = XCBuildConfiguration;
389 buildSettings = {
a0845d45 390 ALWAYS_SEARCH_USER_PATHS = NO;
01c12bd8
SC
391 GCC_PRECOMPILE_PREFIX_HEADER = YES;
392 GCC_PREFIX_HEADER = ../../include/wx/wxprec.h;
393 GCC_PREPROCESSOR_DEFINITIONS = (
394 NO_GCC_PRAGMA,
395 __WXMAC__,
2c556733 396 "wxUSE_BASE=1",
01c12bd8
SC
397 "_FILE_OFFSET_BITS=64",
398 _LARGE_FILES,
399 "__WXMAC_XCODE__=1",
400 "WX_PRECOMP=1",
2c556733
SC
401 MACOS_CLASSIC,
402 "__WXDEBUG__=1",
01c12bd8 403 );
e059f83f
SC
404 GCC_VERSION_i386 = 4.0;
405 GCC_VERSION_ppc = 3.3;
01c12bd8 406 INSTALL_PATH = "$(HOME)/Applications";
2c556733
SC
407 LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../../src/build/Development";
408 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
409 MACOSX_DEPLOYMENT_TARGET_ppc = 10.3;
a0845d45
SC
410 OTHER_LDFLAGS = (
411 "-liconv",
412 "-lz",
413 );
2c556733
SC
414 UNSTRIPPED_PRODUCT = "<Multiple values>";
415 USER_HEADER_SEARCH_PATHS = "${SYMROOT}/include ../../include ../../src/build/include .";
01c12bd8
SC
416 USE_SEPARATE_HEADERMAPS = YES;
417 WARNING_CFLAGS = (
418 "-Wmost",
419 "-Wno-four-char-constants",
420 "-Wno-unknown-pragmas",
421 );
48e8e90e 422 ZERO_LINK = NO;
01c12bd8
SC
423 };
424 name = Development;
425 };
426 1842CAA208565A280032BCF7 /* Deployment */ = {
427 isa = XCBuildConfiguration;
428 buildSettings = {
a0845d45 429 ALWAYS_SEARCH_USER_PATHS = NO;
01c12bd8
SC
430 GCC_PRECOMPILE_PREFIX_HEADER = YES;
431 GCC_PREFIX_HEADER = ../../include/wx/wxprec.h;
432 GCC_PREPROCESSOR_DEFINITIONS = (
433 NO_GCC_PRAGMA,
434 __WXMAC__,
2c556733 435 "wxUSE_BASE=1",
01c12bd8
SC
436 "_FILE_OFFSET_BITS=64",
437 _LARGE_FILES,
438 "__WXMAC_XCODE__=1",
439 "WX_PRECOMP=1",
2c556733 440 MACOS_CLASSIC,
01c12bd8 441 );
01c12bd8 442 INSTALL_PATH = "$(HOME)/Applications";
2c556733
SC
443 LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../../src/build/Deployment";
444 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
445 MACOSX_DEPLOYMENT_TARGET_ppc = 10.3;
a0845d45
SC
446 OTHER_LDFLAGS = (
447 "-liconv",
448 "-lz",
449 );
2c556733
SC
450 UNSTRIPPED_PRODUCT = "<Multiple values>";
451 USER_HEADER_SEARCH_PATHS = "${SYMROOT}/include ../../include ../../src/build/include .";
01c12bd8
SC
452 USE_SEPARATE_HEADERMAPS = YES;
453 WARNING_CFLAGS = (
454 "-Wmost",
455 "-Wno-four-char-constants",
456 "-Wno-unknown-pragmas",
457 );
458 };
459 name = Deployment;
460 };
461 1842CAA908565A280032BCF7 /* Development */ = {
462 isa = XCBuildConfiguration;
463 buildSettings = {
2c556733 464 ALWAYS_SEARCH_USER_PATHS = NO;
01c12bd8
SC
465 GCC_PRECOMPILE_PREFIX_HEADER = YES;
466 GCC_PREFIX_HEADER = ../../include/wx/wxprec.h;
467 GCC_PREPROCESSOR_DEFINITIONS = (
468 NO_GCC_PRAGMA,
2c556733
SC
469 "wxUSE_BASE=1",
470 "__WXDEBUG__=1",
471 MACOS_CLASSIC,
01c12bd8
SC
472 WXUSINGDLL,
473 __WXMAC__,
474 "_FILE_OFFSET_BITS=64",
475 _LARGE_FILES,
476 "__WXMAC_XCODE__=1",
477 "WX_PRECOMP=1",
478 );
2c556733
SC
479 GCC_VERSION_i386 = 4.0;
480 GCC_VERSION_ppc = 3.3;
01c12bd8
SC
481 INSTALL_PATH = "$(HOME)/Applications";
482 LIBRARY_SEARCH_PATHS = (
a88b0a68 483 "$(SRCROOT)/../../src/build/Development",
2c556733 484 "$(SRCROOT)/../../src/build/Deployment",
01c12bd8 485 );
2c556733
SC
486 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
487 MACOSX_DEPLOYMENT_TARGET_ppc = 10.3;
a0845d45
SC
488 OTHER_LDFLAGS = (
489 "-liconv",
490 "-lz",
e059f83f 491 "-lwx_mac",
a0845d45 492 );
2c556733
SC
493 PRODUCT_NAME = "$(PRODUCT_NAME)Dynamic";
494 USER_HEADER_SEARCH_PATHS = "${SYMROOT}/include ../../include ../../src/build/include .";
495 USE_SEPARATE_HEADERMAPS = YES;
01c12bd8
SC
496 WARNING_CFLAGS = (
497 "-Wmost",
498 "-Wno-four-char-constants",
499 "-Wno-unknown-pragmas",
500 );
501 ZERO_LINK = NO;
502 };
503 name = Development;
504 };
505 1842CAAA08565A280032BCF7 /* Deployment */ = {
506 isa = XCBuildConfiguration;
507 buildSettings = {
2c556733 508 ALWAYS_SEARCH_USER_PATHS = NO;
01c12bd8
SC
509 GCC_PRECOMPILE_PREFIX_HEADER = YES;
510 GCC_PREFIX_HEADER = ../../include/wx/wxprec.h;
511 GCC_PREPROCESSOR_DEFINITIONS = (
512 NO_GCC_PRAGMA,
2c556733 513 "wxUSE_BASE=1",
01c12bd8
SC
514 WXUSINGDLL,
515 __WXMAC__,
516 "_FILE_OFFSET_BITS=64",
517 _LARGE_FILES,
518 "__WXMAC_XCODE__=1",
519 "WX_PRECOMP=1",
2c556733 520 MACOS_CLASSIC,
01c12bd8 521 );
2c556733
SC
522 GCC_VERSION_i386 = 4.0;
523 GCC_VERSION_ppc = 3.3;
01c12bd8
SC
524 INSTALL_PATH = "$(HOME)/Applications";
525 LIBRARY_SEARCH_PATHS = (
01c12bd8 526 "$(SRCROOT)/../../src/build/Deployment",
a88b0a68 527 "$(SRCROOT)/../../src/build/Development",
01c12bd8 528 );
2c556733
SC
529 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
530 MACOSX_DEPLOYMENT_TARGET_ppc = 10.3;
a0845d45
SC
531 OTHER_LDFLAGS = (
532 "-liconv",
533 "-lz",
e059f83f 534 "-lwx_mac",
a0845d45 535 );
2c556733
SC
536 PRODUCT_NAME = "$(PRODUCT_NAME)Dynamic";
537 USER_HEADER_SEARCH_PATHS = "${SYMROOT}/include ../../include ../../src/build/include .";
538 USE_SEPARATE_HEADERMAPS = YES;
01c12bd8
SC
539 WARNING_CFLAGS = (
540 "-Wmost",
541 "-Wno-four-char-constants",
542 "-Wno-unknown-pragmas",
543 );
544 ZERO_LINK = NO;
545 };
546 name = Deployment;
547 };
548 1842CAB108565A280032BCF7 /* Development */ = {
549 isa = XCBuildConfiguration;
550 buildSettings = {
551 COPY_PHASE_STRIP = NO;
552 GCC_DYNAMIC_NO_PIC = NO;
553 GCC_ENABLE_FIX_AND_CONTINUE = YES;
554 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
555 GCC_OPTIMIZATION_LEVEL = 0;
556 OPTIMIZATION_CFLAGS = "-O0";
557 OTHER_CFLAGS = "";
558 OTHER_LDFLAGS = "";
559 OTHER_REZFLAGS = "";
560 PRODUCT_NAME = "Build All";
561 SECTORDER_FLAGS = "";
562 WARNING_CFLAGS = (
563 "-Wmost",
564 "-Wno-four-char-constants",
565 "-Wno-unknown-pragmas",
566 );
567 ZERO_LINK = YES;
568 };
569 name = Development;
570 };
571 1842CAB208565A280032BCF7 /* Deployment */ = {
572 isa = XCBuildConfiguration;
573 buildSettings = {
574 COPY_PHASE_STRIP = YES;
575 GCC_ENABLE_FIX_AND_CONTINUE = NO;
576 OTHER_CFLAGS = "";
577 OTHER_LDFLAGS = "";
578 OTHER_REZFLAGS = "";
579 PRODUCT_NAME = "Build All";
580 SECTORDER_FLAGS = "";
581 WARNING_CFLAGS = (
582 "-Wmost",
583 "-Wno-four-char-constants",
584 "-Wno-unknown-pragmas",
585 );
586 ZERO_LINK = NO;
587 };
588 name = Deployment;
589 };
590 1842CAB508565A280032BCF7 /* Development */ = {
591 isa = XCBuildConfiguration;
592 buildSettings = {
2c556733
SC
593 ARCHS = (
594 ppc,
595 i386,
596 );
01c12bd8
SC
597 COPY_PHASE_STRIP = NO;
598 GCC_ENABLE_FIX_AND_CONTINUE = YES;
599 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
600 GCC_OPTIMIZATION_LEVEL = 0;
601 GCC_PREPROCESSOR_DEFINITIONS = __WXDEBUG__;
66936c37 602 INFOPLIST_FILE = Info.plist;
2c556733
SC
603 LIBRARY_SEARCH_PATHS = ../../src/;
604 MACOSX_DEPLOYMENT_TARGET = 10.4;
605 PRODUCT_NAME = minimal;
606 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
01c12bd8
SC
607 ZERO_LINK = YES;
608 };
609 name = Development;
610 };
611 1842CAB608565A280032BCF7 /* Deployment */ = {
612 isa = XCBuildConfiguration;
613 buildSettings = {
2c556733
SC
614 ARCHS = (
615 ppc,
616 i386,
617 );
01c12bd8 618 COPY_PHASE_STRIP = YES;
a88b0a68 619 DynamicLibName = libwx_mac.dylib;
01c12bd8
SC
620 GCC_ENABLE_FIX_AND_CONTINUE = NO;
621 GCC_OPTIMIZATION_LEVEL = s;
66936c37 622 INFOPLIST_FILE = Info.plist;
01c12bd8 623 LIBRARY_SEARCH_PATHS = ../../src/build/Deployment;
2c556733
SC
624 MACOSX_DEPLOYMENT_TARGET = 10.4;
625 PRODUCT_NAME = minimal;
626 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
01c12bd8
SC
627 ZERO_LINK = NO;
628 };
629 name = Deployment;
630 };
631/* End XCBuildConfiguration section */
632
633/* Begin XCConfigurationList section */
634 1842CAA008565A280032BCF7 /* Build configuration list for PBXNativeTarget "static" */ = {
635 isa = XCConfigurationList;
636 buildConfigurations = (
637 1842CAA108565A280032BCF7 /* Development */,
638 1842CAA208565A280032BCF7 /* Deployment */,
639 );
640 defaultConfigurationIsVisible = 0;
641 defaultConfigurationName = Development;
642 };
643 1842CAA808565A280032BCF7 /* Build configuration list for PBXNativeTarget "dynamic" */ = {
644 isa = XCConfigurationList;
645 buildConfigurations = (
646 1842CAA908565A280032BCF7 /* Development */,
647 1842CAAA08565A280032BCF7 /* Deployment */,
648 );
649 defaultConfigurationIsVisible = 0;
650 defaultConfigurationName = Development;
651 };
652 1842CAB008565A280032BCF7 /* Build configuration list for PBXAggregateTarget "Build All" */ = {
653 isa = XCConfigurationList;
654 buildConfigurations = (
655 1842CAB108565A280032BCF7 /* Development */,
656 1842CAB208565A280032BCF7 /* Deployment */,
657 );
658 defaultConfigurationIsVisible = 0;
659 defaultConfigurationName = Development;
660 };
661 1842CAB408565A280032BCF7 /* Build configuration list for PBXProject "minimal" */ = {
662 isa = XCConfigurationList;
663 buildConfigurations = (
664 1842CAB508565A280032BCF7 /* Development */,
665 1842CAB608565A280032BCF7 /* Deployment */,
666 );
667 defaultConfigurationIsVisible = 0;
668 defaultConfigurationName = Development;
669 };
670/* End XCConfigurationList section */
671 };
672 rootObject = 20286C28FDCF999611CA2CEA /* Project object */;
673}