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