back to a stable point. login: successful. XPath query is failing, but we no longer...
[deliciousMeal.git] / DeliciousMeal.xcodeproj / project.pbxproj
blob7b6b808b3844b1c6868641ef43ba28d0a705dd07
1 // !$*UTF8*$!
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 42;
7         objects = {
9 /* Begin PBXBuildFile section */
10                 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
11                 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
12                 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
13                 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
14                 E574CD500D1EDFA6007F03E4 /* MPAppController.m in Sources */ = {isa = PBXBuildFile; fileRef = E574CD4F0D1EDFA6007F03E4 /* MPAppController.m */; };
15                 E5A466D70D1CB19E00B68196 /* DeliciousPage.m in Sources */ = {isa = PBXBuildFile; fileRef = E5A466D60D1CB19E00B68196 /* DeliciousPage.m */; };
16 /* End PBXBuildFile section */
18 /* Begin PBXFileReference section */
19                 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
20                 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
21                 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
22                 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
23                 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
24                 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
25                 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
26                 32CA4F630368D1EE00C91783 /* DeliciousMeal_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeliciousMeal_Prefix.pch; sourceTree = "<group>"; };
27                 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
28                 8D1107320486CEB800E47090 /* DeliciousMeal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DeliciousMeal.app; sourceTree = BUILT_PRODUCTS_DIR; };
29                 E574CD4E0D1EDFA6007F03E4 /* MPAppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPAppController.h; sourceTree = "<group>"; };
30                 E574CD4F0D1EDFA6007F03E4 /* MPAppController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPAppController.m; sourceTree = "<group>"; };
31                 E5A466D50D1CB19E00B68196 /* DeliciousPage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeliciousPage.h; sourceTree = "<group>"; };
32                 E5A466D60D1CB19E00B68196 /* DeliciousPage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DeliciousPage.m; sourceTree = "<group>"; };
33 /* End PBXFileReference section */
35 /* Begin PBXFrameworksBuildPhase section */
36                 8D11072E0486CEB800E47090 /* Frameworks */ = {
37                         isa = PBXFrameworksBuildPhase;
38                         buildActionMask = 2147483647;
39                         files = (
40                                 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
41                         );
42                         runOnlyForDeploymentPostprocessing = 0;
43                 };
44 /* End PBXFrameworksBuildPhase section */
46 /* Begin PBXGroup section */
47                 080E96DDFE201D6D7F000001 /* Classes */ = {
48                         isa = PBXGroup;
49                         children = (
50                                 E5A466D50D1CB19E00B68196 /* DeliciousPage.h */,
51                                 E5A466D60D1CB19E00B68196 /* DeliciousPage.m */,
52                                 E574CD4E0D1EDFA6007F03E4 /* MPAppController.h */,
53                                 E574CD4F0D1EDFA6007F03E4 /* MPAppController.m */,
54                         );
55                         name = Classes;
56                         sourceTree = "<group>";
57                 };
58                 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
59                         isa = PBXGroup;
60                         children = (
61                                 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
62                         );
63                         name = "Linked Frameworks";
64                         sourceTree = "<group>";
65                 };
66                 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
67                         isa = PBXGroup;
68                         children = (
69                                 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
70                                 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
71                                 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
72                         );
73                         name = "Other Frameworks";
74                         sourceTree = "<group>";
75                 };
76                 19C28FACFE9D520D11CA2CBB /* Products */ = {
77                         isa = PBXGroup;
78                         children = (
79                                 8D1107320486CEB800E47090 /* DeliciousMeal.app */,
80                         );
81                         name = Products;
82                         sourceTree = "<group>";
83                 };
84                 29B97314FDCFA39411CA2CEA /* DeliciousMeal */ = {
85                         isa = PBXGroup;
86                         children = (
87                                 080E96DDFE201D6D7F000001 /* Classes */,
88                                 29B97315FDCFA39411CA2CEA /* Other Sources */,
89                                 29B97317FDCFA39411CA2CEA /* Resources */,
90                                 29B97323FDCFA39411CA2CEA /* Frameworks */,
91                                 19C28FACFE9D520D11CA2CBB /* Products */,
92                         );
93                         name = DeliciousMeal;
94                         sourceTree = "<group>";
95                 };
96                 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
97                         isa = PBXGroup;
98                         children = (
99                                 32CA4F630368D1EE00C91783 /* DeliciousMeal_Prefix.pch */,
100                                 29B97316FDCFA39411CA2CEA /* main.m */,
101                         );
102                         name = "Other Sources";
103                         sourceTree = "<group>";
104                 };
105                 29B97317FDCFA39411CA2CEA /* Resources */ = {
106                         isa = PBXGroup;
107                         children = (
108                                 8D1107310486CEB800E47090 /* Info.plist */,
109                                 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
110                                 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
111                         );
112                         name = Resources;
113                         sourceTree = "<group>";
114                 };
115                 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
116                         isa = PBXGroup;
117                         children = (
118                                 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
119                                 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
120                         );
121                         name = Frameworks;
122                         sourceTree = "<group>";
123                 };
124 /* End PBXGroup section */
126 /* Begin PBXNativeTarget section */
127                 8D1107260486CEB800E47090 /* DeliciousMeal */ = {
128                         isa = PBXNativeTarget;
129                         buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "DeliciousMeal" */;
130                         buildPhases = (
131                                 8D1107290486CEB800E47090 /* Resources */,
132                                 8D11072C0486CEB800E47090 /* Sources */,
133                                 8D11072E0486CEB800E47090 /* Frameworks */,
134                         );
135                         buildRules = (
136                         );
137                         dependencies = (
138                         );
139                         name = DeliciousMeal;
140                         productInstallPath = "$(HOME)/Applications";
141                         productName = DeliciousMeal;
142                         productReference = 8D1107320486CEB800E47090 /* DeliciousMeal.app */;
143                         productType = "com.apple.product-type.application";
144                 };
145 /* End PBXNativeTarget section */
147 /* Begin PBXProject section */
148                 29B97313FDCFA39411CA2CEA /* Project object */ = {
149                         isa = PBXProject;
150                         buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "DeliciousMeal" */;
151                         compatibilityVersion = "Xcode 2.4";
152                         hasScannedForEncodings = 1;
153                         mainGroup = 29B97314FDCFA39411CA2CEA /* DeliciousMeal */;
154                         projectDirPath = "";
155                         projectRoot = "";
156                         targets = (
157                                 8D1107260486CEB800E47090 /* DeliciousMeal */,
158                         );
159                 };
160 /* End PBXProject section */
162 /* Begin PBXResourcesBuildPhase section */
163                 8D1107290486CEB800E47090 /* Resources */ = {
164                         isa = PBXResourcesBuildPhase;
165                         buildActionMask = 2147483647;
166                         files = (
167                                 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
168                                 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
169                         );
170                         runOnlyForDeploymentPostprocessing = 0;
171                 };
172 /* End PBXResourcesBuildPhase section */
174 /* Begin PBXSourcesBuildPhase section */
175                 8D11072C0486CEB800E47090 /* Sources */ = {
176                         isa = PBXSourcesBuildPhase;
177                         buildActionMask = 2147483647;
178                         files = (
179                                 8D11072D0486CEB800E47090 /* main.m in Sources */,
180                                 E5A466D70D1CB19E00B68196 /* DeliciousPage.m in Sources */,
181                                 E574CD500D1EDFA6007F03E4 /* MPAppController.m in Sources */,
182                         );
183                         runOnlyForDeploymentPostprocessing = 0;
184                 };
185 /* End PBXSourcesBuildPhase section */
187 /* Begin PBXVariantGroup section */
188                 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
189                         isa = PBXVariantGroup;
190                         children = (
191                                 089C165DFE840E0CC02AAC07 /* English */,
192                         );
193                         name = InfoPlist.strings;
194                         sourceTree = "<group>";
195                 };
196                 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
197                         isa = PBXVariantGroup;
198                         children = (
199                                 29B97319FDCFA39411CA2CEA /* English */,
200                         );
201                         name = MainMenu.nib;
202                         sourceTree = "<group>";
203                 };
204 /* End PBXVariantGroup section */
206 /* Begin XCBuildConfiguration section */
207                 C01FCF4B08A954540054247B /* Debug */ = {
208                         isa = XCBuildConfiguration;
209                         buildSettings = {
210                                 COPY_PHASE_STRIP = NO;
211                                 GCC_DYNAMIC_NO_PIC = NO;
212                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
213                                 GCC_MODEL_TUNING = G4;
214                                 GCC_OPTIMIZATION_LEVEL = 0;
215                                 INFOPLIST_FILE = Info.plist;
216                                 INSTALL_PATH = "$(HOME)/Applications";
217                                 PRODUCT_NAME = DeliciousMeal;
218                                 WRAPPER_EXTENSION = app;
219                                 ZERO_LINK = YES;
220                         };
221                         name = Debug;
222                 };
223                 C01FCF4C08A954540054247B /* Release */ = {
224                         isa = XCBuildConfiguration;
225                         buildSettings = {
226                                 ARCHS = (
227                                         ppc,
228                                         i386,
229                                 );
230                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
231                                 GCC_MODEL_TUNING = G4;
232                                 INFOPLIST_FILE = Info.plist;
233                                 INSTALL_PATH = "$(HOME)/Applications";
234                                 PRODUCT_NAME = DeliciousMeal;
235                                 WRAPPER_EXTENSION = app;
236                         };
237                         name = Release;
238                 };
239                 C01FCF4F08A954540054247B /* Debug */ = {
240                         isa = XCBuildConfiguration;
241                         buildSettings = {
242                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
243                                 GCC_WARN_UNUSED_VARIABLE = YES;
244                                 PREBINDING = NO;
245                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
246                         };
247                         name = Debug;
248                 };
249                 C01FCF5008A954540054247B /* Release */ = {
250                         isa = XCBuildConfiguration;
251                         buildSettings = {
252                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
253                                 GCC_WARN_UNUSED_VARIABLE = YES;
254                                 PREBINDING = NO;
255                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
256                         };
257                         name = Release;
258                 };
259 /* End XCBuildConfiguration section */
261 /* Begin XCConfigurationList section */
262                 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "DeliciousMeal" */ = {
263                         isa = XCConfigurationList;
264                         buildConfigurations = (
265                                 C01FCF4B08A954540054247B /* Debug */,
266                                 C01FCF4C08A954540054247B /* Release */,
267                         );
268                         defaultConfigurationIsVisible = 0;
269                         defaultConfigurationName = Release;
270                 };
271                 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "DeliciousMeal" */ = {
272                         isa = XCConfigurationList;
273                         buildConfigurations = (
274                                 C01FCF4F08A954540054247B /* Debug */,
275                                 C01FCF5008A954540054247B /* Release */,
276                         );
277                         defaultConfigurationIsVisible = 0;
278                         defaultConfigurationName = Release;
279                 };
280 /* End XCConfigurationList section */
281         };
282         rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;