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