xref: /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/project.pbxproj (revision fce0c873789145caee477924bfa4ad26b4cd6ea4)
1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		1D3623260D0F684500981E51 /* iphoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* iphoneAppDelegate.m */; };
11		1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
12		2899E5220DE3E06400AC0155 /* iphoneViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* iphoneViewController.xib */; };
13		28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
14		28D7ACF80DDB3853001CB0EB /* iphoneViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* iphoneViewController.m */; };
15		D83A8D7E119DD87B009DD17A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D83A8D7D119DD87B009DD17A /* UIKit.framework */; };
16		D83A8DD0119DD88A009DD17A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D83A8DCF119DD88A009DD17A /* Foundation.framework */; };
17		D83A8DF3119DD897009DD17A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D83A8DF2119DD897009DD17A /* CoreGraphics.framework */; };
18		D88E3B0719610C25007171FE /* PETSc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D88E3B0619610C25007171FE /* PETSc.framework */; };
19		D89698F415C85DE600C720F1 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D89698F315C85DE600C720F1 /* Accelerate.framework */; };
20		D8B4FA0E195E5D1900608859 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8B4FA0D195E5D1900608859 /* GLKit.framework */; };
21		D8B4FA10195E5D4800608859 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8B4FA0F195E5D4800608859 /* OpenGLES.framework */; };
22/* End PBXBuildFile section */
23
24/* Begin PBXFileReference section */
25		1D3623240D0F684500981E51 /* iphoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iphoneAppDelegate.h; sourceTree = "<group>"; };
26		1D3623250D0F684500981E51 /* iphoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iphoneAppDelegate.m; sourceTree = "<group>"; };
27		1D6058910D05DD3D006BFB54 /* examples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = examples.app; sourceTree = BUILT_PRODUCTS_DIR; };
28		2899E5210DE3E06400AC0155 /* iphoneViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = iphoneViewController.xib; sourceTree = "<group>"; };
29		28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
30		28D7ACF60DDB3853001CB0EB /* iphoneViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iphoneViewController.h; sourceTree = "<group>"; };
31		28D7ACF70DDB3853001CB0EB /* iphoneViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iphoneViewController.m; sourceTree = "<group>"; };
32		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
33		32CA4F630368D1EE00C91783 /* examples_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = examples_Prefix.pch; sourceTree = "<group>"; };
34		8D1107310486CEB800E47090 /* examples-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "examples-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
35		D80A07DB15E87BBE00E85750 /* libPETSc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libPETSc.a; path = "../../../../arch-ios/lib/libPETSc.a"; sourceTree = "<group>"; };
36		D83A8D7D119DD87B009DD17A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
37		D83A8DCF119DD88A009DD17A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
38		D83A8DF2119DD897009DD17A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
39		D88E3B0619610C25007171FE /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PETSc.framework; path = ../../../../../../../../Library/Frameworks/PETSc.framework; sourceTree = "<group>"; };
40		D89698F115C85D3100C720F1 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
41		D89698F315C85DE600C720F1 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
42		D8B4FA0D195E5D1900608859 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
43		D8B4FA0F195E5D4800608859 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
44/* End PBXFileReference section */
45
46/* Begin PBXFrameworksBuildPhase section */
47		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
48			isa = PBXFrameworksBuildPhase;
49			buildActionMask = 2147483647;
50			files = (
51				D88E3B0719610C25007171FE /* PETSc.framework in Frameworks */,
52				D83A8D7E119DD87B009DD17A /* UIKit.framework in Frameworks */,
53				D8B4FA0E195E5D1900608859 /* GLKit.framework in Frameworks */,
54				D8B4FA10195E5D4800608859 /* OpenGLES.framework in Frameworks */,
55				D83A8DD0119DD88A009DD17A /* Foundation.framework in Frameworks */,
56				D83A8DF3119DD897009DD17A /* CoreGraphics.framework in Frameworks */,
57				D89698F415C85DE600C720F1 /* Accelerate.framework in Frameworks */,
58				D89698F415C85DE600C720F1 /* Accelerate.framework in Frameworks */,
59			);
60			runOnlyForDeploymentPostprocessing = 0;
61		};
62/* End PBXFrameworksBuildPhase section */
63
64/* Begin PBXGroup section */
65		080E96DDFE201D6D7F000001 /* Classes */ = {
66			isa = PBXGroup;
67			children = (
68				1D3623240D0F684500981E51 /* iphoneAppDelegate.h */,
69				1D3623250D0F684500981E51 /* iphoneAppDelegate.m */,
70				28D7ACF60DDB3853001CB0EB /* iphoneViewController.h */,
71				28D7ACF70DDB3853001CB0EB /* iphoneViewController.m */,
72			);
73			path = Classes;
74			sourceTree = "<group>";
75		};
76		19C28FACFE9D520D11CA2CBB /* Products */ = {
77			isa = PBXGroup;
78			children = (
79				1D6058910D05DD3D006BFB54 /* examples.app */,
80			);
81			name = Products;
82			sourceTree = "<group>";
83		};
84		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
85			isa = PBXGroup;
86			children = (
87				D80A07DB15E87BBE00E85750 /* libPETSc.a */,
88				D89698F115C85D3100C720F1 /* Accelerate.framework */,
89				080E96DDFE201D6D7F000001 /* Classes */,
90				29B97315FDCFA39411CA2CEA /* Other Sources */,
91				29B97317FDCFA39411CA2CEA /* Resources */,
92				29B97323FDCFA39411CA2CEA /* Frameworks */,
93				19C28FACFE9D520D11CA2CBB /* Products */,
94			);
95			name = CustomTemplate;
96			sourceTree = "<group>";
97		};
98		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
99			isa = PBXGroup;
100			children = (
101				32CA4F630368D1EE00C91783 /* examples_Prefix.pch */,
102				29B97316FDCFA39411CA2CEA /* main.m */,
103			);
104			name = "Other Sources";
105			sourceTree = "<group>";
106		};
107		29B97317FDCFA39411CA2CEA /* Resources */ = {
108			isa = PBXGroup;
109			children = (
110				2899E5210DE3E06400AC0155 /* iphoneViewController.xib */,
111				28AD733E0D9D9553002E5188 /* MainWindow.xib */,
112				8D1107310486CEB800E47090 /* examples-Info.plist */,
113			);
114			name = Resources;
115			sourceTree = "<group>";
116		};
117		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
118			isa = PBXGroup;
119			children = (
120				D88E3B0619610C25007171FE /* PETSc.framework */,
121				D8B4FA0F195E5D4800608859 /* OpenGLES.framework */,
122				D8B4FA0D195E5D1900608859 /* GLKit.framework */,
123				D83A8D7D119DD87B009DD17A /* UIKit.framework */,
124				D83A8DCF119DD88A009DD17A /* Foundation.framework */,
125				D83A8DF2119DD897009DD17A /* CoreGraphics.framework */,
126				D89698F315C85DE600C720F1 /* Accelerate.framework */,
127			);
128			name = Frameworks;
129			sourceTree = "<group>";
130		};
131/* End PBXGroup section */
132
133/* Begin PBXNativeTarget section */
134		1D6058900D05DD3D006BFB54 /* examples */ = {
135			isa = PBXNativeTarget;
136			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "examples" */;
137			buildPhases = (
138				1D60588D0D05DD3D006BFB54 /* Resources */,
139				1D60588E0D05DD3D006BFB54 /* Sources */,
140				1D60588F0D05DD3D006BFB54 /* Frameworks */,
141			);
142			buildRules = (
143			);
144			dependencies = (
145			);
146			name = examples;
147			productName = iphone;
148			productReference = 1D6058910D05DD3D006BFB54 /* examples.app */;
149			productType = "com.apple.product-type.application";
150		};
151/* End PBXNativeTarget section */
152
153/* Begin PBXProject section */
154		29B97313FDCFA39411CA2CEA /* Project object */ = {
155			isa = PBXProject;
156			attributes = {
157				LastUpgradeCheck = 0440;
158			};
159			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "examples" */;
160			compatibilityVersion = "Xcode 3.2";
161			developmentRegion = English;
162			hasScannedForEncodings = 1;
163			knownRegions = (
164				en,
165			);
166			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
167			projectDirPath = "";
168			projectRoot = "";
169			targets = (
170				1D6058900D05DD3D006BFB54 /* examples */,
171			);
172		};
173/* End PBXProject section */
174
175/* Begin PBXResourcesBuildPhase section */
176		1D60588D0D05DD3D006BFB54 /* Resources */ = {
177			isa = PBXResourcesBuildPhase;
178			buildActionMask = 2147483647;
179			files = (
180				28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
181				2899E5220DE3E06400AC0155 /* iphoneViewController.xib in Resources */,
182			);
183			runOnlyForDeploymentPostprocessing = 0;
184		};
185/* End PBXResourcesBuildPhase section */
186
187/* Begin PBXSourcesBuildPhase section */
188		1D60588E0D05DD3D006BFB54 /* Sources */ = {
189			isa = PBXSourcesBuildPhase;
190			buildActionMask = 2147483647;
191			files = (
192				1D60589B0D05DD56006BFB54 /* main.m in Sources */,
193				1D3623260D0F684500981E51 /* iphoneAppDelegate.m in Sources */,
194				28D7ACF80DDB3853001CB0EB /* iphoneViewController.m in Sources */,
195			);
196			runOnlyForDeploymentPostprocessing = 0;
197		};
198/* End PBXSourcesBuildPhase section */
199
200/* Begin XCBuildConfiguration section */
201		1D6058940D05DD3E006BFB54 /* Debug */ = {
202			isa = XCBuildConfiguration;
203			buildSettings = {
204				ALWAYS_SEARCH_USER_PATHS = NO;
205				COMBINE_HIDPI_IMAGES = YES;
206				COPY_PHASE_STRIP = NO;
207				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
208				GCC_DYNAMIC_NO_PIC = NO;
209				GCC_OPTIMIZATION_LEVEL = 0;
210				GCC_PRECOMPILE_PREFIX_HEADER = YES;
211				GCC_PREFIX_HEADER = examples_Prefix.pch;
212				HEADER_SEARCH_PATHS = "";
213				INFOPLIST_FILE = "examples-Info.plist";
214				LIBRARY_SEARCH_PATHS = "";
215				PRODUCT_NAME = examples;
216				SDKROOT = iphoneos;
217				TARGETED_DEVICE_FAMILY = "1,2";
218			};
219			name = Debug;
220		};
221		1D6058950D05DD3E006BFB54 /* Release */ = {
222			isa = XCBuildConfiguration;
223			buildSettings = {
224				ALWAYS_SEARCH_USER_PATHS = NO;
225				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
226				COMBINE_HIDPI_IMAGES = YES;
227				COPY_PHASE_STRIP = YES;
228				FRAMEWORK_SEARCH_PATHS = (
229					"$(inherited)",
230					"$(LOCAL_LIBRARY_DIR)/Frameworks",
231				);
232				GCC_PRECOMPILE_PREFIX_HEADER = YES;
233				GCC_PREFIX_HEADER = examples_Prefix.pch;
234				HEADER_SEARCH_PATHS = "";
235				INFOPLIST_FILE = "examples-Info.plist";
236				LIBRARY_SEARCH_PATHS = "";
237				PRODUCT_NAME = examples;
238				SDKROOT = iphoneos;
239				TARGETED_DEVICE_FAMILY = "1,2";
240				VALIDATE_PRODUCT = YES;
241			};
242			name = Release;
243		};
244		C01FCF4F08A954540054247B /* Debug */ = {
245			isa = XCBuildConfiguration;
246			buildSettings = {
247				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
248				"CODE_SIGN_IDENTITY[sdk=iphonesimulator5.1]" = "iPhone Developer: Barry Smith (5HETQ7Q6GP)";
249				GCC_C_LANGUAGE_STANDARD = c99;
250				GCC_WARN_ABOUT_RETURN_TYPE = YES;
251				GCC_WARN_UNUSED_VARIABLE = YES;
252				HEADER_SEARCH_PATHS = (
253					"$(SRCROOT)/../../../../include",
254					"$(SRCROOT)/../../../../include/mpiuni",
255					"$(SRCROOT)/../../../../arch-ios/include",
256				);
257				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
258				"PROVISIONING_PROFILE[sdk=iphonesimulator5.1]" = "AFDA94A8-BF9D-4B65-999C-118FE0474B66";
259				SDKROOT = iphoneos;
260				SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
261			};
262			name = Debug;
263		};
264		C01FCF5008A954540054247B /* Release */ = {
265			isa = XCBuildConfiguration;
266			buildSettings = {
267				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
268				"CODE_SIGN_IDENTITY[sdk=iphonesimulator5.1]" = "iPhone Developer: Barry Smith (5HETQ7Q6GP)";
269				GCC_C_LANGUAGE_STANDARD = c99;
270				GCC_WARN_ABOUT_RETURN_TYPE = YES;
271				GCC_WARN_UNUSED_VARIABLE = YES;
272				HEADER_SEARCH_PATHS = (
273					"$(SRCROOT)/../../../../include",
274					"$(SRCROOT)/../../../../include/mpiuni",
275					"$(SRCROOT)/../../../../arch-ios/include",
276				);
277				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
278				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
279				"PROVISIONING_PROFILE[sdk=iphonesimulator5.1]" = "AFDA94A8-BF9D-4B65-999C-118FE0474B66";
280				SDKROOT = iphoneos;
281				SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
282				TARGETED_DEVICE_FAMILY = "1,2";
283			};
284			name = Release;
285		};
286/* End XCBuildConfiguration section */
287
288/* Begin XCConfigurationList section */
289		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "examples" */ = {
290			isa = XCConfigurationList;
291			buildConfigurations = (
292				1D6058940D05DD3E006BFB54 /* Debug */,
293				1D6058950D05DD3E006BFB54 /* Release */,
294			);
295			defaultConfigurationIsVisible = 0;
296			defaultConfigurationName = Release;
297		};
298		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "examples" */ = {
299			isa = XCConfigurationList;
300			buildConfigurations = (
301				C01FCF4F08A954540054247B /* Debug */,
302				C01FCF5008A954540054247B /* Release */,
303			);
304			defaultConfigurationIsVisible = 0;
305			defaultConfigurationName = Release;
306		};
307/* End XCConfigurationList section */
308	};
309	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
310}
311