source: sans/Analysis/branches/ajj_23APR07/XOPs/SANSAnalysis/XCode/SANSAnalysis.xcodeproj/project.pbxproj @ 94

Last change on this file since 94 was 94, checked in by ajj, 16 years ago

Updated XCode Project to have two release build targets:
Release - Universal for Igor 6
Release - PPC for Igor 5

Both are built against the 10.4 SDK so are probably Tiger only - this could be an annoying issue.

File size: 14.7 KB
Line 
1// !$*UTF8*$!
2{
3        archiveVersion = 1;
4        classes = {
5        };
6        objectVersion = 42;
7        objects = {
8
9/* Begin PBXBuildFile section */
10                058F35C10BDD33C400D07487 /* Cylinder.c in Sources */ = {isa = PBXBuildFile; fileRef = 058F35B00BDD33C400D07487 /* Cylinder.c */; };
11                058F35C30BDD33C500D07487 /* ResolutionSmearing.c in Sources */ = {isa = PBXBuildFile; fileRef = 058F35B50BDD33C400D07487 /* ResolutionSmearing.c */; };
12                058F35C40BDD33C500D07487 /* Sphere.c in Sources */ = {isa = PBXBuildFile; fileRef = 058F35B80BDD33C400D07487 /* Sphere.c */; };
13                058F35C50BDD33C500D07487 /* StructureFactor.c in Sources */ = {isa = PBXBuildFile; fileRef = 058F35BB0BDD33C400D07487 /* StructureFactor.c */; };
14                058F35C60BDD33C500D07487 /* TwoPhase.c in Sources */ = {isa = PBXBuildFile; fileRef = 058F35BE0BDD33C400D07487 /* TwoPhase.c */; };
15                058F35C80BDD341100D07487 /* libXOPSupport.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 058F35C70BDD341100D07487 /* libXOPSupport.a */; };
16                058F35FC0BDD3A7D00D07487 /* SANSAnalysis.r in Rez */ = {isa = PBXBuildFile; fileRef = 058F35FB0BDD3A7D00D07487 /* SANSAnalysis.r */; };
17                058F36470BDD3E6700D07487 /* SANSAnalysis.c in Sources */ = {isa = PBXBuildFile; fileRef = 058F36460BDD3E6700D07487 /* SANSAnalysis.c */; };
18                8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
19                8D01CCCE0486CAD60068D4B7 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */; };
20/* End PBXBuildFile section */
21
22/* Begin PBXFileReference section */
23                058F35B00BDD33C400D07487 /* Cylinder.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = Cylinder.c; path = ../Cylinder.c; sourceTree = SOURCE_ROOT; };
24                058F35B10BDD33C400D07487 /* Cylinder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Cylinder.h; path = ../Cylinder.h; sourceTree = SOURCE_ROOT; };
25                058F35B50BDD33C400D07487 /* ResolutionSmearing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ResolutionSmearing.c; path = ../ResolutionSmearing.c; sourceTree = SOURCE_ROOT; };
26                058F35B60BDD33C400D07487 /* SANSAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SANSAnalysis.h; path = ../SANSAnalysis.h; sourceTree = SOURCE_ROOT; };
27                058F35B80BDD33C400D07487 /* Sphere.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = Sphere.c; path = ../Sphere.c; sourceTree = SOURCE_ROOT; };
28                058F35B90BDD33C400D07487 /* Sphere.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Sphere.h; path = ../Sphere.h; sourceTree = SOURCE_ROOT; };
29                058F35BB0BDD33C400D07487 /* StructureFactor.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = StructureFactor.c; path = ../StructureFactor.c; sourceTree = SOURCE_ROOT; };
30                058F35BC0BDD33C400D07487 /* StructureFactor.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = StructureFactor.h; path = ../StructureFactor.h; sourceTree = SOURCE_ROOT; };
31                058F35BE0BDD33C400D07487 /* TwoPhase.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = TwoPhase.c; path = ../TwoPhase.c; sourceTree = SOURCE_ROOT; };
32                058F35BF0BDD33C400D07487 /* TwoPhase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TwoPhase.h; path = ../TwoPhase.h; sourceTree = SOURCE_ROOT; };
33                058F35C70BDD341100D07487 /* libXOPSupport.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libXOPSupport.a; path = ../../XOPSupport/Xcode/libXOPSupport.a; sourceTree = SOURCE_ROOT; };
34                058F35DF0BDD38AD00D07487 /* ResolutionSmearing.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ResolutionSmearing.h; path = ../ResolutionSmearing.h; sourceTree = SOURCE_ROOT; };
35                058F35FB0BDD3A7D00D07487 /* SANSAnalysis.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; name = SANSAnalysis.r; path = ../SANSAnalysis.r; sourceTree = SOURCE_ROOT; };
36                058F36460BDD3E6700D07487 /* SANSAnalysis.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SANSAnalysis.c; path = ../SANSAnalysis.c; sourceTree = SOURCE_ROOT; };
37                089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
38                08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
39                32BAE0B30371A71500C91783 /* SANSAnalysis_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SANSAnalysis_Prefix.pch; sourceTree = "<group>"; };
40                8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
41                8D01CCD20486CAD60068D4B7 /* SANSAnalysis.xop */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SANSAnalysis.xop; sourceTree = BUILT_PRODUCTS_DIR; };
42/* End PBXFileReference section */
43
44/* Begin PBXFrameworksBuildPhase section */
45                8D01CCCD0486CAD60068D4B7 /* Frameworks */ = {
46                        isa = PBXFrameworksBuildPhase;
47                        buildActionMask = 2147483647;
48                        files = (
49                                8D01CCCE0486CAD60068D4B7 /* Carbon.framework in Frameworks */,
50                                058F35C80BDD341100D07487 /* libXOPSupport.a in Frameworks */,
51                        );
52                        runOnlyForDeploymentPostprocessing = 0;
53                };
54/* End PBXFrameworksBuildPhase section */
55
56/* Begin PBXGroup section */
57                089C166AFE841209C02AAC07 /* SANSAnalysis */ = {
58                        isa = PBXGroup;
59                        children = (
60                                08FB77ADFE841716C02AAC07 /* Source */,
61                                089C167CFE841241C02AAC07 /* Resources */,
62                                089C1671FE841209C02AAC07 /* External Frameworks and Libraries */,
63                                19C28FB4FE9D528D11CA2CBB /* Products */,
64                        );
65                        name = SANSAnalysis;
66                        sourceTree = "<group>";
67                };
68                089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
69                        isa = PBXGroup;
70                        children = (
71                                058F35C70BDD341100D07487 /* libXOPSupport.a */,
72                                08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */,
73                        );
74                        name = "External Frameworks and Libraries";
75                        sourceTree = "<group>";
76                };
77                089C167CFE841241C02AAC07 /* Resources */ = {
78                        isa = PBXGroup;
79                        children = (
80                                8D01CCD10486CAD60068D4B7 /* Info.plist */,
81                                089C167DFE841241C02AAC07 /* InfoPlist.strings */,
82                        );
83                        name = Resources;
84                        sourceTree = "<group>";
85                };
86                08FB77ADFE841716C02AAC07 /* Source */ = {
87                        isa = PBXGroup;
88                        children = (
89                                058F35B00BDD33C400D07487 /* Cylinder.c */,
90                                058F35B10BDD33C400D07487 /* Cylinder.h */,
91                                058F35B50BDD33C400D07487 /* ResolutionSmearing.c */,
92                                058F35B60BDD33C400D07487 /* SANSAnalysis.h */,
93                                058F35DF0BDD38AD00D07487 /* ResolutionSmearing.h */,
94                                058F35B80BDD33C400D07487 /* Sphere.c */,
95                                058F35B90BDD33C400D07487 /* Sphere.h */,
96                                058F35FB0BDD3A7D00D07487 /* SANSAnalysis.r */,
97                                058F36460BDD3E6700D07487 /* SANSAnalysis.c */,
98                                058F35BB0BDD33C400D07487 /* StructureFactor.c */,
99                                058F35BC0BDD33C400D07487 /* StructureFactor.h */,
100                                058F35BE0BDD33C400D07487 /* TwoPhase.c */,
101                                058F35BF0BDD33C400D07487 /* TwoPhase.h */,
102                                32BAE0B30371A71500C91783 /* SANSAnalysis_Prefix.pch */,
103                        );
104                        name = Source;
105                        sourceTree = "<group>";
106                };
107                19C28FB4FE9D528D11CA2CBB /* Products */ = {
108                        isa = PBXGroup;
109                        children = (
110                                8D01CCD20486CAD60068D4B7 /* SANSAnalysis.xop */,
111                        );
112                        name = Products;
113                        sourceTree = "<group>";
114                };
115/* End PBXGroup section */
116
117/* Begin PBXNativeTarget section */
118                8D01CCC60486CAD60068D4B7 /* SANSAnalysis */ = {
119                        isa = PBXNativeTarget;
120                        buildConfigurationList = 4FADC23308B4156C00ABE55E /* Build configuration list for PBXNativeTarget "SANSAnalysis" */;
121                        buildPhases = (
122                                8D01CCC90486CAD60068D4B7 /* Resources */,
123                                8D01CCCB0486CAD60068D4B7 /* Sources */,
124                                8D01CCCD0486CAD60068D4B7 /* Frameworks */,
125                                058F35C90BDD344700D07487 /* Rez */,
126                        );
127                        buildRules = (
128                        );
129                        dependencies = (
130                        );
131                        name = SANSAnalysis;
132                        productInstallPath = "$(HOME)/Library/Bundles";
133                        productName = SANSAnalysis;
134                        productReference = 8D01CCD20486CAD60068D4B7 /* SANSAnalysis.xop */;
135                        productType = "com.apple.product-type.bundle";
136                };
137/* End PBXNativeTarget section */
138
139/* Begin PBXProject section */
140                089C1669FE841209C02AAC07 /* Project object */ = {
141                        isa = PBXProject;
142                        buildConfigurationList = 4FADC23708B4156C00ABE55E /* Build configuration list for PBXProject "SANSAnalysis" */;
143                        hasScannedForEncodings = 1;
144                        mainGroup = 089C166AFE841209C02AAC07 /* SANSAnalysis */;
145                        projectDirPath = "";
146                        targets = (
147                                8D01CCC60486CAD60068D4B7 /* SANSAnalysis */,
148                        );
149                };
150/* End PBXProject section */
151
152/* Begin PBXResourcesBuildPhase section */
153                8D01CCC90486CAD60068D4B7 /* Resources */ = {
154                        isa = PBXResourcesBuildPhase;
155                        buildActionMask = 2147483647;
156                        files = (
157                                8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */,
158                        );
159                        runOnlyForDeploymentPostprocessing = 0;
160                };
161/* End PBXResourcesBuildPhase section */
162
163/* Begin PBXRezBuildPhase section */
164                058F35C90BDD344700D07487 /* Rez */ = {
165                        isa = PBXRezBuildPhase;
166                        buildActionMask = 2147483647;
167                        files = (
168                                058F35FC0BDD3A7D00D07487 /* SANSAnalysis.r in Rez */,
169                        );
170                        runOnlyForDeploymentPostprocessing = 0;
171                };
172/* End PBXRezBuildPhase section */
173
174/* Begin PBXSourcesBuildPhase section */
175                8D01CCCB0486CAD60068D4B7 /* Sources */ = {
176                        isa = PBXSourcesBuildPhase;
177                        buildActionMask = 2147483647;
178                        files = (
179                                058F35C10BDD33C400D07487 /* Cylinder.c in Sources */,
180                                058F35C30BDD33C500D07487 /* ResolutionSmearing.c in Sources */,
181                                058F35C40BDD33C500D07487 /* Sphere.c in Sources */,
182                                058F35C50BDD33C500D07487 /* StructureFactor.c in Sources */,
183                                058F35C60BDD33C500D07487 /* TwoPhase.c in Sources */,
184                                058F36470BDD3E6700D07487 /* SANSAnalysis.c in Sources */,
185                        );
186                        runOnlyForDeploymentPostprocessing = 0;
187                };
188/* End PBXSourcesBuildPhase section */
189
190/* Begin PBXVariantGroup section */
191                089C167DFE841241C02AAC07 /* InfoPlist.strings */ = {
192                        isa = PBXVariantGroup;
193                        children = (
194                                089C167EFE841241C02AAC07 /* English */,
195                        );
196                        name = InfoPlist.strings;
197                        sourceTree = "<group>";
198                };
199/* End PBXVariantGroup section */
200
201/* Begin XCBuildConfiguration section */
202                058F37850BDD631000D07487 /* Release - PPC */ = {
203                        isa = XCBuildConfiguration;
204                        buildSettings = {
205                                ARCHS = ppc;
206                                EXPORTED_SYMBOLS_FILE = ./Exports.exp;
207                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
208                                GCC_MODEL_TUNING = G5;
209                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
210                                GCC_PREFIX_HEADER = SANSAnalysis_Prefix.pch;
211                                HEADER_SEARCH_PATHS = "${SRCROOT}/../../XOPSupport";
212                                INFOPLIST_FILE = Info.plist;
213                                INSTALL_PATH = "$(HOME)/Library/Bundles";
214                                LIBRARY_SEARCH_PATHS = (
215                                        "$(inherited)",
216                                        "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
217                                );
218                                LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../../XOPSupport/Xcode\"";
219                                OTHER_REZFLAGS = "-i ${SRCROOT}/../../XOPSupport -d TARGET_RT_MAC_MACHO";
220                                PRODUCT_NAME = SANSAnalysis;
221                                WRAPPER_EXTENSION = xop;
222                                ZERO_LINK = NO;
223                        };
224                        name = "Release - PPC";
225                };
226                058F37860BDD631000D07487 /* Release - PPC */ = {
227                        isa = XCBuildConfiguration;
228                        buildSettings = {
229                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
230                                GCC_WARN_UNUSED_VARIABLE = YES;
231                                PREBINDING = NO;
232                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
233                        };
234                        name = "Release - PPC";
235                };
236                4FADC23408B4156C00ABE55E /* Debug */ = {
237                        isa = XCBuildConfiguration;
238                        buildSettings = {
239                                COPY_PHASE_STRIP = NO;
240                                EXPORTED_SYMBOLS_FILE = ./Exports.exp;
241                                GCC_DYNAMIC_NO_PIC = NO;
242                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
243                                GCC_MODEL_TUNING = G5;
244                                GCC_OPTIMIZATION_LEVEL = 0;
245                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
246                                GCC_PREFIX_HEADER = SANSAnalysis_Prefix.pch;
247                                HEADER_SEARCH_PATHS = "${SRCROOT}/../../XOPSupport";
248                                INFOPLIST_FILE = Info.plist;
249                                INSTALL_PATH = "$(HOME)/Library/Bundles";
250                                LIBRARY_SEARCH_PATHS = (
251                                        "$(inherited)",
252                                        "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
253                                );
254                                LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../../XOPSupport/Xcode\"";
255                                OTHER_REZFLAGS = "-i ${SRCROOT}/../../XOPSupport -d TARGET_RT_MAC_MACHO";
256                                PRODUCT_NAME = SANSAnalysis;
257                                WRAPPER_EXTENSION = xop;
258                                ZERO_LINK = NO;
259                        };
260                        name = Debug;
261                };
262                4FADC23508B4156C00ABE55E /* Release - Universal */ = {
263                        isa = XCBuildConfiguration;
264                        buildSettings = {
265                                ARCHS = (
266                                        ppc,
267                                        i386,
268                                );
269                                EXPORTED_SYMBOLS_FILE = ./Exports.exp;
270                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
271                                GCC_MODEL_TUNING = G5;
272                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
273                                GCC_PREFIX_HEADER = SANSAnalysis_Prefix.pch;
274                                HEADER_SEARCH_PATHS = "${SRCROOT}/../../XOPSupport";
275                                INFOPLIST_FILE = Info.plist;
276                                INSTALL_PATH = "$(HOME)/Library/Bundles";
277                                LIBRARY_SEARCH_PATHS = (
278                                        "$(inherited)",
279                                        "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
280                                );
281                                LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../../XOPSupport/Xcode\"";
282                                OTHER_REZFLAGS = "-i ${SRCROOT}/../../XOPSupport -d TARGET_RT_MAC_MACHO";
283                                PRODUCT_NAME = SANSAnalysis;
284                                WRAPPER_EXTENSION = xop;
285                                ZERO_LINK = NO;
286                        };
287                        name = "Release - Universal";
288                };
289                4FADC23808B4156C00ABE55E /* Debug */ = {
290                        isa = XCBuildConfiguration;
291                        buildSettings = {
292                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
293                                GCC_WARN_UNUSED_VARIABLE = YES;
294                                PREBINDING = NO;
295                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
296                        };
297                        name = Debug;
298                };
299                4FADC23908B4156C00ABE55E /* Release - Universal */ = {
300                        isa = XCBuildConfiguration;
301                        buildSettings = {
302                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
303                                GCC_WARN_UNUSED_VARIABLE = YES;
304                                PREBINDING = NO;
305                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
306                        };
307                        name = "Release - Universal";
308                };
309/* End XCBuildConfiguration section */
310
311/* Begin XCConfigurationList section */
312                4FADC23308B4156C00ABE55E /* Build configuration list for PBXNativeTarget "SANSAnalysis" */ = {
313                        isa = XCConfigurationList;
314                        buildConfigurations = (
315                                4FADC23408B4156C00ABE55E /* Debug */,
316                                4FADC23508B4156C00ABE55E /* Release - Universal */,
317                                058F37850BDD631000D07487 /* Release - PPC */,
318                        );
319                        defaultConfigurationIsVisible = 0;
320                        defaultConfigurationName = "Release - Universal";
321                };
322                4FADC23708B4156C00ABE55E /* Build configuration list for PBXProject "SANSAnalysis" */ = {
323                        isa = XCConfigurationList;
324                        buildConfigurations = (
325                                4FADC23808B4156C00ABE55E /* Debug */,
326                                4FADC23908B4156C00ABE55E /* Release - Universal */,
327                                058F37860BDD631000D07487 /* Release - PPC */,
328                        );
329                        defaultConfigurationIsVisible = 0;
330                        defaultConfigurationName = "Release - Universal";
331                };
332/* End XCConfigurationList section */
333        };
334        rootObject = 089C1669FE841209C02AAC07 /* Project object */;
335}
Note: See TracBrowser for help on using the repository browser.