istereo

view istereo.xcodeproj/project.pbxproj @ 3:2c5620f0670c

trying to make this piece of crap work
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 07 Sep 2011 05:33:19 +0300
parents
children 76ad575d72d0
line source
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
9 /* Begin PBXBuildFile section */
10 062A12991416E9750070199C /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 062A12911416E9750070199C /* EAGLView.m */; };
11 062A129A1416E9750070199C /* ES1Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 062A12931416E9750070199C /* ES1Renderer.m */; };
12 062A129B1416E9750070199C /* ES2Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 062A12951416E9750070199C /* ES2Renderer.m */; };
13 062A129C1416E9750070199C /* istereoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 062A12981416E9750070199C /* istereoAppDelegate.m */; };
14 062A12A51416E9920070199C /* istereo.c in Sources */ = {isa = PBXBuildFile; fileRef = 062A129D1416E9920070199C /* istereo.c */; };
15 062A12A61416E9920070199C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 062A129F1416E9920070199C /* main.m */; };
16 062A12A71416E9920070199C /* sanegl.c in Sources */ = {isa = PBXBuildFile; fileRef = 062A12A11416E9920070199C /* sanegl.c */; };
17 062A12A81416E9920070199C /* sdr.c in Sources */ = {isa = PBXBuildFile; fileRef = 062A12A31416E9920070199C /* sdr.c */; };
18 062A12AB1416E9A00070199C /* test.p.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 062A12A91416E9A00070199C /* test.p.glsl */; };
19 062A12AC1416E9A00070199C /* test.v.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 062A12AA1416E9A00070199C /* test.v.glsl */; };
20 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
21 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
22 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
23 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
24 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
25 /* End PBXBuildFile section */
27 /* Begin PBXFileReference section */
28 062A12901416E9750070199C /* EAGLView.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = EAGLView.h; path = src/EAGLView.h; sourceTree = "<group>"; };
29 062A12911416E9750070199C /* EAGLView.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = EAGLView.m; path = src/EAGLView.m; sourceTree = "<group>"; };
30 062A12921416E9750070199C /* ES1Renderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ES1Renderer.h; path = src/ES1Renderer.h; sourceTree = "<group>"; };
31 062A12931416E9750070199C /* ES1Renderer.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = ES1Renderer.m; path = src/ES1Renderer.m; sourceTree = "<group>"; };
32 062A12941416E9750070199C /* ES2Renderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ES2Renderer.h; path = src/ES2Renderer.h; sourceTree = "<group>"; };
33 062A12951416E9750070199C /* ES2Renderer.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = ES2Renderer.m; path = src/ES2Renderer.m; sourceTree = "<group>"; };
34 062A12961416E9750070199C /* ESRenderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ESRenderer.h; path = src/ESRenderer.h; sourceTree = "<group>"; };
35 062A12971416E9750070199C /* istereoAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = istereoAppDelegate.h; path = src/istereoAppDelegate.h; sourceTree = "<group>"; };
36 062A12981416E9750070199C /* istereoAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = istereoAppDelegate.m; path = src/istereoAppDelegate.m; sourceTree = "<group>"; };
37 062A129D1416E9920070199C /* istereo.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = istereo.c; path = src/istereo.c; sourceTree = "<group>"; };
38 062A129E1416E9920070199C /* istereo.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = istereo.h; path = src/istereo.h; sourceTree = "<group>"; };
39 062A129F1416E9920070199C /* main.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = main.m; path = src/main.m; sourceTree = "<group>"; };
40 062A12A01416E9920070199C /* opengl.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = opengl.h; path = src/opengl.h; sourceTree = "<group>"; };
41 062A12A11416E9920070199C /* sanegl.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = sanegl.c; path = src/sanegl.c; sourceTree = "<group>"; };
42 062A12A21416E9920070199C /* sanegl.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = sanegl.h; path = src/sanegl.h; sourceTree = "<group>"; };
43 062A12A31416E9920070199C /* sdr.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = sdr.c; path = src/sdr.c; sourceTree = "<group>"; };
44 062A12A41416E9920070199C /* sdr.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = sdr.h; path = src/sdr.h; sourceTree = "<group>"; };
45 062A12A91416E9A00070199C /* test.p.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = test.p.glsl; path = sdr/test.p.glsl; sourceTree = "<group>"; };
46 062A12AA1416E9A00070199C /* test.v.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = test.v.glsl; path = sdr/test.v.glsl; sourceTree = "<group>"; };
47 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
48 1D6058910D05DD3D006BFB54 /* istereo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = istereo.app; sourceTree = BUILT_PRODUCTS_DIR; };
49 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
50 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
51 28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
52 28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
53 32CA4F630368D1EE00C91783 /* istereo_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = istereo_Prefix.pch; sourceTree = "<group>"; };
54 8D1107310486CEB800E47090 /* istereo-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "istereo-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
55 /* End PBXFileReference section */
57 /* Begin PBXFrameworksBuildPhase section */
58 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
59 isa = PBXFrameworksBuildPhase;
60 buildActionMask = 2147483647;
61 files = (
62 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
63 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
64 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
65 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
66 );
67 runOnlyForDeploymentPostprocessing = 0;
68 };
69 /* End PBXFrameworksBuildPhase section */
71 /* Begin PBXGroup section */
72 062A128D1416E9400070199C /* src */ = {
73 isa = PBXGroup;
74 children = (
75 062A129D1416E9920070199C /* istereo.c */,
76 062A129E1416E9920070199C /* istereo.h */,
77 062A12A01416E9920070199C /* opengl.h */,
78 062A12A11416E9920070199C /* sanegl.c */,
79 062A12A21416E9920070199C /* sanegl.h */,
80 062A12A31416E9920070199C /* sdr.c */,
81 062A12A41416E9920070199C /* sdr.h */,
82 062A128F1416E94D0070199C /* gay */,
83 );
84 name = src;
85 sourceTree = "<group>";
86 };
87 062A128E1416E9450070199C /* sdr */ = {
88 isa = PBXGroup;
89 children = (
90 062A12A91416E9A00070199C /* test.p.glsl */,
91 062A12AA1416E9A00070199C /* test.v.glsl */,
92 );
93 name = sdr;
94 sourceTree = "<group>";
95 };
96 062A128F1416E94D0070199C /* gay */ = {
97 isa = PBXGroup;
98 children = (
99 062A129F1416E9920070199C /* main.m */,
100 062A12901416E9750070199C /* EAGLView.h */,
101 062A12911416E9750070199C /* EAGLView.m */,
102 062A12921416E9750070199C /* ES1Renderer.h */,
103 062A12931416E9750070199C /* ES1Renderer.m */,
104 062A12941416E9750070199C /* ES2Renderer.h */,
105 062A12951416E9750070199C /* ES2Renderer.m */,
106 062A12961416E9750070199C /* ESRenderer.h */,
107 062A12971416E9750070199C /* istereoAppDelegate.h */,
108 062A12981416E9750070199C /* istereoAppDelegate.m */,
109 );
110 name = gay;
111 sourceTree = "<group>";
112 };
113 19C28FACFE9D520D11CA2CBB /* Products */ = {
114 isa = PBXGroup;
115 children = (
116 1D6058910D05DD3D006BFB54 /* istereo.app */,
117 );
118 name = Products;
119 sourceTree = "<group>";
120 };
121 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
122 isa = PBXGroup;
123 children = (
124 062A128E1416E9450070199C /* sdr */,
125 062A128D1416E9400070199C /* src */,
126 29B97315FDCFA39411CA2CEA /* Other Sources */,
127 29B97317FDCFA39411CA2CEA /* Resources */,
128 29B97323FDCFA39411CA2CEA /* Frameworks */,
129 19C28FACFE9D520D11CA2CBB /* Products */,
130 );
131 name = CustomTemplate;
132 sourceTree = "<group>";
133 };
134 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
135 isa = PBXGroup;
136 children = (
137 32CA4F630368D1EE00C91783 /* istereo_Prefix.pch */,
138 );
139 name = "Other Sources";
140 sourceTree = "<group>";
141 };
142 29B97317FDCFA39411CA2CEA /* Resources */ = {
143 isa = PBXGroup;
144 children = (
145 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
146 8D1107310486CEB800E47090 /* istereo-Info.plist */,
147 );
148 name = Resources;
149 sourceTree = "<group>";
150 };
151 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
152 isa = PBXGroup;
153 children = (
154 28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
155 28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
156 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
157 1D30AB110D05D00D00671497 /* Foundation.framework */,
158 );
159 name = Frameworks;
160 sourceTree = "<group>";
161 };
162 /* End PBXGroup section */
164 /* Begin PBXNativeTarget section */
165 1D6058900D05DD3D006BFB54 /* istereo */ = {
166 isa = PBXNativeTarget;
167 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "istereo" */;
168 buildPhases = (
169 1D60588D0D05DD3D006BFB54 /* Resources */,
170 1D60588E0D05DD3D006BFB54 /* Sources */,
171 1D60588F0D05DD3D006BFB54 /* Frameworks */,
172 );
173 buildRules = (
174 );
175 dependencies = (
176 );
177 name = istereo;
178 productName = istereo;
179 productReference = 1D6058910D05DD3D006BFB54 /* istereo.app */;
180 productType = "com.apple.product-type.application";
181 };
182 /* End PBXNativeTarget section */
184 /* Begin PBXProject section */
185 29B97313FDCFA39411CA2CEA /* Project object */ = {
186 isa = PBXProject;
187 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "istereo" */;
188 compatibilityVersion = "Xcode 3.1";
189 hasScannedForEncodings = 1;
190 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
191 projectDirPath = "";
192 projectRoot = "";
193 targets = (
194 1D6058900D05DD3D006BFB54 /* istereo */,
195 );
196 };
197 /* End PBXProject section */
199 /* Begin PBXResourcesBuildPhase section */
200 1D60588D0D05DD3D006BFB54 /* Resources */ = {
201 isa = PBXResourcesBuildPhase;
202 buildActionMask = 2147483647;
203 files = (
204 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
205 062A12AB1416E9A00070199C /* test.p.glsl in Resources */,
206 062A12AC1416E9A00070199C /* test.v.glsl in Resources */,
207 );
208 runOnlyForDeploymentPostprocessing = 0;
209 };
210 /* End PBXResourcesBuildPhase section */
212 /* Begin PBXSourcesBuildPhase section */
213 1D60588E0D05DD3D006BFB54 /* Sources */ = {
214 isa = PBXSourcesBuildPhase;
215 buildActionMask = 2147483647;
216 files = (
217 062A12991416E9750070199C /* EAGLView.m in Sources */,
218 062A129A1416E9750070199C /* ES1Renderer.m in Sources */,
219 062A129B1416E9750070199C /* ES2Renderer.m in Sources */,
220 062A129C1416E9750070199C /* istereoAppDelegate.m in Sources */,
221 062A12A51416E9920070199C /* istereo.c in Sources */,
222 062A12A61416E9920070199C /* main.m in Sources */,
223 062A12A71416E9920070199C /* sanegl.c in Sources */,
224 062A12A81416E9920070199C /* sdr.c in Sources */,
225 );
226 runOnlyForDeploymentPostprocessing = 0;
227 };
228 /* End PBXSourcesBuildPhase section */
230 /* Begin XCBuildConfiguration section */
231 1D6058940D05DD3E006BFB54 /* Debug */ = {
232 isa = XCBuildConfiguration;
233 buildSettings = {
234 ALWAYS_SEARCH_USER_PATHS = NO;
235 COPY_PHASE_STRIP = NO;
236 GCC_DYNAMIC_NO_PIC = NO;
237 GCC_OPTIMIZATION_LEVEL = 0;
238 GCC_PRECOMPILE_PREFIX_HEADER = YES;
239 GCC_PREFIX_HEADER = istereo_Prefix.pch;
240 "GCC_THUMB_SUPPORT[arch=armv6]" = "";
241 INFOPLIST_FILE = "istereo-Info.plist";
242 PRODUCT_NAME = istereo;
243 };
244 name = Debug;
245 };
246 1D6058950D05DD3E006BFB54 /* Release */ = {
247 isa = XCBuildConfiguration;
248 buildSettings = {
249 ALWAYS_SEARCH_USER_PATHS = NO;
250 COPY_PHASE_STRIP = YES;
251 GCC_PRECOMPILE_PREFIX_HEADER = YES;
252 GCC_PREFIX_HEADER = istereo_Prefix.pch;
253 "GCC_THUMB_SUPPORT[arch=armv6]" = "";
254 INFOPLIST_FILE = "istereo-Info.plist";
255 PRODUCT_NAME = istereo;
256 VALIDATE_PRODUCT = YES;
257 };
258 name = Release;
259 };
260 C01FCF4F08A954540054247B /* Debug */ = {
261 isa = XCBuildConfiguration;
262 buildSettings = {
263 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
264 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
265 GCC_C_LANGUAGE_STANDARD = c99;
266 GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
267 GCC_WARN_ABOUT_RETURN_TYPE = YES;
268 GCC_WARN_UNUSED_VARIABLE = YES;
269 PREBINDING = NO;
270 SDKROOT = iphoneos4.0;
271 };
272 name = Debug;
273 };
274 C01FCF5008A954540054247B /* Release */ = {
275 isa = XCBuildConfiguration;
276 buildSettings = {
277 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
278 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
279 GCC_C_LANGUAGE_STANDARD = c99;
280 GCC_WARN_ABOUT_RETURN_TYPE = YES;
281 GCC_WARN_UNUSED_VARIABLE = YES;
282 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
283 PREBINDING = NO;
284 SDKROOT = iphoneos4.0;
285 };
286 name = Release;
287 };
288 /* End XCBuildConfiguration section */
290 /* Begin XCConfigurationList section */
291 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "istereo" */ = {
292 isa = XCConfigurationList;
293 buildConfigurations = (
294 1D6058940D05DD3E006BFB54 /* Debug */,
295 1D6058950D05DD3E006BFB54 /* Release */,
296 );
297 defaultConfigurationIsVisible = 0;
298 defaultConfigurationName = Release;
299 };
300 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "istereo" */ = {
301 isa = XCConfigurationList;
302 buildConfigurations = (
303 C01FCF4F08A954540054247B /* Debug */,
304 C01FCF5008A954540054247B /* Release */,
305 );
306 defaultConfigurationIsVisible = 0;
307 defaultConfigurationName = Release;
308 };
309 /* End XCConfigurationList section */
310 };
311 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
312 }