istereo

view istereo.xcodeproj/project.pbxproj @ 5:76ad575d72d0

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