root/NEWT0/trunk/contrib/contrib.xcodeproj/project.pbxproj

Revision 86, 32.6 kB (checked in by gnue, 22 months ago)

"NewtConfig.h" to "darwin/NewtConfig.h" in Xcode project

  • Property svn:executable set to *
Line 
1// !$*UTF8*$!
2{
3    archiveVersion = 1;
4    classes = {
5    };
6    objectVersion = 42;
7    objects = {
8
9/* Begin PBXAggregateTarget section */
10        DA16688F0A438DE6005937AA /* All */ = {
11            isa = PBXAggregateTarget;
12            buildConfigurationList = DA16689B0A438E15005937AA /* Build configuration list for PBXAggregateTarget "All" */;
13            buildPhases = (
14            );
15            dependencies = (
16                DA1668970A438DED005937AA /* PBXTargetDependency */,
17                DA1668990A438DED005937AA /* PBXTargetDependency */,
18            );
19            name = All;
20            productName = All;
21        };
22/* End PBXAggregateTarget section */
23
24/* Begin PBXBuildFile section */
25        DAE3D3790A42A6F200FE1B1F /* darwin_closure.S in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D36F0A42A66700FE1B1F /* darwin_closure.S */; };
26        DAE3D37A0A42A6F300FE1B1F /* darwin.S in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D3750A42A66700FE1B1F /* darwin.S */; };
27        DAE3D37B0A42A6F400FE1B1F /* darwin.S in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D36E0A42A66700FE1B1F /* darwin.S */; };
28        DAE3D37C0A42A6FA00FE1B1F /* ffi_darwin.c in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D3700A42A66700FE1B1F /* ffi_darwin.c */; };
29        DAE3D37D0A42A6FA00FE1B1F /* ffi_darwin.c in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D3760A42A66700FE1B1F /* ffi_darwin.c */; };
30        DAE3D37E0A42A6FA00FE1B1F /* prep_cif.c in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D3720A42A66700FE1B1F /* prep_cif.c */; };
31        DAE3D37F0A42A6FA00FE1B1F /* types.c in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D3730A42A66700FE1B1F /* types.c */; };
32        DAE3D4080A42A9D400FE1B1F /* NativeCalls.c in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D3040A429D9000FE1B1F /* NativeCalls.c */; };
33        DAE3D43D0A42ADD700FE1B1F /* AppKitFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D3090A429D9000FE1B1F /* AppKitFunctions.m */; };
34        DAE3D43E0A42ADD800FE1B1F /* FoundationFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D31D0A429D9000FE1B1F /* FoundationFunctions.m */; };
35        DAE3D43F0A42ADD900FE1B1F /* NewtObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D3200A429D9000FE1B1F /* NewtObjC.m */; };
36        DAE3D4400A42ADDC00FE1B1F /* ObjCObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D32C0A429D9000FE1B1F /* ObjCObjects.m */; };
37        DAE3D4410A42ADDD00FE1B1F /* TNewtObjCRef.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D3300A429D9000FE1B1F /* TNewtObjCRef.m */; };
38        DAE3D4420A42ADDF00FE1B1F /* Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D3330A429D9000FE1B1F /* Utils.m */; };
39        DAE3D4640A42AE5A00FE1B1F /* objc-runtime-x.s in Sources */ = {isa = PBXBuildFile; fileRef = DAE3D3290A429D9000FE1B1F /* objc-runtime-x.s */; };
40        DAE3D49E0A42B03300FE1B1F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DAE3D49D0A42B03300FE1B1F /* Cocoa.framework */; };
41/* End PBXBuildFile section */
42
43/* Begin PBXContainerItemProxy section */
44        DA1668960A438DED005937AA /* PBXContainerItemProxy */ = {
45            isa = PBXContainerItemProxy;
46            containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
47            proxyType = 1;
48            remoteGlobalIDString = DAE3D2F10A429D6A00FE1B1F;
49            remoteInfo = NativeCalls;
50        };
51        DA1668980A438DED005937AA /* PBXContainerItemProxy */ = {
52            isa = PBXContainerItemProxy;
53            containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
54            proxyType = 1;
55            remoteGlobalIDString = DAE3D42D0A42ADB900FE1B1F;
56            remoteInfo = NewtObjC;
57        };
58        DAE3D48D0A42AF8E00FE1B1F /* PBXContainerItemProxy */ = {
59            isa = PBXContainerItemProxy;
60            containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
61            proxyType = 1;
62            remoteGlobalIDString = DAE3D4560A42AE3A00FE1B1F;
63            remoteInfo = "objc-runtime-x";
64        };
65/* End PBXContainerItemProxy section */
66
67/* Begin PBXFileReference section */
68        DAE3D2F90A429D6A00FE1B1F /* NativeCalls.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = NativeCalls.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
69        DAE3D3040A429D9000FE1B1F /* NativeCalls.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = NativeCalls.c; sourceTree = "<group>"; };
70        DAE3D3080A429D9000FE1B1F /* AppKitFunctions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AppKitFunctions.h; sourceTree = "<group>"; };
71        DAE3D3090A429D9000FE1B1F /* AppKitFunctions.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AppKitFunctions.m; sourceTree = "<group>"; };
72        DAE3D30B0A429D9000FE1B1F /* Constants.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Constants.h; sourceTree = "<group>"; };
73        DAE3D31C0A429D9000FE1B1F /* FoundationFunctions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FoundationFunctions.h; sourceTree = "<group>"; };
74        DAE3D31D0A429D9000FE1B1F /* FoundationFunctions.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = FoundationFunctions.m; sourceTree = "<group>"; };
75        DAE3D3200A429D9000FE1B1F /* NewtObjC.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = NewtObjC.m; sourceTree = "<group>"; };
76        DAE3D3270A429D9000FE1B1F /* objc-runtime-x.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "objc-runtime-x.h"; sourceTree = "<group>"; };
77        DAE3D3290A429D9000FE1B1F /* objc-runtime-x.s */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.asm; path = "objc-runtime-x.s"; sourceTree = "<group>"; };
78        DAE3D32B0A429D9000FE1B1F /* ObjCObjects.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ObjCObjects.h; sourceTree = "<group>"; };
79        DAE3D32C0A429D9000FE1B1F /* ObjCObjects.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ObjCObjects.m; sourceTree = "<group>"; };
80        DAE3D32F0A429D9000FE1B1F /* TNewtObjCRef.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TNewtObjCRef.h; sourceTree = "<group>"; };
81        DAE3D3300A429D9000FE1B1F /* TNewtObjCRef.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = TNewtObjCRef.m; sourceTree = "<group>"; };
82        DAE3D3320A429D9000FE1B1F /* Utils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = "<group>"; };
83        DAE3D3330A429D9000FE1B1F /* Utils.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = Utils.m; sourceTree = "<group>"; };
84        DAE3D3620A42A66700FE1B1F /* ffi.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ffi.h; sourceTree = "<group>"; };
85        DAE3D3640A42A66700FE1B1F /* ffi_common.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ffi_common.h; sourceTree = "<group>"; };
86        DAE3D3650A42A66700FE1B1F /* fficonfig.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fficonfig.h; sourceTree = "<group>"; };
87        DAE3D3660A42A66700FE1B1F /* ffitarget.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ffitarget.h; sourceTree = "<group>"; };
88        DAE3D36E0A42A66700FE1B1F /* darwin.S */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.asm; path = darwin.S; sourceTree = "<group>"; };
89        DAE3D36F0A42A66700FE1B1F /* darwin_closure.S */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.asm; path = darwin_closure.S; sourceTree = "<group>"; };
90        DAE3D3700A42A66700FE1B1F /* ffi_darwin.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = ffi_darwin.c; sourceTree = "<group>"; };
91        DAE3D3720A42A66700FE1B1F /* prep_cif.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = prep_cif.c; sourceTree = "<group>"; };
92        DAE3D3730A42A66700FE1B1F /* types.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = types.c; sourceTree = "<group>"; };
93        DAE3D3750A42A66700FE1B1F /* darwin.S */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.asm; path = darwin.S; sourceTree = "<group>"; };
94        DAE3D3760A42A66700FE1B1F /* ffi_darwin.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = ffi_darwin.c; sourceTree = "<group>"; };
95        DAE3D43C0A42ADB900FE1B1F /* NewtObjC.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = NewtObjC.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
96        DAE3D4630A42AE3A00FE1B1F /* objc-runtime-x.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "objc-runtime-x.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
97        DAE3D49D0A42B03300FE1B1F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
98        F53BCC700670CDF00013103E /* NewtIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtIO.h; sourceTree = "<group>"; };
99        F541CF5107D8582D0071DCE6 /* Newton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Newton.h; sourceTree = "<group>"; };
100        F5547416088A7486001E9DDF /* NewtIconv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtIconv.h; sourceTree = "<group>"; };
101        F55860F907E09F800080D223 /* NewtPrint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtPrint.h; sourceTree = "<group>"; };
102        F55A5AF70726499E002A520F /* NewtLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtLib.h; sourceTree = "<group>"; };
103        F5622ED907E0273B009AAF9A /* Objects.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Objects.h; sourceTree = "<group>"; };
104        F5622F2307E029FC009AAF9A /* NewtonMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtonMemory.h; sourceTree = "<group>"; };
105        F5622F2407E029FC009AAF9A /* NewtonExceptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtonExceptions.h; sourceTree = "<group>"; };
106        F57E7A0C07FD362400256511 /* NewtNSOF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtNSOF.h; sourceTree = "<group>"; };
107        F5A713FE0BB5043600F8DB93 /* NewtConf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtConf.h; sourceTree = "<group>"; };
108        F5ACB05306412D4900DB6CF9 /* NewtBC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtBC.h; sourceTree = "<group>"; };
109        F5ACB05506412D4900DB6CF9 /* NewtCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtCore.h; sourceTree = "<group>"; };
110        F5ACB05606412D4900DB6CF9 /* NewtEnv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtEnv.h; sourceTree = "<group>"; };
111        F5ACB05706412D4900DB6CF9 /* NewtErrs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtErrs.h; sourceTree = "<group>"; };
112        F5ACB05806412D4900DB6CF9 /* NewtFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtFile.h; sourceTree = "<group>"; };
113        F5ACB05906412D4900DB6CF9 /* NewtFns.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtFns.h; sourceTree = "<group>"; };
114        F5ACB05A06412D4900DB6CF9 /* NewtGC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtGC.h; sourceTree = "<group>"; };
115        F5ACB05B06412D4900DB6CF9 /* NewtMem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtMem.h; sourceTree = "<group>"; };
116        F5ACB05C06412D4900DB6CF9 /* NewtObj.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtObj.h; sourceTree = "<group>"; };
117        F5ACB05D06412D4900DB6CF9 /* NewtParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtParser.h; sourceTree = "<group>"; };
118        F5ACB05E06412D4900DB6CF9 /* NewtStr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtStr.h; sourceTree = "<group>"; };
119        F5ACB05F06412D4900DB6CF9 /* NewtType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtType.h; sourceTree = "<group>"; };
120        F5ACB06006412D4900DB6CF9 /* NewtVM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtVM.h; sourceTree = "<group>"; };
121        F5DE1345082AD4A500BB42A5 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
122        F5F69C0107E8F36E0086BCEA /* platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = "<group>"; };
123/* End PBXFileReference section */
124
125/* Begin PBXFrameworksBuildPhase section */
126        DAE3D2F40A429D6A00FE1B1F /* Frameworks */ = {
127            isa = PBXFrameworksBuildPhase;
128            buildActionMask = 2147483647;
129            files = (
130            );
131            runOnlyForDeploymentPostprocessing = 0;
132        };
133        DAE3D4370A42ADB900FE1B1F /* Frameworks */ = {
134            isa = PBXFrameworksBuildPhase;
135            buildActionMask = 2147483647;
136            files = (
137                DAE3D49E0A42B03300FE1B1F /* Cocoa.framework in Frameworks */,
138            );
139            runOnlyForDeploymentPostprocessing = 0;
140        };
141        DAE3D45E0A42AE3A00FE1B1F /* Frameworks */ = {
142            isa = PBXFrameworksBuildPhase;
143            buildActionMask = 2147483647;
144            files = (
145            );
146            runOnlyForDeploymentPostprocessing = 0;
147        };
148/* End PBXFrameworksBuildPhase section */
149
150/* Begin PBXGroup section */
151        08FB7794FE84155DC02AAC07 /* newt */ = {
152            isa = PBXGroup;
153            children = (
154                F5ACB05206412D4900DB6CF9 /* Headers */,
155                08FB7795FE84155DC02AAC07 /* Sources */,
156                F52FA68F0594745700087763 /* Frameworks */,
157                1AB674ADFE9D54B511CA2CBB /* Products */,
158            );
159            name = newt;
160            sourceTree = "<group>";
161        };
162        08FB7795FE84155DC02AAC07 /* Sources */ = {
163            isa = PBXGroup;
164            children = (
165                DAE3D3010A429D9000FE1B1F /* NativeCalls */,
166                DAE3D3060A429D9000FE1B1F /* NewtObjC */,
167            );
168            name = Sources;
169            sourceTree = "<group>";
170        };
171        1AB674ADFE9D54B511CA2CBB /* Products */ = {
172            isa = PBXGroup;
173            children = (
174                DAE3D2F90A429D6A00FE1B1F /* NativeCalls.dylib */,
175                DAE3D43C0A42ADB900FE1B1F /* NewtObjC.dylib */,
176                DAE3D4630A42AE3A00FE1B1F /* objc-runtime-x.dylib */,
177            );
178            name = Products;
179            sourceTree = "<group>";
180        };
181        DAE3D3010A429D9000FE1B1F /* NativeCalls */ = {
182            isa = PBXGroup;
183            children = (
184                DAE3D3600A42A66700FE1B1F /* libffi-osx */,
185                DAE3D3040A429D9000FE1B1F /* NativeCalls.c */,
186            );
187            path = NativeCalls;
188            sourceTree = "<group>";
189        };
190        DAE3D3060A429D9000FE1B1F /* NewtObjC */ = {
191            isa = PBXGroup;
192            children = (
193                DAE3D3080A429D9000FE1B1F /* AppKitFunctions.h */,
194                DAE3D3090A429D9000FE1B1F /* AppKitFunctions.m */,
195                DAE3D30B0A429D9000FE1B1F /* Constants.h */,
196                DAE3D31C0A429D9000FE1B1F /* FoundationFunctions.h */,
197                DAE3D31D0A429D9000FE1B1F /* FoundationFunctions.m */,
198                DAE3D3200A429D9000FE1B1F /* NewtObjC.m */,
199                DAE3D3220A429D9000FE1B1F /* objc-runtime-x */,
200                DAE3D32B0A429D9000FE1B1F /* ObjCObjects.h */,
201                DAE3D32C0A429D9000FE1B1F /* ObjCObjects.m */,
202                DAE3D32F0A429D9000FE1B1F /* TNewtObjCRef.h */,
203                DAE3D3300A429D9000FE1B1F /* TNewtObjCRef.m */,
204                DAE3D3320A429D9000FE1B1F /* Utils.h */,
205                DAE3D3330A429D9000FE1B1F /* Utils.m */,
206            );
207            path = NewtObjC;
208            sourceTree = "<group>";
209        };
210        DAE3D3220A429D9000FE1B1F /* objc-runtime-x */ = {
211            isa = PBXGroup;
212            children = (
213                DAE3D3270A429D9000FE1B1F /* objc-runtime-x.h */,
214                DAE3D3290A429D9000FE1B1F /* objc-runtime-x.s */,
215            );
216            path = "objc-runtime-x";
217            sourceTree = "<group>";
218        };
219        DAE3D3600A42A66700FE1B1F /* libffi-osx */ = {
220            isa = PBXGroup;
221            children = (
222                DAE3D3610A42A66700FE1B1F /* include */,
223                DAE3D36B0A42A66700FE1B1F /* src */,
224            );
225            path = "libffi-osx";
226            sourceTree = "<group>";
227        };
228        DAE3D3610A42A66700FE1B1F /* include */ = {
229            isa = PBXGroup;
230            children = (
231                DAE3D3620A42A66700FE1B1F /* ffi.h */,
232                DAE3D3640A42A66700FE1B1F /* ffi_common.h */,
233                DAE3D3650A42A66700FE1B1F /* fficonfig.h */,
234                DAE3D3660A42A66700FE1B1F /* ffitarget.h */,
235            );
236            path = include;
237            sourceTree = "<group>";
238        };
239        DAE3D36B0A42A66700FE1B1F /* src */ = {
240            isa = PBXGroup;
241            children = (
242                DAE3D36C0A42A66700FE1B1F /* powerpc */,
243                DAE3D3720A42A66700FE1B1F /* prep_cif.c */,
244                DAE3D3730A42A66700FE1B1F /* types.c */,
245                DAE3D3740A42A66700FE1B1F /* x86 */,
246            );
247            path = src;
248            sourceTree = "<group>";
249        };
250        DAE3D36C0A42A66700FE1B1F /* powerpc */ = {
251            isa = PBXGroup;
252            children = (
253                DAE3D36E0A42A66700FE1B1F /* darwin.S */,
254                DAE3D36F0A42A66700FE1B1F /* darwin_closure.S */,
255                DAE3D3700A42A66700FE1B1F /* ffi_darwin.c */,
256            );
257            path = powerpc;
258            sourceTree = "<group>";
259        };
260        DAE3D3740A42A66700FE1B1F /* x86 */ = {
261            isa = PBXGroup;
262            children = (
263                DAE3D3750A42A66700FE1B1F /* darwin.S */,
264                DAE3D3760A42A66700FE1B1F /* ffi_darwin.c */,
265            );
266            path = x86;
267            sourceTree = "<group>";
268        };
269        F52FA68F0594745700087763 /* Frameworks */ = {
270            isa = PBXGroup;
271            children = (
272                DAE3D49D0A42B03300FE1B1F /* Cocoa.framework */,
273            );
274            name = Frameworks;
275            sourceTree = "<group>";
276        };
277        F541CF5007D8582D0071DCE6 /* Newton */ = {
278            isa = PBXGroup;
279            children = (
280                F541CF5107D8582D0071DCE6 /* Newton.h */,
281                F5622F2307E029FC009AAF9A /* NewtonMemory.h */,
282                F5622F2407E029FC009AAF9A /* NewtonExceptions.h */,
283                F5622ED907E0273B009AAF9A /* Objects.h */,
284            );
285            includeInIndex = 1;
286            path = Newton;
287            sourceTree = "<group>";
288        };
289        F5ACB05206412D4900DB6CF9 /* Headers */ = {
290            isa = PBXGroup;
291            children = (
292                F5DE1344082AD4A500BB42A5 /* darwin */,
293                F5F69C0107E8F36E0086BCEA /* platform.h */,
294                F541CF5007D8582D0071DCE6 /* Newton */,
295                F5ACB05306412D4900DB6CF9 /* NewtBC.h */,
296                F5ACB05506412D4900DB6CF9 /* NewtCore.h */,
297                F5ACB05606412D4900DB6CF9 /* NewtEnv.h */,
298                F5ACB05706412D4900DB6CF9 /* NewtErrs.h */,
299                F5ACB05806412D4900DB6CF9 /* NewtFile.h */,
300                F5ACB05906412D4900DB6CF9 /* NewtFns.h */,
301                F5ACB05A06412D4900DB6CF9 /* NewtGC.h */,
302                F5547416088A7486001E9DDF /* NewtIconv.h */,
303                F53BCC700670CDF00013103E /* NewtIO.h */,
304                F55A5AF70726499E002A520F /* NewtLib.h */,
305                F5ACB05B06412D4900DB6CF9 /* NewtMem.h */,
306                F57E7A0C07FD362400256511 /* NewtNSOF.h */,
307                F5ACB05C06412D4900DB6CF9 /* NewtObj.h */,
308                F5ACB05D06412D4900DB6CF9 /* NewtParser.h */,
309                F55860F907E09F800080D223 /* NewtPrint.h */,
310                F5ACB05E06412D4900DB6CF9 /* NewtStr.h */,
311                F5ACB05F06412D4900DB6CF9 /* NewtType.h */,
312                F5ACB06006412D4900DB6CF9 /* NewtVM.h */,
313            );
314            name = Headers;
315            path = ../src/newt_core/incs;
316            sourceTree = "<group>";
317        };
318        F5DE1344082AD4A500BB42A5 /* darwin */ = {
319            isa = PBXGroup;
320            children = (
321                F5DE1345082AD4A500BB42A5 /* config.h */,
322                F5A713FE0BB5043600F8DB93 /* NewtConf.h */,
323            );
324            path = darwin;
325            sourceTree = "<group>";
326        };
327/* End PBXGroup section */
328
329/* Begin PBXNativeTarget section */
330        DAE3D2F10A429D6A00FE1B1F /* NativeCalls */ = {
331            isa = PBXNativeTarget;
332            buildConfigurationList = DAE3D2F50A429D6A00FE1B1F /* Build configuration list for PBXNativeTarget "NativeCalls" */;
333            buildPhases = (
334                DAE3D2F20A429D6A00FE1B1F /* Sources */,
335                DAE3D2F40A429D6A00FE1B1F /* Frameworks */,
336            );
337            buildRules = (
338            );
339            dependencies = (
340            );
341            name = NativeCalls;
342            productName = protoFILE;
343            productReference = DAE3D2F90A429D6A00FE1B1F /* NativeCalls.dylib */;
344            productType = "com.apple.product-type.library.dynamic";
345        };
346        DAE3D42D0A42ADB900FE1B1F /* NewtObjC */ = {
347            isa = PBXNativeTarget;
348            buildConfigurationList = DAE3D4380A42ADB900FE1B1F /* Build configuration list for PBXNativeTarget "NewtObjC" */;
349            buildPhases = (
350                DAE3D42E0A42ADB900FE1B1F /* Sources */,
351                DAE3D4370A42ADB900FE1B1F /* Frameworks */,
352            );
353            buildRules = (
354            );
355            dependencies = (
356                DAE3D48E0A42AF8E00FE1B1F /* PBXTargetDependency */,
357            );
358            name = NewtObjC;
359            productName = protoFILE;
360            productReference = DAE3D43C0A42ADB900FE1B1F /* NewtObjC.dylib */;
361            productType = "com.apple.product-type.library.dynamic";
362        };
363        DAE3D4560A42AE3A00FE1B1F /* objc-runtime-x */ = {
364            isa = PBXNativeTarget;
365            buildConfigurationList = DAE3D45F0A42AE3A00FE1B1F /* Build configuration list for PBXNativeTarget "objc-runtime-x" */;
366            buildPhases = (
367                DAE3D4570A42AE3A00FE1B1F /* Sources */,
368                DAE3D45E0A42AE3A00FE1B1F /* Frameworks */,
369            );
370            buildRules = (
371            );
372            dependencies = (
373            );
374            name = "objc-runtime-x";
375            productName = protoFILE;
376            productReference = DAE3D4630A42AE3A00FE1B1F /* objc-runtime-x.dylib */;
377            productType = "com.apple.product-type.library.dynamic";
378        };
379/* End PBXNativeTarget section */
380
381/* Begin PBXProject section */
382        08FB7793FE84155DC02AAC07 /* Project object */ = {
383            isa = PBXProject;
384            buildConfigurationList = F541302B096D1DEB00CFD896 /* Build configuration list for PBXProject "contrib" */;
385            hasScannedForEncodings = 1;
386            mainGroup = 08FB7794FE84155DC02AAC07 /* newt */;
387            projectDirPath = "";
388            targets = (
389                DAE3D2F10A429D6A00FE1B1F /* NativeCalls */,
390                DAE3D42D0A42ADB900FE1B1F /* NewtObjC */,
391                DAE3D4560A42AE3A00FE1B1F /* objc-runtime-x */,
392                DA16688F0A438DE6005937AA /* All */,
393            );
394        };
395/* End PBXProject section */
396
397/* Begin PBXSourcesBuildPhase section */
398        DAE3D2F20A429D6A00FE1B1F /* Sources */ = {
399            isa = PBXSourcesBuildPhase;
400            buildActionMask = 2147483647;
401            files = (
402                DAE3D3790A42A6F200FE1B1F /* darwin_closure.S in Sources */,
403                DAE3D37A0A42A6F300FE1B1F /* darwin.S in Sources */,
404                DAE3D37B0A42A6F400FE1B1F /* darwin.S in Sources */,
405                DAE3D37C0A42A6FA00FE1B1F /* ffi_darwin.c in Sources */,
406                DAE3D37D0A42A6FA00FE1B1F /* ffi_darwin.c in Sources */,
407                DAE3D37E0A42A6FA00FE1B1F /* prep_cif.c in Sources */,
408                DAE3D37F0A42A6FA00FE1B1F /* types.c in Sources */,
409                DAE3D4080A42A9D400FE1B1F /* NativeCalls.c in Sources */,
410            );
411            runOnlyForDeploymentPostprocessing = 0;
412        };
413        DAE3D42E0A42ADB900FE1B1F /* Sources */ = {
414            isa = PBXSourcesBuildPhase;
415            buildActionMask = 2147483647;
416            files = (
417                DAE3D43D0A42ADD700FE1B1F /* AppKitFunctions.m in Sources */,
418                DAE3D43E0A42ADD800FE1B1F /* FoundationFunctions.m in Sources */,
419                DAE3D43F0A42ADD900FE1B1F /* NewtObjC.m in Sources */,
420                DAE3D4400A42ADDC00FE1B1F /* ObjCObjects.m in Sources */,
421                DAE3D4410A42ADDD00FE1B1F /* TNewtObjCRef.m in Sources */,
422                DAE3D4420A42ADDF00FE1B1F /* Utils.m in Sources */,
423            );
424            runOnlyForDeploymentPostprocessing = 0;
425        };
426        DAE3D4570A42AE3A00FE1B1F /* Sources */ = {
427            isa = PBXSourcesBuildPhase;
428            buildActionMask = 2147483647;
429            files = (
430                DAE3D4640A42AE5A00FE1B1F /* objc-runtime-x.s in Sources */,
431            );
432            runOnlyForDeploymentPostprocessing = 0;
433        };
434/* End PBXSourcesBuildPhase section */
435
436/* Begin PBXTargetDependency section */
437        DA1668970A438DED005937AA /* PBXTargetDependency */ = {
438            isa = PBXTargetDependency;
439            target = DAE3D2F10A429D6A00FE1B1F /* NativeCalls */;
440            targetProxy = DA1668960A438DED005937AA /* PBXContainerItemProxy */;
441        };
442        DA1668990A438DED005937AA /* PBXTargetDependency */ = {
443            isa = PBXTargetDependency;
444            target = DAE3D42D0A42ADB900FE1B1F /* NewtObjC */;
445            targetProxy = DA1668980A438DED005937AA /* PBXContainerItemProxy */;
446        };
447        DAE3D48E0A42AF8E00FE1B1F /* PBXTargetDependency */ = {
448            isa = PBXTargetDependency;
449            target = DAE3D4560A42AE3A00FE1B1F /* objc-runtime-x */;
450            targetProxy = DAE3D48D0A42AF8E00FE1B1F /* PBXContainerItemProxy */;
451        };
452/* End PBXTargetDependency section */
453
454/* Begin XCBuildConfiguration section */
455        DA16689C0A438E15005937AA /* Debug */ = {
456            isa = XCBuildConfiguration;
457            buildSettings = {
458                COPY_PHASE_STRIP = NO;
459                GCC_DYNAMIC_NO_PIC = NO;
460                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
461                GCC_OPTIMIZATION_LEVEL = 0;
462                PRODUCT_NAME = All;
463            };
464            name = Debug;
465        };
466        DA16689D0A438E15005937AA /* Release */ = {
467            isa = XCBuildConfiguration;
468            buildSettings = {
469                COPY_PHASE_STRIP = YES;
470                GCC_ENABLE_FIX_AND_CONTINUE = NO;
471                GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
472                PRODUCT_NAME = All;
473                ZERO_LINK = NO;
474            };
475            name = Release;
476        };
477        DAE3D2F60A429D6A00FE1B1F /* Debug */ = {
478            isa = XCBuildConfiguration;
479            buildSettings = {
480                COPY_PHASE_STRIP = NO;
481                DEBUGGING_SYMBOLS = "<Multiple values>";
482                DYLIB_COMPATIBILITY_VERSION = 1;
483                DYLIB_CURRENT_VERSION = 1;
484                GCC_DYNAMIC_NO_PIC = NO;
485                GCC_ENABLE_FIX_AND_CONTINUE = YES;
486                GCC_GENERATE_DEBUGGING_SYMBOLS = "<Multiple values>";
487                GCC_MODEL_TUNING = G5;
488                GCC_OPTIMIZATION_LEVEL = 0;
489                GCC_PREPROCESSOR_DEFINITIONS = "DYLIBSUFFIX='\"dylib\"'";
490                GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
491                GCC_WARN_UNKNOWN_PRAGMAS = NO;
492                LIBRARY_STYLE = BUNDLE;
493                MACH_O_TYPE = mh_dylib;
494                OTHER_CFLAGS = "";
495                OTHER_LDFLAGS = (
496                    "-undefined",
497                    suppress,
498                    "-flat_namespace",
499                );
500                OTHER_REZFLAGS = "";
501                PREBINDING = NO;
502                PRODUCT_NAME = NativeCalls;
503                SECTORDER_FLAGS = "";
504                WARNING_CFLAGS = "-Wmost";
505                ZERO_LINK = YES;
506            };
507            name = Debug;
508        };
509        DAE3D2F70A429D6A00FE1B1F /* Release */ = {
510            isa = XCBuildConfiguration;
511            buildSettings = {
512                COPY_PHASE_STRIP = YES;
513                DEBUGGING_SYMBOLS = "<Multiple values>";
514                DYLIB_COMPATIBILITY_VERSION = 1;
515                DYLIB_CURRENT_VERSION = 1;
516                GCC_DYNAMIC_NO_PIC = NO;
517                GCC_ENABLE_FIX_AND_CONTINUE = NO;
518                GCC_GENERATE_DEBUGGING_SYMBOLS = "<Multiple values>";
519                GCC_PREPROCESSOR_DEFINITIONS = "DYLIBSUFFIX='\"dylib\"'";
520                GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
521                GCC_WARN_UNKNOWN_PRAGMAS = NO;
522                LIBRARY_STYLE = BUNDLE;
523                MACH_O_TYPE = mh_dylib;
524                OTHER_CFLAGS = "";
525                OTHER_LDFLAGS = (
526                    "-undefined",
527                    suppress,
528                    "-flat_namespace",
529                );
530                OTHER_REZFLAGS = "";
531                PREBINDING = NO;
532                PRODUCT_NAME = NativeCalls;
533                SECTORDER_FLAGS = "";
534                WARNING_CFLAGS = "-Wmost";
535                ZERO_LINK = NO;
536            };
537            name = Release;
538        };
539        DAE3D4390A42ADB900FE1B1F /* Debug */ = {
540            isa = XCBuildConfiguration;
541            buildSettings = {
542                COPY_PHASE_STRIP = NO;
543                DEBUGGING_SYMBOLS = "<Multiple values>";
544                DYLIB_COMPATIBILITY_VERSION = 1;
545                DYLIB_CURRENT_VERSION = 1;
546                GCC_DYNAMIC_NO_PIC = NO;
547                GCC_ENABLE_FIX_AND_CONTINUE = YES;
548                GCC_GENERATE_DEBUGGING_SYMBOLS = "<Multiple values>";
549                GCC_MODEL_TUNING = G5;
550                GCC_OPTIMIZATION_LEVEL = 0;
551                GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
552                GCC_WARN_UNKNOWN_PRAGMAS = NO;
553                LIBRARY_SEARCH_PATHS = (
554                    "$(inherited)",
555                    "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
556                );
557                LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks/Cocoa.framework\"";
558                LIBRARY_STYLE = BUNDLE;
559                MACH_O_TYPE = mh_dylib;
560                OTHER_CFLAGS = "";
561                OTHER_LDFLAGS = (
562                    "-undefined",
563                    suppress,
564                    "-flat_namespace",
565                );
566                OTHER_REZFLAGS = "";
567                PREBINDING = NO;
568                PRODUCT_NAME = NewtObjC;
569                SECTORDER_FLAGS = "";
570                WARNING_CFLAGS = "-Wmost";
571                ZERO_LINK = YES;
572            };
573            name = Debug;
574        };
575        DAE3D43A0A42ADB900FE1B1F /* Release */ = {
576            isa = XCBuildConfiguration;
577            buildSettings = {
578                COPY_PHASE_STRIP = YES;
579                DEBUGGING_SYMBOLS = "<Multiple values>";
580                DYLIB_COMPATIBILITY_VERSION = 1;
581                DYLIB_CURRENT_VERSION = 1;
582                GCC_DYNAMIC_NO_PIC = NO;
583                GCC_ENABLE_FIX_AND_CONTINUE = NO;
584                GCC_GENERATE_DEBUGGING_SYMBOLS = "<Multiple values>";
585                GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
586                GCC_WARN_UNKNOWN_PRAGMAS = NO;
587                LIBRARY_SEARCH_PATHS = (
588                    "$(inherited)",
589                    "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
590                );
591                LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks/Cocoa.framework\"";
592                LIBRARY_STYLE = BUNDLE;
593                MACH_O_TYPE = mh_dylib;
594                OTHER_CFLAGS = "";
595                OTHER_LDFLAGS = (
596                    "-undefined",
597                    suppress,
598                    "-flat_namespace",
599                );
600                OTHER_REZFLAGS = "";
601                PREBINDING = NO;
602                PRODUCT_NAME = NewtObjC;
603                SECTORDER_FLAGS = "";
604                WARNING_CFLAGS = "-Wmost";
605                ZERO_LINK = NO;
606            };
607            name = Release;
608        };
609        DAE3D4600A42AE3A00FE1B1F /* Debug */ = {
610            isa = XCBuildConfiguration;
611            buildSettings = {
612                COPY_PHASE_STRIP = NO;
613                DEBUGGING_SYMBOLS = "<Multiple values>";
614                DYLIB_COMPATIBILITY_VERSION = 1;
615                DYLIB_CURRENT_VERSION = 1;
616                GCC_DYNAMIC_NO_PIC = NO;
617                GCC_ENABLE_FIX_AND_CONTINUE = YES;
618                GCC_GENERATE_DEBUGGING_SYMBOLS = "<Multiple values>";
619                GCC_MODEL_TUNING = G5;
620                GCC_OPTIMIZATION_LEVEL = 0;
621                GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
622                GCC_WARN_UNKNOWN_PRAGMAS = NO;
623                LIBRARY_STYLE = BUNDLE;
624                MACH_O_TYPE = mh_dylib;
625                OTHER_CFLAGS = "";
626                OTHER_LDFLAGS = (
627                    "-undefined",
628                    suppress,
629                    "-flat_namespace",
630                );
631                OTHER_REZFLAGS = "";
632                PREBINDING = NO;
633                PRODUCT_NAME = "objc-runtime-x";
634                SECTORDER_FLAGS = "";
635                WARNING_CFLAGS = "-Wmost";
636                ZERO_LINK = YES;
637            };
638            name = Debug;
639        };
640        DAE3D4610A42AE3A00FE1B1F /* Release */ = {
641            isa = XCBuildConfiguration;
642            buildSettings = {
643                COPY_PHASE_STRIP = YES;
644                DEBUGGING_SYMBOLS = "<Multiple values>";
645                DYLIB_COMPATIBILITY_VERSION = 1;
646                DYLIB_CURRENT_VERSION = 1;
647                GCC_DYNAMIC_NO_PIC = NO;
648                GCC_ENABLE_FIX_AND_CONTINUE = NO;
649                GCC_GENERATE_DEBUGGING_SYMBOLS = "<Multiple values>";
650                GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
651                GCC_WARN_UNKNOWN_PRAGMAS = NO;
652                LIBRARY_STYLE = BUNDLE;
653                MACH_O_TYPE = mh_dylib;
654                OTHER_CFLAGS = "";
655                OTHER_LDFLAGS = (
656                    "-undefined",
657                    suppress,
658                    "-flat_namespace",
659                );
660                OTHER_REZFLAGS = "";
661                PREBINDING = NO;
662                PRODUCT_NAME = "objc-runtime-x";
663                SECTORDER_FLAGS = "";
664                WARNING_CFLAGS = "-Wmost";
665                ZERO_LINK = NO;
666            };
667            name = Release;
668        };
669        F541302C096D1DEB00CFD896 /* Debug */ = {
670            isa = XCBuildConfiguration;
671            buildSettings = {
672            };
673            name = Debug;
674        };
675        F541302D096D1DEB00CFD896 /* Release */ = {
676            isa = XCBuildConfiguration;
677            buildSettings = {
678                ARCHS = (
679                    ppc,
680                    i386,
681                );
682                COPY_PHASE_STRIP = YES;
683                FRAMEWORK_SEARCH_PATHS = "";
684                FRAMEWORK_VERSION = A;
685                GCC_DYNAMIC_NO_PIC = YES;
686                GCC_ENABLE_FIX_AND_CONTINUE = NO;
687                GCC_ENABLE_TRIGRAPHS = NO;
688                GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
689                GCC_PRECOMPILE_PREFIX_HEADER = NO;
690                GCC_PREPROCESSOR_DEFINITIONS = "";
691                GCC_SYMBOLS_PRIVATE_EXTERN = NO;
692                GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
693                GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
694                GCC_WARN_UNKNOWN_PRAGMAS = NO;
695                INSTALL_PATH = "$(HOME)/bin";
696                LIBRARY_SEARCH_PATHS = "";
697                LIBRARY_STYLE = STATIC;
698                MACOSX_DEPLOYMENT_TARGET = 10.3;
699                OTHER_CFLAGS = "";
700                OTHER_REZFLAGS = "";
701                PREBINDING = NO;
702                REZ_EXECUTABLE = YES;
703                SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk;
704                SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk;
705                SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk;
706                SECTORDER_FLAGS = "";
707                WARNING_CFLAGS = (
708                    "-Wmost",
709                    "-Wno-four-char-constants",
710                    "-Wno-unknown-pragmas",
711                );
712                ZERO_LINK = NO;
713            };
714            name = Release;
715        };
716/* End XCBuildConfiguration section */
717
718/* Begin XCConfigurationList section */
719        DA16689B0A438E15005937AA /* Build configuration list for PBXAggregateTarget "All" */ = {
720            isa = XCConfigurationList;
721            buildConfigurations = (
722                DA16689C0A438E15005937AA /* Debug */,
723                DA16689D0A438E15005937AA /* Release */,
724            );
725            defaultConfigurationIsVisible = 0;
726            defaultConfigurationName = Release;
727        };
728        DAE3D2F50A429D6A00FE1B1F /* Build configuration list for PBXNativeTarget "NativeCalls" */ = {
729            isa = XCConfigurationList;
730            buildConfigurations = (
731                DAE3D2F60A429D6A00FE1B1F /* Debug */,
732                DAE3D2F70A429D6A00FE1B1F /* Release */,
733            );
734            defaultConfigurationIsVisible = 0;
735            defaultConfigurationName = Release;
736        };
737        DAE3D4380A42ADB900FE1B1F /* Build configuration list for PBXNativeTarget "NewtObjC" */ = {
738            isa = XCConfigurationList;
739            buildConfigurations = (
740                DAE3D4390A42ADB900FE1B1F /* Debug */,
741                DAE3D43A0A42ADB900FE1B1F /* Release */,
742            );
743            defaultConfigurationIsVisible = 0;
744            defaultConfigurationName = Release;
745        };
746        DAE3D45F0A42AE3A00FE1B1F /* Build configuration list for PBXNativeTarget "objc-runtime-x" */ = {
747            isa = XCConfigurationList;
748            buildConfigurations = (
749                DAE3D4600A42AE3A00FE1B1F /* Debug */,
750                DAE3D4610A42AE3A00FE1B1F /* Release */,
751            );
752            defaultConfigurationIsVisible = 0;
753            defaultConfigurationName = Release;
754        };
755        F541302B096D1DEB00CFD896 /* Build configuration list for PBXProject "contrib" */ = {
756            isa = XCConfigurationList;
757            buildConfigurations = (
758                F541302C096D1DEB00CFD896 /* Debug */,
759                F541302D096D1DEB00CFD896 /* Release */,
760            );
761            defaultConfigurationIsVisible = 0;
762            defaultConfigurationName = Release;
763        };
764/* End XCConfigurationList section */
765    };
766    rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
767}
Note: See TracBrowser for help on using the browser.