focus expression text field at startup -> version 1.2
[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                         hasScannedForEncodings = 1;
203                         mainGroup = 2A37F4AAFDCFA73011CA2CEA /* LeanCalc */;
204                         projectDirPath = "";
205                         targets = (
206                                 8D15AC270486D014006FF6A4 /* LeanCalc */,
207                         );
208                 };
209 /* End PBXProject section */
210
211 /* Begin PBXResourcesBuildPhase section */
212                 8D15AC2B0486D014006FF6A4 /* Resources */ = {
213                         isa = PBXResourcesBuildPhase;
214                         buildActionMask = 2147483647;
215                         files = (
216                                 8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */,
217                                 8D15AC2D0486D014006FF6A4 /* MainMenu.nib in Resources */,
218                                 8D15AC2E0486D014006FF6A4 /* MyDocument.nib in Resources */,
219                                 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */,
220                                 1B8243BE07BF863600279D6D /* Calculations.icns in Resources */,
221                                 1B8243BF07BF863600279D6D /* LeanCalc.icns in Resources */,
222                                 1B8243D507BF867300279D6D /* AppDelegate.h in Resources */,
223                                 1B8243D707BF867300279D6D /* Calculation.h in Resources */,
224                                 1B8243D907BF867300279D6D /* CmdKeyInterceptApplication.h in Resources */,
225                                 1B8243DB07BF867300279D6D /* MyDocument.h in Resources */,
226                                 1B82478807BF8A7000279D6D /* LeanCalc_Prefix.pch in Resources */,
227                         );
228                         runOnlyForDeploymentPostprocessing = 0;
229                 };
230 /* End PBXResourcesBuildPhase section */
231
232 /* Begin PBXShellScriptBuildPhase section */
233                 1B82477B07BF8A3100279D6D /* ShellScript */ = {
234                         isa = PBXShellScriptBuildPhase;
235                         buildActionMask = 2147483647;
236                         files = (
237                         );
238                         inputPaths = (
239                         );
240                         outputPaths = (
241                         );
242                         runOnlyForDeploymentPostprocessing = 0;
243                         shellPath = /bin/sh;
244                         shellScript = "ranlib calc/*.a";
245                 };
246 /* End PBXShellScriptBuildPhase section */
247
248 /* Begin PBXSourcesBuildPhase section */
249                 8D15AC300486D014006FF6A4 /* Sources */ = {
250                         isa = PBXSourcesBuildPhase;
251                         buildActionMask = 2147483647;
252                         files = (
253                                 1B8243CA07BF866200279D6D /* main.m in Sources */,
254                                 1B8243D607BF867300279D6D /* AppDelegate.m in Sources */,
255                                 1B8243D807BF867300279D6D /* Calculation.m in Sources */,
256                                 1B8243DA07BF867300279D6D /* CmdKeyInterceptApplication.m in Sources */,
257                                 1B8243DC07BF867300279D6D /* MyDocument.m in Sources */,
258                         );
259                         runOnlyForDeploymentPostprocessing = 0;
260                 };
261 /* End PBXSourcesBuildPhase section */
262
263 /* Begin PBXVariantGroup section */
264                 089C165FFE840EACC02AAC07 /* InfoPlist.strings */ = {
265                         isa = PBXVariantGroup;
266                         children = (
267                                 089C1660FE840EACC02AAC07 /* English */,
268                         );
269                         name = InfoPlist.strings;
270                         sourceTree = "<group>";
271                 };
272                 2A37F4B4FDCFA73011CA2CEA /* MyDocument.nib */ = {
273                         isa = PBXVariantGroup;
274                         children = (
275                                 2A37F4B5FDCFA73011CA2CEA /* English */,
276                         );
277                         name = MyDocument.nib;
278                         sourceTree = "<group>";
279                 };
280                 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */ = {
281                         isa = PBXVariantGroup;
282                         children = (
283                                 2A37F4B7FDCFA73011CA2CEA /* English */,
284                         );
285                         name = MainMenu.nib;
286                         sourceTree = "<group>";
287                 };
288                 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */ = {
289                         isa = PBXVariantGroup;
290                         children = (
291                                 2A37F4BAFDCFA73011CA2CEA /* English */,
292                         );
293                         name = Credits.rtf;
294                         sourceTree = "<group>";
295                 };
296 /* End PBXVariantGroup section */
297
298 /* Begin XCBuildConfiguration section */
299                 1BCC418309F8D0C800F1AC9F /* Development */ = {
300                         isa = XCBuildConfiguration;
301                         buildSettings = {
302                                 COPY_PHASE_STRIP = NO;
303                                 GCC_DYNAMIC_NO_PIC = NO;
304                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
305                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
306                                 GCC_OPTIMIZATION_LEVEL = 0;
307                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
308                                 GCC_PREFIX_HEADER = LeanCalc_Prefix.pch;
309                                 HEADER_SEARCH_PATHS = (
310                                         Calc,
311                                         Sources,
312                                 );
313                                 INFOPLIST_FILE = Info.plist;
314                                 INSTALL_PATH = "$(HOME)/Applications";
315                                 LIBRARY_SEARCH_PATHS = calc;
316                                 PRODUCT_NAME = LeanCalc;
317                                 WRAPPER_EXTENSION = app;
318                                 ZERO_LINK = YES;
319                         };
320                         name = Development;
321                 };
322                 1BCC418409F8D0C800F1AC9F /* Deployment */ = {
323                         isa = XCBuildConfiguration;
324                         buildSettings = {
325                                 COPY_PHASE_STRIP = YES;
326                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
327                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
328                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
329                                 GCC_PREFIX_HEADER = LeanCalc_Prefix.pch;
330                                 HEADER_SEARCH_PATHS = (
331                                         Calc,
332                                         Sources,
333                                 );
334                                 INFOPLIST_FILE = Info.plist;
335                                 INSTALL_PATH = "$(HOME)/Applications";
336                                 LIBRARY_SEARCH_PATHS = calc;
337                                 PRODUCT_NAME = LeanCalc;
338                                 WRAPPER_EXTENSION = app;
339                                 ZERO_LINK = NO;
340                         };
341                         name = Deployment;
342                 };
343                 1BCC418509F8D0C800F1AC9F /* Default */ = {
344                         isa = XCBuildConfiguration;
345                         buildSettings = {
346                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
347                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
348                                 GCC_PREFIX_HEADER = LeanCalc_Prefix.pch;
349                                 INFOPLIST_FILE = Info.plist;
350                                 INSTALL_PATH = "$(HOME)/Applications";
351                                 LIBRARY_SEARCH_PATHS = calc;
352                                 PRODUCT_NAME = LeanCalc;
353                                 WRAPPER_EXTENSION = app;
354                         };
355                         name = Default;
356                 };
357                 1BCC418709F8D0C800F1AC9F /* Development */ = {
358                         isa = XCBuildConfiguration;
359                         buildSettings = {
360                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
361                         };
362                         name = Development;
363                 };
364                 1BCC418809F8D0C800F1AC9F /* Deployment */ = {
365                         isa = XCBuildConfiguration;
366                         buildSettings = {
367                                 ARCHS = (
368                                         ppc,
369                                         i386,
370                                 );
371                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
372                         };
373                         name = Deployment;
374                 };
375                 1BCC418909F8D0C800F1AC9F /* Default */ = {
376                         isa = XCBuildConfiguration;
377                         buildSettings = {
378                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
379                         };
380                         name = Default;
381                 };
382 /* End XCBuildConfiguration section */
383
384 /* Begin XCConfigurationList section */
385                 1BCC418209F8D0C800F1AC9F /* Build configuration list for PBXNativeTarget "LeanCalc" */ = {
386                         isa = XCConfigurationList;
387                         buildConfigurations = (
388                                 1BCC418309F8D0C800F1AC9F /* Development */,
389                                 1BCC418409F8D0C800F1AC9F /* Deployment */,
390                                 1BCC418509F8D0C800F1AC9F /* Default */,
391                         );
392                         defaultConfigurationIsVisible = 0;
393                         defaultConfigurationName = Default;
394                 };
395                 1BCC418609F8D0C800F1AC9F /* Build configuration list for PBXProject "LeanCalc" */ = {
396                         isa = XCConfigurationList;
397                         buildConfigurations = (
398                                 1BCC418709F8D0C800F1AC9F /* Development */,
399                                 1BCC418809F8D0C800F1AC9F /* Deployment */,
400                                 1BCC418909F8D0C800F1AC9F /* Default */,
401                         );
402                         defaultConfigurationIsVisible = 0;
403                         defaultConfigurationName = Default;
404                 };
405 /* End XCConfigurationList section */
406         };
407         rootObject = 2A37F4A9FDCFA73011CA2CEA /* Project object */;
408 }