xref: /petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/project.pbxproj (revision bebe2cf65d55febe21a5af8db2bd2e168caaa2e7)
1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		D8A06756195FB1AA0052E182 /* PETSc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8A06755195FB1AA0052E182 /* PETSc.framework */; };
11		D8F8285815CB0A080091B85A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8F8285715CB0A080091B85A /* Cocoa.framework */; };
12		D8F8286215CB0A080091B85A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D8F8286015CB0A080091B85A /* InfoPlist.strings */; };
13		D8F8286415CB0A080091B85A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D8F8286315CB0A080091B85A /* main.m */; };
14		D8F8286815CB0A080091B85A /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = D8F8286615CB0A080091B85A /* Credits.rtf */; };
15		D8F8286B15CB0A080091B85A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D8F8286A15CB0A080091B85A /* AppDelegate.m */; };
16		D8F8286E15CB0A080091B85A /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D8F8286C15CB0A080091B85A /* MainMenu.xib */; };
17		D8F8287A15CB0B5A0091B85A /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8F8287915CB0B5A0091B85A /* Accelerate.framework */; };
18/* End PBXBuildFile section */
19
20/* Begin PBXFileReference section */
21		D8A06755195FB1AA0052E182 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PETSc.framework; path = ../../../../../../../../../Library/Frameworks/PETSc.framework; sourceTree = "<group>"; };
22		D8F8285315CB0A080091B85A /* PETSc cocoa example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PETSc cocoa example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
23		D8F8285715CB0A080091B85A /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
24		D8F8285A15CB0A080091B85A /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
25		D8F8285B15CB0A080091B85A /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
26		D8F8285C15CB0A080091B85A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
27		D8F8285F15CB0A080091B85A /* PETSc cocoa example-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PETSc cocoa example-Info.plist"; sourceTree = "<group>"; };
28		D8F8286115CB0A080091B85A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
29		D8F8286315CB0A080091B85A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
30		D8F8286515CB0A080091B85A /* PETSc cocoa example-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PETSc cocoa example-Prefix.pch"; sourceTree = "<group>"; };
31		D8F8286715CB0A080091B85A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
32		D8F8286915CB0A080091B85A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
33		D8F8286A15CB0A080091B85A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
34		D8F8286D15CB0A080091B85A /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
35		D8F8287915CB0B5A0091B85A /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
36/* End PBXFileReference section */
37
38/* Begin PBXFrameworksBuildPhase section */
39		D8F8285015CB0A080091B85A /* Frameworks */ = {
40			isa = PBXFrameworksBuildPhase;
41			buildActionMask = 2147483647;
42			files = (
43				D8A06756195FB1AA0052E182 /* PETSc.framework in Frameworks */,
44				D8F8287A15CB0B5A0091B85A /* Accelerate.framework in Frameworks */,
45				D8F8285815CB0A080091B85A /* Cocoa.framework in Frameworks */,
46			);
47			runOnlyForDeploymentPostprocessing = 0;
48		};
49/* End PBXFrameworksBuildPhase section */
50
51/* Begin PBXGroup section */
52		D8F8284815CB0A080091B85A = {
53			isa = PBXGroup;
54			children = (
55				D8F8287915CB0B5A0091B85A /* Accelerate.framework */,
56				D8F8285D15CB0A080091B85A /* PETSc cocoa example */,
57				D8F8285615CB0A080091B85A /* Frameworks */,
58				D8F8285415CB0A080091B85A /* Products */,
59			);
60			sourceTree = "<group>";
61		};
62		D8F8285415CB0A080091B85A /* Products */ = {
63			isa = PBXGroup;
64			children = (
65				D8F8285315CB0A080091B85A /* PETSc cocoa example.app */,
66			);
67			name = Products;
68			sourceTree = "<group>";
69		};
70		D8F8285615CB0A080091B85A /* Frameworks */ = {
71			isa = PBXGroup;
72			children = (
73				D8A06755195FB1AA0052E182 /* PETSc.framework */,
74				D8F8285715CB0A080091B85A /* Cocoa.framework */,
75				D8F8285915CB0A080091B85A /* Other Frameworks */,
76			);
77			name = Frameworks;
78			sourceTree = "<group>";
79		};
80		D8F8285915CB0A080091B85A /* Other Frameworks */ = {
81			isa = PBXGroup;
82			children = (
83				D8F8285A15CB0A080091B85A /* AppKit.framework */,
84				D8F8285B15CB0A080091B85A /* CoreData.framework */,
85				D8F8285C15CB0A080091B85A /* Foundation.framework */,
86			);
87			name = "Other Frameworks";
88			sourceTree = "<group>";
89		};
90		D8F8285D15CB0A080091B85A /* PETSc cocoa example */ = {
91			isa = PBXGroup;
92			children = (
93				D8F8286915CB0A080091B85A /* AppDelegate.h */,
94				D8F8286A15CB0A080091B85A /* AppDelegate.m */,
95				D8F8286C15CB0A080091B85A /* MainMenu.xib */,
96				D8F8285E15CB0A080091B85A /* Supporting Files */,
97			);
98			path = "PETSc cocoa example";
99			sourceTree = "<group>";
100		};
101		D8F8285E15CB0A080091B85A /* Supporting Files */ = {
102			isa = PBXGroup;
103			children = (
104				D8F8285F15CB0A080091B85A /* PETSc cocoa example-Info.plist */,
105				D8F8286015CB0A080091B85A /* InfoPlist.strings */,
106				D8F8286315CB0A080091B85A /* main.m */,
107				D8F8286515CB0A080091B85A /* PETSc cocoa example-Prefix.pch */,
108				D8F8286615CB0A080091B85A /* Credits.rtf */,
109			);
110			name = "Supporting Files";
111			sourceTree = "<group>";
112		};
113/* End PBXGroup section */
114
115/* Begin PBXNativeTarget section */
116		D8F8285215CB0A080091B85A /* PETSc cocoa example */ = {
117			isa = PBXNativeTarget;
118			buildConfigurationList = D8F8287115CB0A080091B85A /* Build configuration list for PBXNativeTarget "PETSc cocoa example" */;
119			buildPhases = (
120				D8F8284F15CB0A080091B85A /* Sources */,
121				D8F8285015CB0A080091B85A /* Frameworks */,
122				D8F8285115CB0A080091B85A /* Resources */,
123			);
124			buildRules = (
125			);
126			dependencies = (
127			);
128			name = "PETSc cocoa example";
129			productName = "PETSc cocoa example";
130			productReference = D8F8285315CB0A080091B85A /* PETSc cocoa example.app */;
131			productType = "com.apple.product-type.application";
132		};
133/* End PBXNativeTarget section */
134
135/* Begin PBXProject section */
136		D8F8284A15CB0A080091B85A /* Project object */ = {
137			isa = PBXProject;
138			attributes = {
139				LastUpgradeCheck = 0440;
140				ORGANIZATIONNAME = "Barry Smith";
141			};
142			buildConfigurationList = D8F8284D15CB0A080091B85A /* Build configuration list for PBXProject "PETSc cocoa example" */;
143			compatibilityVersion = "Xcode 3.2";
144			developmentRegion = English;
145			hasScannedForEncodings = 0;
146			knownRegions = (
147				en,
148			);
149			mainGroup = D8F8284815CB0A080091B85A;
150			productRefGroup = D8F8285415CB0A080091B85A /* Products */;
151			projectDirPath = "";
152			projectRoot = "";
153			targets = (
154				D8F8285215CB0A080091B85A /* PETSc cocoa example */,
155			);
156		};
157/* End PBXProject section */
158
159/* Begin PBXResourcesBuildPhase section */
160		D8F8285115CB0A080091B85A /* Resources */ = {
161			isa = PBXResourcesBuildPhase;
162			buildActionMask = 2147483647;
163			files = (
164				D8F8286215CB0A080091B85A /* InfoPlist.strings in Resources */,
165				D8F8286815CB0A080091B85A /* Credits.rtf in Resources */,
166				D8F8286E15CB0A080091B85A /* MainMenu.xib in Resources */,
167			);
168			runOnlyForDeploymentPostprocessing = 0;
169		};
170/* End PBXResourcesBuildPhase section */
171
172/* Begin PBXSourcesBuildPhase section */
173		D8F8284F15CB0A080091B85A /* Sources */ = {
174			isa = PBXSourcesBuildPhase;
175			buildActionMask = 2147483647;
176			files = (
177				D8F8286415CB0A080091B85A /* main.m in Sources */,
178				D8F8286B15CB0A080091B85A /* AppDelegate.m in Sources */,
179			);
180			runOnlyForDeploymentPostprocessing = 0;
181		};
182/* End PBXSourcesBuildPhase section */
183
184/* Begin PBXVariantGroup section */
185		D8F8286015CB0A080091B85A /* InfoPlist.strings */ = {
186			isa = PBXVariantGroup;
187			children = (
188				D8F8286115CB0A080091B85A /* en */,
189			);
190			name = InfoPlist.strings;
191			sourceTree = "<group>";
192		};
193		D8F8286615CB0A080091B85A /* Credits.rtf */ = {
194			isa = PBXVariantGroup;
195			children = (
196				D8F8286715CB0A080091B85A /* en */,
197			);
198			name = Credits.rtf;
199			sourceTree = "<group>";
200		};
201		D8F8286C15CB0A080091B85A /* MainMenu.xib */ = {
202			isa = PBXVariantGroup;
203			children = (
204				D8F8286D15CB0A080091B85A /* en */,
205			);
206			name = MainMenu.xib;
207			sourceTree = "<group>";
208		};
209/* End PBXVariantGroup section */
210
211/* Begin XCBuildConfiguration section */
212		D8F8286F15CB0A080091B85A /* Debug */ = {
213			isa = XCBuildConfiguration;
214			buildSettings = {
215				ALWAYS_SEARCH_USER_PATHS = NO;
216				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
217				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
218				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
219				COPY_PHASE_STRIP = NO;
220				GCC_C_LANGUAGE_STANDARD = gnu99;
221				GCC_DYNAMIC_NO_PIC = NO;
222				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
223				GCC_OPTIMIZATION_LEVEL = 0;
224				GCC_PREPROCESSOR_DEFINITIONS = (
225					"DEBUG=1",
226					"$(inherited)",
227				);
228				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
229				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
230				GCC_WARN_ABOUT_RETURN_TYPE = YES;
231				GCC_WARN_UNINITIALIZED_AUTOS = YES;
232				GCC_WARN_UNUSED_VARIABLE = YES;
233				MACOSX_DEPLOYMENT_TARGET = 10.8;
234				ONLY_ACTIVE_ARCH = YES;
235				SDKROOT = macosx;
236			};
237			name = Debug;
238		};
239		D8F8287015CB0A080091B85A /* Release */ = {
240			isa = XCBuildConfiguration;
241			buildSettings = {
242				ALWAYS_SEARCH_USER_PATHS = NO;
243				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
244				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
245				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
246				COPY_PHASE_STRIP = YES;
247				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
248				GCC_C_LANGUAGE_STANDARD = gnu99;
249				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
250				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
251				GCC_WARN_ABOUT_RETURN_TYPE = YES;
252				GCC_WARN_UNINITIALIZED_AUTOS = YES;
253				GCC_WARN_UNUSED_VARIABLE = YES;
254				MACOSX_DEPLOYMENT_TARGET = 10.8;
255				SDKROOT = macosx;
256			};
257			name = Release;
258		};
259		D8F8287215CB0A080091B85A /* Debug */ = {
260			isa = XCBuildConfiguration;
261			buildSettings = {
262				COMBINE_HIDPI_IMAGES = YES;
263				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-OSX/debug";
264				GCC_PRECOMPILE_PREFIX_HEADER = YES;
265				GCC_PREFIX_HEADER = "PETSc cocoa example/PETSc cocoa example-Prefix.pch";
266				INFOPLIST_FILE = "PETSc cocoa example/PETSc cocoa example-Info.plist";
267				PRODUCT_NAME = "$(TARGET_NAME)";
268				WRAPPER_EXTENSION = app;
269			};
270			name = Debug;
271		};
272		D8F8287315CB0A080091B85A /* Release */ = {
273			isa = XCBuildConfiguration;
274			buildSettings = {
275				COMBINE_HIDPI_IMAGES = YES;
276				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-OSX/release";
277				GCC_PRECOMPILE_PREFIX_HEADER = YES;
278				GCC_PREFIX_HEADER = "PETSc cocoa example/PETSc cocoa example-Prefix.pch";
279				INFOPLIST_FILE = "PETSc cocoa example/PETSc cocoa example-Info.plist";
280				PRODUCT_NAME = "$(TARGET_NAME)";
281				WRAPPER_EXTENSION = app;
282			};
283			name = Release;
284		};
285/* End XCBuildConfiguration section */
286
287/* Begin XCConfigurationList section */
288		D8F8284D15CB0A080091B85A /* Build configuration list for PBXProject "PETSc cocoa example" */ = {
289			isa = XCConfigurationList;
290			buildConfigurations = (
291				D8F8286F15CB0A080091B85A /* Debug */,
292				D8F8287015CB0A080091B85A /* Release */,
293			);
294			defaultConfigurationIsVisible = 0;
295			defaultConfigurationName = Release;
296		};
297		D8F8287115CB0A080091B85A /* Build configuration list for PBXNativeTarget "PETSc cocoa example" */ = {
298			isa = XCConfigurationList;
299			buildConfigurations = (
300				D8F8287215CB0A080091B85A /* Debug */,
301				D8F8287315CB0A080091B85A /* Release */,
302			);
303			defaultConfigurationIsVisible = 0;
304			defaultConfigurationName = Release;
305		};
306/* End XCConfigurationList section */
307	};
308	rootObject = D8F8284A15CB0A080091B85A /* Project object */;
309}
310