istereo

view istereo.xcodeproj/project.pbxproj @ 23:e3742aafc85b

oh yeah
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 08 Sep 2011 02:57:29 +0300
parents 4c20f10a7183
children 8dd271942543
line source
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
9 /* Begin PBXBuildFile section */
10 06D8CEC71418314000EF1378 /* cam.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEAE1418314000EF1378 /* cam.c */; };
11 06D8CEC81418314000EF1378 /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB21418314000EF1378 /* EAGLView.m */; };
12 06D8CEC91418314000EF1378 /* ES1Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB41418314000EF1378 /* ES1Renderer.m */; };
13 06D8CECA1418314000EF1378 /* ES2Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB61418314000EF1378 /* ES2Renderer.m */; };
14 06D8CECB1418314000EF1378 /* istereo.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB81418314000EF1378 /* istereo.c */; };
15 06D8CECD1418314000EF1378 /* istereoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEBC1418314000EF1378 /* istereoAppDelegate.m */; };
16 06D8CECE1418314000EF1378 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEBD1418314000EF1378 /* main.m */; };
17 06D8CECF1418314000EF1378 /* respath.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEBF1418314000EF1378 /* respath.c */; };
18 06D8CED01418314000EF1378 /* sanegl.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEC11418314000EF1378 /* sanegl.c */; };
19 06D8CED11418314000EF1378 /* sdr.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEC31418314000EF1378 /* sdr.c */; };
20 06D8CED21418314000EF1378 /* tex.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEC51418314000EF1378 /* tex.c */; };
21 06D8CED51418317200EF1378 /* tiles.ppm in Resources */ = {isa = PBXBuildFile; fileRef = 06D8CED41418317200EF1378 /* tiles.ppm */; };
22 06D8CED81418318400EF1378 /* test.p.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 06D8CED61418318400EF1378 /* test.p.glsl */; };
23 06D8CED91418318400EF1378 /* test.v.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 06D8CED71418318400EF1378 /* test.v.glsl */; };
24 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
25 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
26 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
27 28EC4C5A11D54ECE0027AA9F /* istereoViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28EC4C5811D54ECE0027AA9F /* istereoViewController.xib */; };
28 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
29 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
30 /* End PBXBuildFile section */
32 /* Begin PBXFileReference section */
33 06D8CEAE1418314000EF1378 /* cam.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = cam.c; path = src/cam.c; sourceTree = "<group>"; };
34 06D8CEAF1418314000EF1378 /* cam.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = cam.h; path = src/cam.h; sourceTree = "<group>"; };
35 06D8CEB01418314000EF1378 /* config.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = config.h; path = src/config.h; sourceTree = "<group>"; };
36 06D8CEB11418314000EF1378 /* EAGLView.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = EAGLView.h; path = src/EAGLView.h; sourceTree = "<group>"; };
37 06D8CEB21418314000EF1378 /* EAGLView.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = EAGLView.m; path = src/EAGLView.m; sourceTree = "<group>"; };
38 06D8CEB31418314000EF1378 /* ES1Renderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ES1Renderer.h; path = src/ES1Renderer.h; sourceTree = "<group>"; };
39 06D8CEB41418314000EF1378 /* ES1Renderer.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = ES1Renderer.m; path = src/ES1Renderer.m; sourceTree = "<group>"; };
40 06D8CEB51418314000EF1378 /* ES2Renderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ES2Renderer.h; path = src/ES2Renderer.h; sourceTree = "<group>"; };
41 06D8CEB61418314000EF1378 /* ES2Renderer.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = ES2Renderer.m; path = src/ES2Renderer.m; sourceTree = "<group>"; };
42 06D8CEB71418314000EF1378 /* ESRenderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ESRenderer.h; path = src/ESRenderer.h; sourceTree = "<group>"; };
43 06D8CEB81418314000EF1378 /* istereo.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = istereo.c; path = src/istereo.c; sourceTree = "<group>"; };
44 06D8CEBA1418314000EF1378 /* istereo.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = istereo.h; path = src/istereo.h; sourceTree = "<group>"; };
45 06D8CEBB1418314000EF1378 /* istereoAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = istereoAppDelegate.h; path = src/istereoAppDelegate.h; sourceTree = "<group>"; };
46 06D8CEBC1418314000EF1378 /* istereoAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = istereoAppDelegate.m; path = src/istereoAppDelegate.m; sourceTree = "<group>"; };
47 06D8CEBD1418314000EF1378 /* main.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = main.m; path = src/main.m; sourceTree = "<group>"; };
48 06D8CEBE1418314000EF1378 /* opengl.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = opengl.h; path = src/opengl.h; sourceTree = "<group>"; };
49 06D8CEBF1418314000EF1378 /* respath.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = respath.c; path = src/respath.c; sourceTree = "<group>"; };
50 06D8CEC01418314000EF1378 /* respath.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = respath.h; path = src/respath.h; sourceTree = "<group>"; };
51 06D8CEC11418314000EF1378 /* sanegl.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = sanegl.c; path = src/sanegl.c; sourceTree = "<group>"; };
52 06D8CEC21418314000EF1378 /* sanegl.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = sanegl.h; path = src/sanegl.h; sourceTree = "<group>"; };
53 06D8CEC31418314000EF1378 /* sdr.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = sdr.c; path = src/sdr.c; sourceTree = "<group>"; };
54 06D8CEC41418314000EF1378 /* sdr.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = sdr.h; path = src/sdr.h; sourceTree = "<group>"; };
55 06D8CEC51418314000EF1378 /* tex.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = tex.c; path = src/tex.c; sourceTree = "<group>"; };
56 06D8CEC61418314000EF1378 /* tex.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = tex.h; path = src/tex.h; sourceTree = "<group>"; };
57 06D8CED41418317200EF1378 /* tiles.ppm */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; path = tiles.ppm; sourceTree = "<group>"; };
58 06D8CED61418318400EF1378 /* test.p.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = test.p.glsl; path = sdr/test.p.glsl; sourceTree = "<group>"; };
59 06D8CED71418318400EF1378 /* test.v.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = test.v.glsl; path = sdr/test.v.glsl; sourceTree = "<group>"; };
60 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
61 1D6058910D05DD3D006BFB54 /* istereo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = istereo.app; sourceTree = BUILT_PRODUCTS_DIR; };
62 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
63 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
64 28EC4C5811D54ECE0027AA9F /* istereoViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = istereoViewController.xib; sourceTree = "<group>"; };
65 28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
66 28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
67 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>"; };
68 /* End PBXFileReference section */
70 /* Begin PBXFrameworksBuildPhase section */
71 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
72 isa = PBXFrameworksBuildPhase;
73 buildActionMask = 2147483647;
74 files = (
75 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
76 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
77 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
78 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
79 );
80 runOnlyForDeploymentPostprocessing = 0;
81 };
82 /* End PBXFrameworksBuildPhase section */
84 /* Begin PBXGroup section */
85 06D8CEAC1418312500EF1378 /* src */ = {
86 isa = PBXGroup;
87 children = (
88 06D8CED31418314700EF1378 /* gay */,
89 06D8CEAE1418314000EF1378 /* cam.c */,
90 06D8CEAF1418314000EF1378 /* cam.h */,
91 06D8CEB01418314000EF1378 /* config.h */,
92 06D8CEB81418314000EF1378 /* istereo.c */,
93 06D8CEBA1418314000EF1378 /* istereo.h */,
94 06D8CEBE1418314000EF1378 /* opengl.h */,
95 06D8CEBF1418314000EF1378 /* respath.c */,
96 06D8CEC01418314000EF1378 /* respath.h */,
97 06D8CEC11418314000EF1378 /* sanegl.c */,
98 06D8CEC21418314000EF1378 /* sanegl.h */,
99 06D8CEC31418314000EF1378 /* sdr.c */,
100 06D8CEC41418314000EF1378 /* sdr.h */,
101 06D8CEC51418314000EF1378 /* tex.c */,
102 06D8CEC61418314000EF1378 /* tex.h */,
103 );
104 name = src;
105 sourceTree = "<group>";
106 };
107 06D8CEAD1418312A00EF1378 /* sdr */ = {
108 isa = PBXGroup;
109 children = (
110 06D8CED61418318400EF1378 /* test.p.glsl */,
111 06D8CED71418318400EF1378 /* test.v.glsl */,
112 );
113 name = sdr;
114 sourceTree = "<group>";
115 };
116 06D8CED31418314700EF1378 /* gay */ = {
117 isa = PBXGroup;
118 children = (
119 06D8CEBD1418314000EF1378 /* main.m */,
120 06D8CEBB1418314000EF1378 /* istereoAppDelegate.h */,
121 06D8CEBC1418314000EF1378 /* istereoAppDelegate.m */,
122 06D8CEB11418314000EF1378 /* EAGLView.h */,
123 06D8CEB21418314000EF1378 /* EAGLView.m */,
124 06D8CEB31418314000EF1378 /* ES1Renderer.h */,
125 06D8CEB41418314000EF1378 /* ES1Renderer.m */,
126 06D8CEB51418314000EF1378 /* ES2Renderer.h */,
127 06D8CEB61418314000EF1378 /* ES2Renderer.m */,
128 06D8CEB71418314000EF1378 /* ESRenderer.h */,
129 );
130 name = gay;
131 sourceTree = "<group>";
132 };
133 19C28FACFE9D520D11CA2CBB /* Products */ = {
134 isa = PBXGroup;
135 children = (
136 1D6058910D05DD3D006BFB54 /* istereo.app */,
137 );
138 name = Products;
139 sourceTree = "<group>";
140 };
141 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
142 isa = PBXGroup;
143 children = (
144 06D8CEAD1418312A00EF1378 /* sdr */,
145 06D8CEAC1418312500EF1378 /* src */,
146 29B97317FDCFA39411CA2CEA /* Resources */,
147 29B97323FDCFA39411CA2CEA /* Frameworks */,
148 19C28FACFE9D520D11CA2CBB /* Products */,
149 );
150 name = CustomTemplate;
151 sourceTree = "<group>";
152 };
153 29B97317FDCFA39411CA2CEA /* Resources */ = {
154 isa = PBXGroup;
155 children = (
156 06D8CED41418317200EF1378 /* tiles.ppm */,
157 28EC4C5811D54ECE0027AA9F /* istereoViewController.xib */,
158 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
159 8D1107310486CEB800E47090 /* istereo-Info.plist */,
160 );
161 name = Resources;
162 sourceTree = "<group>";
163 };
164 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
165 isa = PBXGroup;
166 children = (
167 28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
168 28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
169 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
170 1D30AB110D05D00D00671497 /* Foundation.framework */,
171 );
172 name = Frameworks;
173 sourceTree = "<group>";
174 };
175 /* End PBXGroup section */
177 /* Begin PBXNativeTarget section */
178 1D6058900D05DD3D006BFB54 /* istereo */ = {
179 isa = PBXNativeTarget;
180 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "istereo" */;
181 buildPhases = (
182 1D60588D0D05DD3D006BFB54 /* Resources */,
183 1D60588E0D05DD3D006BFB54 /* Sources */,
184 1D60588F0D05DD3D006BFB54 /* Frameworks */,
185 0654CF1F141837890086E965 /* ShellScript */,
186 );
187 buildRules = (
188 );
189 dependencies = (
190 );
191 name = istereo;
192 productName = istereo;
193 productReference = 1D6058910D05DD3D006BFB54 /* istereo.app */;
194 productType = "com.apple.product-type.application";
195 };
196 /* End PBXNativeTarget section */
198 /* Begin PBXProject section */
199 29B97313FDCFA39411CA2CEA /* Project object */ = {
200 isa = PBXProject;
201 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "istereo" */;
202 compatibilityVersion = "Xcode 3.2";
203 developmentRegion = English;
204 hasScannedForEncodings = 1;
205 knownRegions = (
206 English,
207 Japanese,
208 French,
209 German,
210 );
211 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
212 projectDirPath = "";
213 projectRoot = "";
214 targets = (
215 1D6058900D05DD3D006BFB54 /* istereo */,
216 );
217 };
218 /* End PBXProject section */
220 /* Begin PBXResourcesBuildPhase section */
221 1D60588D0D05DD3D006BFB54 /* Resources */ = {
222 isa = PBXResourcesBuildPhase;
223 buildActionMask = 2147483647;
224 files = (
225 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
226 28EC4C5A11D54ECE0027AA9F /* istereoViewController.xib in Resources */,
227 06D8CED51418317200EF1378 /* tiles.ppm in Resources */,
228 06D8CED81418318400EF1378 /* test.p.glsl in Resources */,
229 06D8CED91418318400EF1378 /* test.v.glsl in Resources */,
230 );
231 runOnlyForDeploymentPostprocessing = 0;
232 };
233 /* End PBXResourcesBuildPhase section */
235 /* Begin PBXShellScriptBuildPhase section */
236 0654CF1F141837890086E965 /* ShellScript */ = {
237 isa = PBXShellScriptBuildPhase;
238 buildActionMask = 2147483647;
239 files = (
240 );
241 inputPaths = (
242 );
243 outputPaths = (
244 );
245 runOnlyForDeploymentPostprocessing = 0;
246 shellPath = /bin/sh;
247 shellScript = "export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate\nif [ \"${PLATFORM_NAME}\" == \"iphoneos\" ]; then\n/Developer/iphoneentitlements401/gen_entitlements.py \"my.company.${PROJECT_NAME}\" \"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/${PROJECT_NAME}.xcent\";\ncodesign -f -s \"iPhone Developer\" --entitlements \"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/${PROJECT_NAME}.xcent\" \"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/\"\nfi\n";
248 };
249 /* End PBXShellScriptBuildPhase section */
251 /* Begin PBXSourcesBuildPhase section */
252 1D60588E0D05DD3D006BFB54 /* Sources */ = {
253 isa = PBXSourcesBuildPhase;
254 buildActionMask = 2147483647;
255 files = (
256 06D8CEC71418314000EF1378 /* cam.c in Sources */,
257 06D8CEC81418314000EF1378 /* EAGLView.m in Sources */,
258 06D8CEC91418314000EF1378 /* ES1Renderer.m in Sources */,
259 06D8CECA1418314000EF1378 /* ES2Renderer.m in Sources */,
260 06D8CECB1418314000EF1378 /* istereo.c in Sources */,
261 06D8CECD1418314000EF1378 /* istereoAppDelegate.m in Sources */,
262 06D8CECE1418314000EF1378 /* main.m in Sources */,
263 06D8CECF1418314000EF1378 /* respath.c in Sources */,
264 06D8CED01418314000EF1378 /* sanegl.c in Sources */,
265 06D8CED11418314000EF1378 /* sdr.c in Sources */,
266 06D8CED21418314000EF1378 /* tex.c in Sources */,
267 );
268 runOnlyForDeploymentPostprocessing = 0;
269 };
270 /* End PBXSourcesBuildPhase section */
272 /* Begin XCBuildConfiguration section */
273 1D6058940D05DD3E006BFB54 /* Debug */ = {
274 isa = XCBuildConfiguration;
275 buildSettings = {
276 ALWAYS_SEARCH_USER_PATHS = NO;
277 COPY_PHASE_STRIP = NO;
278 GCC_DYNAMIC_NO_PIC = NO;
279 GCC_OPTIMIZATION_LEVEL = 0;
280 GCC_PRECOMPILE_PREFIX_HEADER = YES;
281 GCC_PREFIX_HEADER = istereo_Prefix.pch;
282 "GCC_THUMB_SUPPORT[arch=armv6]" = "";
283 INFOPLIST_FILE = "istereo-Info.plist";
284 PRODUCT_NAME = istereo;
285 };
286 name = Debug;
287 };
288 1D6058950D05DD3E006BFB54 /* Release */ = {
289 isa = XCBuildConfiguration;
290 buildSettings = {
291 ALWAYS_SEARCH_USER_PATHS = NO;
292 COPY_PHASE_STRIP = YES;
293 GCC_PRECOMPILE_PREFIX_HEADER = YES;
294 GCC_PREFIX_HEADER = istereo_Prefix.pch;
295 "GCC_THUMB_SUPPORT[arch=armv6]" = "";
296 INFOPLIST_FILE = "istereo-Info.plist";
297 PRODUCT_NAME = istereo;
298 VALIDATE_PRODUCT = YES;
299 };
300 name = Release;
301 };
302 C01FCF4F08A954540054247B /* Debug */ = {
303 isa = XCBuildConfiguration;
304 buildSettings = {
305 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
306 CODE_SIGN_IDENTITY = "Don't Code Sign";
307 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Don't Code Sign";
308 GCC_C_LANGUAGE_STANDARD = c99;
309 GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
310 GCC_WARN_ABOUT_RETURN_TYPE = YES;
311 GCC_WARN_UNUSED_VARIABLE = YES;
312 PREBINDING = NO;
313 SDKROOT = iphoneos;
314 };
315 name = Debug;
316 };
317 C01FCF5008A954540054247B /* Release */ = {
318 isa = XCBuildConfiguration;
319 buildSettings = {
320 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
321 CODE_SIGN_IDENTITY = "Don't Code Sign";
322 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Don't Code Sign";
323 GCC_C_LANGUAGE_STANDARD = c99;
324 GCC_WARN_ABOUT_RETURN_TYPE = YES;
325 GCC_WARN_UNUSED_VARIABLE = YES;
326 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
327 PREBINDING = NO;
328 SDKROOT = iphoneos;
329 };
330 name = Release;
331 };
332 /* End XCBuildConfiguration section */
334 /* Begin XCConfigurationList section */
335 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "istereo" */ = {
336 isa = XCConfigurationList;
337 buildConfigurations = (
338 1D6058940D05DD3E006BFB54 /* Debug */,
339 1D6058950D05DD3E006BFB54 /* Release */,
340 );
341 defaultConfigurationIsVisible = 0;
342 defaultConfigurationName = Release;
343 };
344 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "istereo" */ = {
345 isa = XCConfigurationList;
346 buildConfigurations = (
347 C01FCF4F08A954540054247B /* Debug */,
348 C01FCF5008A954540054247B /* Release */,
349 );
350 defaultConfigurationIsVisible = 0;
351 defaultConfigurationName = Release;
352 };
353 /* End XCConfigurationList section */
354 };
355 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
356 }