version 1.1, universal binary, new xcode
[LeanCalc.git] / LeanCalc.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 42;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 1B8243BE07BF863600279D6D /* Calculations.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243BC07BF863600279D6D /* Calculations.icns */; };
11                 1B8243BF07BF863600279D6D /* LeanCalc.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243BD07BF863600279D6D /* LeanCalc.icns */; };
12                 1B8243CA07BF866200279D6D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8243C807BF866200279D6D /* main.m */; };
13                 1B8243D507BF867300279D6D /* AppDelegate.h in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243CD07BF867300279D6D /* AppDelegate.h */; };
14                 1B8243D607BF867300279D6D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8243CE07BF867300279D6D /* AppDelegate.m */; };
15                 1B8243D707BF867300279D6D /* Calculation.h in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243CF07BF867300279D6D /* Calculation.h */; };
16                 1B8243D807BF867300279D6D /* Calculation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8243D007BF867300279D6D /* Calculation.m */; };
17                 1B8243D907BF867300279D6D /* CmdKeyInterceptApplication.h in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243D107BF867300279D6D /* CmdKeyInterceptApplication.h */; };
18                 1B8243DA07BF867300279D6D /* CmdKeyInterceptApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8243D207BF867300279D6D /* CmdKeyInterceptApplication.m */; };
19                 1B8243DB07BF867300279D6D /* MyDocument.h in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243D307BF867300279D6D /* MyDocument.h */; };
20                 1B8243DC07BF867300279D6D /* MyDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8243D407BF867300279D6D /* MyDocument.m */; };
21                 1B82478807BF8A7000279D6D /* LeanCalc_Prefix.pch in Resources */ = {isa = PBXBuildFile; fileRef = 1B82478707BF8A7000279D6D /* LeanCalc_Prefix.pch */; };
22                 1BC8F6E107B9782800987A06 /* help in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1BC8F59807B9780900987A06 /* help */; };
23                 1BFAB21307AED78500C841BA /* libcalc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BFAB21207AED78500C841BA /* libcalc.a */; };
24                 1BFAB26707AEE8C900C841BA /* libcustcalc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BFAB26607AEE8C900C841BA /* libcustcalc.a */; };
25                 8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */; };
26                 8D15AC2D0486D014006FF6A4 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */; };
27                 8D15AC2E0486D014006FF6A4 /* MyDocument.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B4FDCFA73011CA2CEA /* MyDocument.nib */; };
28                 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165FFE840EACC02AAC07 /* InfoPlist.strings */; };
29                 8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; };
30 /* End PBXBuildFile section */
31
32 /* Begin PBXBuildStyle section */
33                 4A9504D0FFE6A4CB11CA0CBA /* Development */ = {
34                         isa = PBXBuildStyle;
35                         buildSettings = {
36                                 COPY_PHASE_STRIP = NO;
37                                 GCC_DYNAMIC_NO_PIC = NO;
38                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
39                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
40                                 GCC_OPTIMIZATION_LEVEL = 0;
41                                 HEADER_SEARCH_PATHS = (
42                                         Calc,
43                                         Sources,
44                                 );
45                                 ZERO_LINK = YES;
46                         };
47                         name = Development;
48                 };
49                 4A9504D1FFE6A4CB11CA0CBA /* Deployment */ = {
50                         isa = PBXBuildStyle;
51                         buildSettings = {
52                                 COPY_PHASE_STRIP = YES;
53                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
54                                 HEADER_SEARCH_PATHS = (
55                                         Calc,
56                                         Sources,
57                                 );
58                                 ZERO_LINK = NO;
59                         };
60                         name = Deployment;
61                 };
62 /* End PBXBuildStyle section */
63
64 /* Begin PBXCopyFilesBuildPhase section */
65                 1BC8F40907B8A3F700987A06 /* CopyFiles */ = {
66                         isa = PBXCopyFilesBuildPhase;
67                         buildActionMask = 2147483647;
68                         dstPath = "";
69                         dstSubfolderSpec = 7;
70                         files = (
71                                 1BC8F6E107B9782800987A06 /* help in CopyFiles */,
72                         );
73                         runOnlyForDeploymentPostprocessing = 0;
74                 };
75 /* End PBXCopyFilesBuildPhase section */
76
77 /* Begin PBXFileReference section */
78                 089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
79                 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
80                 1B8243BC07BF863600279D6D /* Calculations.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = Calculations.icns; path = "Icon Artwork/Calculations.icns"; sourceTree = "<group>"; };
81                 1B8243BD07BF863600279D6D /* LeanCalc.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = LeanCalc.icns; path = "Icon Artwork/LeanCalc.icns"; sourceTree = "<group>"; };
82                 1B8243C807BF866200279D6D /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Sources/main.m; sourceTree = "<group>"; };
83                 1B8243CD07BF867300279D6D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Sources/AppDelegate.h; sourceTree = "<group>"; };
84                 1B8243CE07BF867300279D6D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Sources/AppDelegate.m; sourceTree = "<group>"; };
85                 1B8243CF07BF867300279D6D /* Calculation.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Calculation.h; path = Sources/Calculation.h; sourceTree = "<group>"; };
86                 1B8243D007BF867300279D6D /* Calculation.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = Calculation.m; path = Sources/Calculation.m; sourceTree = "<group>"; };
87                 1B8243D107BF867300279D6D /* CmdKeyInterceptApplication.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CmdKeyInterceptApplication.h; path = Sources/CmdKeyInterceptApplication.h; sourceTree = "<group>"; };
88                 1B8243D207BF867300279D6D /* CmdKeyInterceptApplication.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = CmdKeyInterceptApplication.m; path = Sources/CmdKeyInterceptApplication.m; sourceTree = "<group>"; };
89                 1B8243D307BF867300279D6D /* MyDocument.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MyDocument.h; path = Sources/MyDocument.h; sourceTree = "<group>"; };
90                 1B8243D407BF867300279D6D /* MyDocument.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = MyDocument.m; path = Sources/MyDocument.m; sourceTree = "<group>"; };
91                 1B82478707BF8A7000279D6D /* LeanCalc_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LeanCalc_Prefix.pch; sourceTree = "<group>"; };
92                 1BC8F59807B9780900987A06 /* help */ = {isa = PBXFileReference; lastKnownFileType = folder; path = help; sourceTree = "<group>"; };
93                 1BFAB21207AED78500C841BA /* libcalc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcalc.a; path = Calc/libcalc.a; sourceTree = "<group>"; };
94                 1BFAB26607AEE8C900C841BA /* libcustcalc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcustcalc.a; path = Calc/libcustcalc.a; sourceTree = "<group>"; };
95                 2A37F4B5FDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MyDocument.nib; sourceTree = "<group>"; };
96                 2A37F4B7FDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
97                 2A37F4BAFDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = English.lproj/Credits.rtf; sourceTree = "<group>"; };
98                 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
99                 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
100                 8D15AC360486D014006FF6A4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
101                 8D15AC370486D014006FF6A4 /* LeanCalc.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LeanCalc.app; sourceTree = BUILT_PRODUCTS_DIR; };
102 /* End PBXFileReference section */
103
104 /* Begin PBXFrameworksBuildPhase section */
105                 8D15AC330486D014006FF6A4 /* Frameworks */ = {
106                         isa = PBXFrameworksBuildPhase;
107                         buildActionMask = 2147483647;
108                         files = (
109                                 8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */,
110                                 1BFAB21307AED78500C841BA /* libcalc.a in Frameworks */,
111                                 1BFAB26707AEE8C900C841BA /* libcustcalc.a in Frameworks */,
112                         );
113                         runOnlyForDeploymentPostprocessing = 0;
114                 };
115 /* End PBXFrameworksBuildPhase section */
116
117 /* Begin PBXGroup section */
118                 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */ = {
119                         isa = PBXGroup;
120                         children = (
121                                 1BFAB21207AED78500C841BA /* libcalc.a */,
122                                 1BFAB26607AEE8C900C841BA /* libcustcalc.a */,
123                                 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */,
124                         );
125                         name = "Linked Frameworks";
126                         sourceTree = "<group>";
127                 };
128                 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */ = {
129                         isa = PBXGroup;
130                         children = (
131                                 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */,
132                                 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */,
133                         );
134                         name = "Other Frameworks";
135                         sourceTree = "<group>";
136                 };
137                 19C28FB0FE9D524F11CA2CBB /* Products */ = {
138                         isa = PBXGroup;
139                         children = (
140                                 8D15AC370486D014006FF6A4 /* LeanCalc.app */,
141                         );
142                         name = Products;
143                         sourceTree = "<group>";
144                 };
145                 2A37F4AAFDCFA73011CA2CEA /* LeanCalc */ = {
146                         isa = PBXGroup;
147                         children = (
148                                 2A37F4ABFDCFA73011CA2CEA /* Classes */,
149                                 2A37F4AFFDCFA73011CA2CEA /* Other Sources */,
150                                 2A37F4B8FDCFA73011CA2CEA /* Resources */,
151                                 2A37F4C3FDCFA73011CA2CEA /* Frameworks */,
152                                 19C28FB0FE9D524F11CA2CBB /* Products */,
153                         );
154                         name = LeanCalc;
155                         sourceTree = "<group>";
156                 };
157                 2A37F4ABFDCFA73011CA2CEA /* Classes */ = {
158                         isa = PBXGroup;
159                         children = (
160                                 1B8243CD07BF867300279D6D /* AppDelegate.h */,
161                                 1B8243CE07BF867300279D6D /* AppDelegate.m */,
162                                 1B8243CF07BF867300279D6D /* Calculation.h */,
163                                 1B8243D007BF867300279D6D /* Calculation.m */,
164                                 1B8243D107BF867300279D6D /* CmdKeyInterceptApplication.h */,
165                                 1B8243D207BF867300279D6D /* CmdKeyInterceptApplication.m */,
166                                 1B8243D307BF867300279D6D /* MyDocument.h */,
167                                 1B8243D407BF867300279D6D /* MyDocument.m */,
168                         );
169                         name = Classes;
170                         sourceTree = "<group>";
171                 };
172                 2A37F4AFFDCFA73011CA2CEA /* Other Sources */ = {
173                         isa = PBXGroup;
174                         children = (
175                                 1B8243C807BF866200279D6D /* main.m */,
176                                 1B82478707BF8A7000279D6D /* LeanCalc_Prefix.pch */,
177                         );
178                         name = "Other Sources";
179                         sourceTree = "<group>";
180                 };
181                 2A37F4B8FDCFA73011CA2CEA /* Resources */ = {
182                         isa = PBXGroup;
183                         children = (
184                                 1B8243BC07BF863600279D6D /* Calculations.icns */,
185                                 1B8243BD07BF863600279D6D /* LeanCalc.icns */,
186                                 1BC8F59807B9780900987A06 /* help */,
187                                 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */,
188                                 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */,
189                                 2A37F4B4FDCFA73011CA2CEA /* MyDocument.nib */,
190                                 8D15AC360486D014006FF6A4 /* Info.plist */,
191                                 089C165FFE840EACC02AAC07 /* InfoPlist.strings */,
192                         );
193                         name = Resources;
194                         sourceTree = "<group>";
195                 };
196                 2A37F4C3FDCFA73011CA2CEA /* Frameworks */ = {
197                         isa = PBXGroup;
198                         children = (
199                                 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */,
200                                 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */,
201                         );
202                         name = Frameworks;
203                         sourceTree = "<group>";
204                 };
205 /* End PBXGroup section */
206
207 /* Begin PBXNativeTarget section */
208                 8D15AC270486D014006FF6A4 /* LeanCalc */ = {
209                         isa = PBXNativeTarget;
210                         buildConfigurationList = 1BCC418209F8D0C800F1AC9F /* Build configuration list for PBXNativeTarget "LeanCalc" */;
211                         buildPhases = (
212                                 1B82477B07BF8A3100279D6D /* ShellScript */,
213                                 8D15AC2B0486D014006FF6A4 /* Resources */,
214                                 8D15AC300486D014006FF6A4 /* Sources */,
215                                 8D15AC330486D014006FF6A4 /* Frameworks */,
216                                 1BC8F40907B8A3F700987A06 /* CopyFiles */,
217                         );
218                         buildRules = (
219                         );
220                         buildSettings = {
221                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
222                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
223                                 GCC_PREFIX_HEADER = LeanCalc_Prefix.pch;
224                                 INFOPLIST_FILE = Info.plist;
225                                 INSTALL_PATH = "$(HOME)/Applications";
226                                 LIBRARY_SEARCH_PATHS = calc;
227                                 PRODUCT_NAME = LeanCalc;
228                                 WRAPPER_EXTENSION = app;
229                         };
230                         dependencies = (
231                         );
232                         name = LeanCalc;
233                         productInstallPath = "$(HOME)/Applications";
234                         productName = LeanCalc;
235                         productReference = 8D15AC370486D014006FF6A4 /* LeanCalc.app */;
236                         productType = "com.apple.product-type.application";
237                 };
238 /* End PBXNativeTarget section */
239
240 /* Begin PBXProject section */
241                 2A37F4A9FDCFA73011CA2CEA /* Project object */ = {
242                         isa = PBXProject;
243                         buildConfigurationList = 1BCC418609F8D0C800F1AC9F /* Build configuration list for PBXProject "LeanCalc" */;
244                         buildSettings = {
245                         };
246                         buildStyles = (
247                                 4A9504D0FFE6A4CB11CA0CBA /* Development */,
248                                 4A9504D1FFE6A4CB11CA0CBA /* Deployment */,
249                         );
250                         hasScannedForEncodings = 1;
251                         mainGroup = 2A37F4AAFDCFA73011CA2CEA /* LeanCalc */;
252                         projectDirPath = "";
253                         targets = (
254                                 8D15AC270486D014006FF6A4 /* LeanCalc */,
255                         );
256                 };
257 /* End PBXProject section */
258
259 /* Begin PBXResourcesBuildPhase section */
260                 8D15AC2B0486D014006FF6A4 /* Resources */ = {
261                         isa = PBXResourcesBuildPhase;
262                         buildActionMask = 2147483647;
263                         files = (
264                                 8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */,
265                                 8D15AC2D0486D014006FF6A4 /* MainMenu.nib in Resources */,
266                                 8D15AC2E0486D014006FF6A4 /* MyDocument.nib in Resources */,
267                                 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */,
268                                 1B8243BE07BF863600279D6D /* Calculations.icns in Resources */,
269                                 1B8243BF07BF863600279D6D /* LeanCalc.icns in Resources */,
270                                 1B8243D507BF867300279D6D /* AppDelegate.h in Resources */,
271                                 1B8243D707BF867300279D6D /* Calculation.h in Resources */,
272                                 1B8243D907BF867300279D6D /* CmdKeyInterceptApplication.h in Resources */,
273                                 1B8243DB07BF867300279D6D /* MyDocument.h in Resources */,
274                                 1B82478807BF8A7000279D6D /* LeanCalc_Prefix.pch in Resources */,
275                         );
276                         runOnlyForDeploymentPostprocessing = 0;
277                 };
278 /* End PBXResourcesBuildPhase section */
279
280 /* Begin PBXShellScriptBuildPhase section */
281                 1B82477B07BF8A3100279D6D /* ShellScript */ = {
282                         isa = PBXShellScriptBuildPhase;
283                         buildActionMask = 2147483647;
284                         files = (
285                         );
286                         inputPaths = (
287                         );
288                         outputPaths = (
289                         );
290                         runOnlyForDeploymentPostprocessing = 0;
291                         shellPath = /bin/sh;
292                         shellScript = "ranlib calc/*.a";
293                 };
294 /* End PBXShellScriptBuildPhase section */
295
296 /* Begin PBXSourcesBuildPhase section */
297                 8D15AC300486D014006FF6A4 /* Sources */ = {
298                         isa = PBXSourcesBuildPhase;
299                         buildActionMask = 2147483647;
300                         files = (
301                                 1B8243CA07BF866200279D6D /* main.m in Sources */,
302                                 1B8243D607BF867300279D6D /* AppDelegate.m in Sources */,
303                                 1B8243D807BF867300279D6D /* Calculation.m in Sources */,
304                                 1B8243DA07BF867300279D6D /* CmdKeyInterceptApplication.m in Sources */,
305                                 1B8243DC07BF867300279D6D /* MyDocument.m in Sources */,
306                         );
307                         runOnlyForDeploymentPostprocessing = 0;
308                 };
309 /* End PBXSourcesBuildPhase section */
310
311 /* Begin PBXVariantGroup section */
312                 089C165FFE840EACC02AAC07 /* InfoPlist.strings */ = {
313                         isa = PBXVariantGroup;
314                         children = (
315                                 089C1660FE840EACC02AAC07 /* English */,
316                         );
317                         name = InfoPlist.strings;
318                         sourceTree = "<group>";
319                 };
320                 2A37F4B4FDCFA73011CA2CEA /* MyDocument.nib */ = {
321                         isa = PBXVariantGroup;
322                         children = (
323                                 2A37F4B5FDCFA73011CA2CEA /* English */,
324                         );
325                         name = MyDocument.nib;
326                         sourceTree = "<group>";
327                 };
328                 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */ = {
329                         isa = PBXVariantGroup;
330                         children = (
331                                 2A37F4B7FDCFA73011CA2CEA /* English */,
332                         );
333                         name = MainMenu.nib;
334                         sourceTree = "<group>";
335                 };
336                 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */ = {
337                         isa = PBXVariantGroup;
338                         children = (
339                                 2A37F4BAFDCFA73011CA2CEA /* English */,
340                         );
341                         name = Credits.rtf;
342                         sourceTree = "<group>";
343                 };
344 /* End PBXVariantGroup section */
345
346 /* Begin XCBuildConfiguration section */
347                 1BCC418309F8D0C800F1AC9F /* Development */ = {
348                         isa = XCBuildConfiguration;
349                         buildSettings = {
350                                 COPY_PHASE_STRIP = NO;
351                                 GCC_DYNAMIC_NO_PIC = NO;
352                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
353                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
354                                 GCC_OPTIMIZATION_LEVEL = 0;
355                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
356                                 GCC_PREFIX_HEADER = LeanCalc_Prefix.pch;
357                                 HEADER_SEARCH_PATHS = (
358                                         Calc,
359                                         Sources,
360                                 );
361                                 INFOPLIST_FILE = Info.plist;
362                                 INSTALL_PATH = "$(HOME)/Applications";
363                                 LIBRARY_SEARCH_PATHS = calc;
364                                 PRODUCT_NAME = LeanCalc;
365                                 WRAPPER_EXTENSION = app;
366                                 ZERO_LINK = YES;
367                         };
368                         name = Development;
369                 };
370                 1BCC418409F8D0C800F1AC9F /* Deployment */ = {
371                         isa = XCBuildConfiguration;
372                         buildSettings = {
373                                 COPY_PHASE_STRIP = YES;
374                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
375                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
376                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
377                                 GCC_PREFIX_HEADER = LeanCalc_Prefix.pch;
378                                 HEADER_SEARCH_PATHS = (
379                                         Calc,
380                                         Sources,
381                                 );
382                                 INFOPLIST_FILE = Info.plist;
383                                 INSTALL_PATH = "$(HOME)/Applications";
384                                 LIBRARY_SEARCH_PATHS = calc;
385                                 PRODUCT_NAME = LeanCalc;
386                                 WRAPPER_EXTENSION = app;
387                                 ZERO_LINK = NO;
388                         };
389                         name = Deployment;
390                 };
391                 1BCC418509F8D0C800F1AC9F /* Default */ = {
392                         isa = XCBuildConfiguration;
393                         buildSettings = {
394                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
395                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
396                                 GCC_PREFIX_HEADER = LeanCalc_Prefix.pch;
397                                 INFOPLIST_FILE = Info.plist;
398                                 INSTALL_PATH = "$(HOME)/Applications";
399                                 LIBRARY_SEARCH_PATHS = calc;
400                                 PRODUCT_NAME = LeanCalc;
401                                 WRAPPER_EXTENSION = app;
402                         };
403                         name = Default;
404                 };
405                 1BCC418709F8D0C800F1AC9F /* Development */ = {
406                         isa = XCBuildConfiguration;
407                         buildSettings = {
408                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
409                         };
410                         name = Development;
411                 };
412                 1BCC418809F8D0C800F1AC9F /* Deployment */ = {
413                         isa = XCBuildConfiguration;
414                         buildSettings = {
415                                 ARCHS = (
416                                         ppc,
417                                         i386,
418                                 );
419                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
420                         };
421                         name = Deployment;
422                 };
423                 1BCC418909F8D0C800F1AC9F /* Default */ = {
424                         isa = XCBuildConfiguration;
425                         buildSettings = {
426                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
427                         };
428                         name = Default;
429                 };
430 /* End XCBuildConfiguration section */
431
432 /* Begin XCConfigurationList section */
433                 1BCC418209F8D0C800F1AC9F /* Build configuration list for PBXNativeTarget "LeanCalc" */ = {
434                         isa = XCConfigurationList;
435                         buildConfigurations = (
436                                 1BCC418309F8D0C800F1AC9F /* Development */,
437                                 1BCC418409F8D0C800F1AC9F /* Deployment */,
438                                 1BCC418509F8D0C800F1AC9F /* Default */,
439                         );
440                         defaultConfigurationIsVisible = 0;
441                         defaultConfigurationName = Default;
442                 };
443                 1BCC418609F8D0C800F1AC9F /* Build configuration list for PBXProject "LeanCalc" */ = {
444                         isa = XCConfigurationList;
445                         buildConfigurations = (
446                                 1BCC418709F8D0C800F1AC9F /* Development */,
447                                 1BCC418809F8D0C800F1AC9F /* Deployment */,
448                                 1BCC418909F8D0C800F1AC9F /* Default */,
449                         );
450                         defaultConfigurationIsVisible = 0;
451                         defaultConfigurationName = Default;
452                 };
453 /* End XCConfigurationList section */
454         };
455         rootObject = 2A37F4A9FDCFA73011CA2CEA /* Project object */;
456 }