istereo

view istereo.xcodeproj/project.pbxproj @ 36:834503dcb486

fixed the rotated gui problem
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 09 Sep 2011 10:25:03 +0300
parents 23e5d274b2a2
children 8b01d005cc25
line source
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
9 /* Begin PBXBuildFile section */
10 063C67DA1419CBFF00BA388B /* ui.m in Sources */ = {isa = PBXBuildFile; fileRef = 063C67D81419CBFF00BA388B /* ui.m */; };
11 063C67DB1419CBFF00BA388B /* ui.xib in Resources */ = {isa = PBXBuildFile; fileRef = 063C67D91419CBFF00BA388B /* ui.xib */; };
12 069605A71419F55300BD7787 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 069605A61419F55300BD7787 /* CoreGraphics.framework */; };
13 069BEBC414188B070043D0BB /* conv.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBB14188B070043D0BB /* conv.c */; };
14 069BEBC514188B070043D0BB /* file_jpeg.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBC14188B070043D0BB /* file_jpeg.c */; };
15 069BEBC614188B070043D0BB /* file_png.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBD14188B070043D0BB /* file_png.c */; };
16 069BEBC714188B070043D0BB /* file_ppm.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBE14188B070043D0BB /* file_ppm.c */; };
17 069BEBC814188B070043D0BB /* ftype_module.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBF14188B070043D0BB /* ftype_module.c */; };
18 069BEBC914188B070043D0BB /* imago2.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBC114188B070043D0BB /* imago2.c */; };
19 069BEBCA14188B070043D0BB /* modules.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBC314188B070043D0BB /* modules.c */; };
20 069BEBE014188B210043D0BB /* basis_c.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBCB14188B210043D0BB /* basis_c.c */; };
21 069BEBE114188B210043D0BB /* geom.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBCD14188B210043D0BB /* geom.c */; };
22 069BEBE214188B210043D0BB /* matrix_c.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBCF14188B210043D0BB /* matrix_c.c */; };
23 069BEBE314188B210043D0BB /* matrix.inl in Resources */ = {isa = PBXBuildFile; fileRef = 069BEBD114188B210043D0BB /* matrix.inl */; };
24 069BEBE414188B210043D0BB /* quat_c.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBD214188B210043D0BB /* quat_c.c */; };
25 069BEBE514188B210043D0BB /* quat.inl in Resources */ = {isa = PBXBuildFile; fileRef = 069BEBD414188B210043D0BB /* quat.inl */; };
26 069BEBE614188B210043D0BB /* ray_c.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBD514188B210043D0BB /* ray_c.c */; };
27 069BEBE714188B210043D0BB /* ray.inl in Resources */ = {isa = PBXBuildFile; fileRef = 069BEBD714188B210043D0BB /* ray.inl */; };
28 069BEBE814188B210043D0BB /* vector.inl in Resources */ = {isa = PBXBuildFile; fileRef = 069BEBDA14188B210043D0BB /* vector.inl */; };
29 069BEBE914188B210043D0BB /* vmath.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBDD14188B210043D0BB /* vmath.c */; };
30 069BEBEA14188B210043D0BB /* vmath.inl in Resources */ = {isa = PBXBuildFile; fileRef = 069BEBDF14188B210043D0BB /* vmath.inl */; };
31 069BEC2514188B330043D0BB /* jcapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBEC14188B330043D0BB /* jcapimin.c */; };
32 069BEC2614188B330043D0BB /* jcapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBED14188B330043D0BB /* jcapistd.c */; };
33 069BEC2714188B330043D0BB /* jccoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBEE14188B330043D0BB /* jccoefct.c */; };
34 069BEC2814188B330043D0BB /* jccolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBEF14188B330043D0BB /* jccolor.c */; };
35 069BEC2914188B330043D0BB /* jcdctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBF014188B330043D0BB /* jcdctmgr.c */; };
36 069BEC2A14188B330043D0BB /* jchuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBF114188B330043D0BB /* jchuff.c */; };
37 069BEC2B14188B330043D0BB /* jcinit.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBF314188B330043D0BB /* jcinit.c */; };
38 069BEC2C14188B330043D0BB /* jcmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBF414188B330043D0BB /* jcmainct.c */; };
39 069BEC2D14188B330043D0BB /* jcmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBF514188B330043D0BB /* jcmarker.c */; };
40 069BEC2E14188B330043D0BB /* jcmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBF614188B330043D0BB /* jcmaster.c */; };
41 069BEC2F14188B330043D0BB /* jcomapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBF714188B330043D0BB /* jcomapi.c */; };
42 069BEC3014188B330043D0BB /* jcparam.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBF914188B330043D0BB /* jcparam.c */; };
43 069BEC3114188B330043D0BB /* jcphuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBFA14188B330043D0BB /* jcphuff.c */; };
44 069BEC3214188B330043D0BB /* jcprepct.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBFB14188B330043D0BB /* jcprepct.c */; };
45 069BEC3314188B330043D0BB /* jcsample.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBFC14188B330043D0BB /* jcsample.c */; };
46 069BEC3414188B330043D0BB /* jctrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBFD14188B330043D0BB /* jctrans.c */; };
47 069BEC3514188B330043D0BB /* jdapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBFE14188B330043D0BB /* jdapimin.c */; };
48 069BEC3614188B330043D0BB /* jdapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBFF14188B330043D0BB /* jdapistd.c */; };
49 069BEC3714188B330043D0BB /* jdatadst.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0014188B330043D0BB /* jdatadst.c */; };
50 069BEC3814188B330043D0BB /* jdatasrc.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0114188B330043D0BB /* jdatasrc.c */; };
51 069BEC3914188B330043D0BB /* jdcoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0214188B330043D0BB /* jdcoefct.c */; };
52 069BEC3A14188B330043D0BB /* jdcolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0314188B330043D0BB /* jdcolor.c */; };
53 069BEC3B14188B330043D0BB /* jddctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0514188B330043D0BB /* jddctmgr.c */; };
54 069BEC3C14188B330043D0BB /* jdhuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0614188B330043D0BB /* jdhuff.c */; };
55 069BEC3D14188B330043D0BB /* jdinput.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0814188B330043D0BB /* jdinput.c */; };
56 069BEC3E14188B330043D0BB /* jdmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0914188B330043D0BB /* jdmainct.c */; };
57 069BEC3F14188B330043D0BB /* jdmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0A14188B330043D0BB /* jdmarker.c */; };
58 069BEC4014188B330043D0BB /* jdmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0B14188B330043D0BB /* jdmaster.c */; };
59 069BEC4114188B330043D0BB /* jdmerge.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0C14188B330043D0BB /* jdmerge.c */; };
60 069BEC4214188B330043D0BB /* jdphuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0D14188B330043D0BB /* jdphuff.c */; };
61 069BEC4314188B330043D0BB /* jdpostct.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0E14188B330043D0BB /* jdpostct.c */; };
62 069BEC4414188B330043D0BB /* jdsample.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC0F14188B330043D0BB /* jdsample.c */; };
63 069BEC4514188B330043D0BB /* jdtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC1014188B330043D0BB /* jdtrans.c */; };
64 069BEC4614188B330043D0BB /* jerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC1114188B330043D0BB /* jerror.c */; };
65 069BEC4714188B330043D0BB /* jfdctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC1314188B330043D0BB /* jfdctflt.c */; };
66 069BEC4814188B330043D0BB /* jfdctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC1414188B330043D0BB /* jfdctfst.c */; };
67 069BEC4914188B330043D0BB /* jfdctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC1514188B330043D0BB /* jfdctint.c */; };
68 069BEC4A14188B330043D0BB /* jidctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC1614188B330043D0BB /* jidctflt.c */; };
69 069BEC4B14188B330043D0BB /* jidctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC1714188B330043D0BB /* jidctfst.c */; };
70 069BEC4C14188B330043D0BB /* jidctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC1814188B330043D0BB /* jidctint.c */; };
71 069BEC4D14188B330043D0BB /* jidctred.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC1914188B330043D0BB /* jidctred.c */; };
72 069BEC4E14188B330043D0BB /* jmemmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC1B14188B330043D0BB /* jmemmgr.c */; };
73 069BEC4F14188B330043D0BB /* jmemnobs.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC1C14188B330043D0BB /* jmemnobs.c */; };
74 069BEC5014188B330043D0BB /* jquant1.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC2114188B330043D0BB /* jquant1.c */; };
75 069BEC5114188B330043D0BB /* jquant2.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC2214188B330043D0BB /* jquant2.c */; };
76 069BEC5214188B330043D0BB /* jutils.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC2314188B330043D0BB /* jutils.c */; };
77 069BEC6914188B430043D0BB /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC5314188B430043D0BB /* adler32.c */; };
78 069BEC6A14188B430043D0BB /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC5414188B430043D0BB /* compress.c */; };
79 069BEC6B14188B430043D0BB /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC5514188B430043D0BB /* crc32.c */; };
80 069BEC6C14188B430043D0BB /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC5714188B430043D0BB /* deflate.c */; };
81 069BEC6D14188B430043D0BB /* gzio.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC5914188B430043D0BB /* gzio.c */; };
82 069BEC6E14188B430043D0BB /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC5A14188B430043D0BB /* infback.c */; };
83 069BEC6F14188B430043D0BB /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC5B14188B430043D0BB /* inffast.c */; };
84 069BEC7014188B430043D0BB /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC5E14188B430043D0BB /* inflate.c */; };
85 069BEC7114188B430043D0BB /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC6014188B430043D0BB /* inftrees.c */; };
86 069BEC7214188B430043D0BB /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC6214188B430043D0BB /* trees.c */; };
87 069BEC7314188B430043D0BB /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC6414188B430043D0BB /* uncompr.c */; };
88 069BEC7414188B430043D0BB /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC6714188B430043D0BB /* zutil.c */; };
89 069BEC8814188B530043D0BB /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC7514188B530043D0BB /* png.c */; };
90 069BEC8914188B530043D0BB /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC7814188B530043D0BB /* pngerror.c */; };
91 069BEC8A14188B530043D0BB /* pnggccrd.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC7914188B530043D0BB /* pnggccrd.c */; };
92 069BEC8B14188B530043D0BB /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC7A14188B530043D0BB /* pngget.c */; };
93 069BEC8C14188B530043D0BB /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC7B14188B530043D0BB /* pngmem.c */; };
94 069BEC8D14188B530043D0BB /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC7C14188B530043D0BB /* pngpread.c */; };
95 069BEC8E14188B530043D0BB /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC7D14188B530043D0BB /* pngread.c */; };
96 069BEC8F14188B530043D0BB /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC7E14188B530043D0BB /* pngrio.c */; };
97 069BEC9014188B530043D0BB /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC7F14188B530043D0BB /* pngrtran.c */; };
98 069BEC9114188B530043D0BB /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC8014188B530043D0BB /* pngrutil.c */; };
99 069BEC9214188B530043D0BB /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC8114188B530043D0BB /* pngset.c */; };
100 069BEC9314188B530043D0BB /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC8214188B530043D0BB /* pngtrans.c */; };
101 069BEC9414188B530043D0BB /* pngvcrd.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC8314188B530043D0BB /* pngvcrd.c */; };
102 069BEC9514188B530043D0BB /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC8414188B530043D0BB /* pngwio.c */; };
103 069BEC9614188B530043D0BB /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC8514188B530043D0BB /* pngwrite.c */; };
104 069BEC9714188B530043D0BB /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC8614188B530043D0BB /* pngwtran.c */; };
105 069BEC9814188B530043D0BB /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEC8714188B530043D0BB /* pngwutil.c */; };
106 069BEC9D14188B640043D0BB /* text.p.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 069BEC9914188B640043D0BB /* text.p.glsl */; };
107 069BEC9E14188B640043D0BB /* text.v.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 069BEC9A14188B640043D0BB /* text.v.glsl */; };
108 069BEC9F14188B640043D0BB /* tunnel.p.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 069BEC9B14188B640043D0BB /* tunnel.p.glsl */; };
109 069BECA014188B640043D0BB /* tunnel.v.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 069BEC9C14188B640043D0BB /* tunnel.v.glsl */; };
110 069BECA514188BC60043D0BB /* stonewall_normal.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 069BECA114188BC60043D0BB /* stonewall_normal.jpg */; };
111 069BECA614188BC60043D0BB /* stonewall.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 069BECA214188BC60043D0BB /* stonewall.jpg */; };
112 069BECA714188BC60043D0BB /* text.png in Resources */ = {isa = PBXBuildFile; fileRef = 069BECA314188BC60043D0BB /* text.png */; };
113 069BECA814188BC60043D0BB /* tiles.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 069BECA414188BC60043D0BB /* tiles.jpg */; };
114 069BED821418D1E90043D0BB /* ES2Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB61418314000EF1378 /* ES2Renderer.m */; };
115 06D8CEC71418314000EF1378 /* cam.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEAE1418314000EF1378 /* cam.c */; };
116 06D8CEC81418314000EF1378 /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB21418314000EF1378 /* EAGLView.m */; };
117 06D8CECB1418314000EF1378 /* istereo.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB81418314000EF1378 /* istereo.c */; };
118 06D8CECD1418314000EF1378 /* istereoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEBC1418314000EF1378 /* istereoAppDelegate.m */; };
119 06D8CECE1418314000EF1378 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEBD1418314000EF1378 /* main.m */; };
120 06D8CECF1418314000EF1378 /* respath.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEBF1418314000EF1378 /* respath.c */; };
121 06D8CED01418314000EF1378 /* sanegl.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEC11418314000EF1378 /* sanegl.c */; };
122 06D8CED11418314000EF1378 /* sdr.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEC31418314000EF1378 /* sdr.c */; };
123 06D8CED21418314000EF1378 /* tex.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEC51418314000EF1378 /* tex.c */; };
124 06D8CED81418318400EF1378 /* test.p.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 06D8CED61418318400EF1378 /* test.p.glsl */; };
125 06D8CED91418318400EF1378 /* test.v.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 06D8CED71418318400EF1378 /* test.v.glsl */; };
126 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
127 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
128 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
129 28EC4C5A11D54ECE0027AA9F /* istereoViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28EC4C5811D54ECE0027AA9F /* istereoViewController.xib */; };
130 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
131 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
132 /* End PBXBuildFile section */
134 /* Begin PBXFileReference section */
135 063C67D71419CBFF00BA388B /* ui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ui.h; path = src/ui.h; sourceTree = "<group>"; };
136 063C67D81419CBFF00BA388B /* ui.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ui.m; path = src/ui.m; sourceTree = "<group>"; };
137 063C67D91419CBFF00BA388B /* ui.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ui.xib; path = src/ui.xib; sourceTree = "<group>"; };
138 069605A61419F55300BD7787 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
139 069BEBBB14188B070043D0BB /* conv.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = conv.c; path = libs/imago2/conv.c; sourceTree = "<group>"; };
140 069BEBBC14188B070043D0BB /* file_jpeg.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = file_jpeg.c; path = libs/imago2/file_jpeg.c; sourceTree = "<group>"; };
141 069BEBBD14188B070043D0BB /* file_png.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = file_png.c; path = libs/imago2/file_png.c; sourceTree = "<group>"; };
142 069BEBBE14188B070043D0BB /* file_ppm.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = file_ppm.c; path = libs/imago2/file_ppm.c; sourceTree = "<group>"; };
143 069BEBBF14188B070043D0BB /* ftype_module.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = ftype_module.c; path = libs/imago2/ftype_module.c; sourceTree = "<group>"; };
144 069BEBC014188B070043D0BB /* ftype_module.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ftype_module.h; path = libs/imago2/ftype_module.h; sourceTree = "<group>"; };
145 069BEBC114188B070043D0BB /* imago2.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = imago2.c; path = libs/imago2/imago2.c; sourceTree = "<group>"; };
146 069BEBC214188B070043D0BB /* imago2.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = imago2.h; path = libs/imago2/imago2.h; sourceTree = "<group>"; };
147 069BEBC314188B070043D0BB /* modules.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = modules.c; path = libs/imago2/modules.c; sourceTree = "<group>"; };
148 069BEBCB14188B210043D0BB /* basis_c.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = basis_c.c; path = libs/vmath/basis_c.c; sourceTree = "<group>"; };
149 069BEBCC14188B210043D0BB /* basis.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = basis.h; path = libs/vmath/basis.h; sourceTree = "<group>"; };
150 069BEBCD14188B210043D0BB /* geom.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = geom.c; path = libs/vmath/geom.c; sourceTree = "<group>"; };
151 069BEBCE14188B210043D0BB /* geom.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = geom.h; path = libs/vmath/geom.h; sourceTree = "<group>"; };
152 069BEBCF14188B210043D0BB /* matrix_c.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = matrix_c.c; path = libs/vmath/matrix_c.c; sourceTree = "<group>"; };
153 069BEBD014188B210043D0BB /* matrix.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = matrix.h; path = libs/vmath/matrix.h; sourceTree = "<group>"; };
154 069BEBD114188B210043D0BB /* matrix.inl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = matrix.inl; path = libs/vmath/matrix.inl; sourceTree = "<group>"; };
155 069BEBD214188B210043D0BB /* quat_c.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = quat_c.c; path = libs/vmath/quat_c.c; sourceTree = "<group>"; };
156 069BEBD314188B210043D0BB /* quat.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = quat.h; path = libs/vmath/quat.h; sourceTree = "<group>"; };
157 069BEBD414188B210043D0BB /* quat.inl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = quat.inl; path = libs/vmath/quat.inl; sourceTree = "<group>"; };
158 069BEBD514188B210043D0BB /* ray_c.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = ray_c.c; path = libs/vmath/ray_c.c; sourceTree = "<group>"; };
159 069BEBD614188B210043D0BB /* ray.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ray.h; path = libs/vmath/ray.h; sourceTree = "<group>"; };
160 069BEBD714188B210043D0BB /* ray.inl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = ray.inl; path = libs/vmath/ray.inl; sourceTree = "<group>"; };
161 069BEBD814188B210043D0BB /* sphvec.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = sphvec.h; path = libs/vmath/sphvec.h; sourceTree = "<group>"; };
162 069BEBD914188B210043D0BB /* vector.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = vector.h; path = libs/vmath/vector.h; sourceTree = "<group>"; };
163 069BEBDA14188B210043D0BB /* vector.inl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = vector.inl; path = libs/vmath/vector.inl; sourceTree = "<group>"; };
164 069BEBDB14188B210043D0BB /* vmath_config.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = vmath_config.h; path = libs/vmath/vmath_config.h; sourceTree = "<group>"; };
165 069BEBDC14188B210043D0BB /* vmath_types.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = vmath_types.h; path = libs/vmath/vmath_types.h; sourceTree = "<group>"; };
166 069BEBDD14188B210043D0BB /* vmath.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = vmath.c; path = libs/vmath/vmath.c; sourceTree = "<group>"; };
167 069BEBDE14188B210043D0BB /* vmath.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = vmath.h; path = libs/vmath/vmath.h; sourceTree = "<group>"; };
168 069BEBDF14188B210043D0BB /* vmath.inl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = vmath.inl; path = libs/vmath/vmath.inl; sourceTree = "<group>"; };
169 069BEBEB14188B330043D0BB /* cderror.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = cderror.h; path = libs/libjpeg/cderror.h; sourceTree = "<group>"; };
170 069BEBEC14188B330043D0BB /* jcapimin.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcapimin.c; path = libs/libjpeg/jcapimin.c; sourceTree = "<group>"; };
171 069BEBED14188B330043D0BB /* jcapistd.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcapistd.c; path = libs/libjpeg/jcapistd.c; sourceTree = "<group>"; };
172 069BEBEE14188B330043D0BB /* jccoefct.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jccoefct.c; path = libs/libjpeg/jccoefct.c; sourceTree = "<group>"; };
173 069BEBEF14188B330043D0BB /* jccolor.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jccolor.c; path = libs/libjpeg/jccolor.c; sourceTree = "<group>"; };
174 069BEBF014188B330043D0BB /* jcdctmgr.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcdctmgr.c; path = libs/libjpeg/jcdctmgr.c; sourceTree = "<group>"; };
175 069BEBF114188B330043D0BB /* jchuff.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jchuff.c; path = libs/libjpeg/jchuff.c; sourceTree = "<group>"; };
176 069BEBF214188B330043D0BB /* jchuff.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = jchuff.h; path = libs/libjpeg/jchuff.h; sourceTree = "<group>"; };
177 069BEBF314188B330043D0BB /* jcinit.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcinit.c; path = libs/libjpeg/jcinit.c; sourceTree = "<group>"; };
178 069BEBF414188B330043D0BB /* jcmainct.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcmainct.c; path = libs/libjpeg/jcmainct.c; sourceTree = "<group>"; };
179 069BEBF514188B330043D0BB /* jcmarker.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcmarker.c; path = libs/libjpeg/jcmarker.c; sourceTree = "<group>"; };
180 069BEBF614188B330043D0BB /* jcmaster.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcmaster.c; path = libs/libjpeg/jcmaster.c; sourceTree = "<group>"; };
181 069BEBF714188B330043D0BB /* jcomapi.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcomapi.c; path = libs/libjpeg/jcomapi.c; sourceTree = "<group>"; };
182 069BEBF814188B330043D0BB /* jconfig.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = jconfig.h; path = libs/libjpeg/jconfig.h; sourceTree = "<group>"; };
183 069BEBF914188B330043D0BB /* jcparam.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcparam.c; path = libs/libjpeg/jcparam.c; sourceTree = "<group>"; };
184 069BEBFA14188B330043D0BB /* jcphuff.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcphuff.c; path = libs/libjpeg/jcphuff.c; sourceTree = "<group>"; };
185 069BEBFB14188B330043D0BB /* jcprepct.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcprepct.c; path = libs/libjpeg/jcprepct.c; sourceTree = "<group>"; };
186 069BEBFC14188B330043D0BB /* jcsample.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jcsample.c; path = libs/libjpeg/jcsample.c; sourceTree = "<group>"; };
187 069BEBFD14188B330043D0BB /* jctrans.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jctrans.c; path = libs/libjpeg/jctrans.c; sourceTree = "<group>"; };
188 069BEBFE14188B330043D0BB /* jdapimin.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdapimin.c; path = libs/libjpeg/jdapimin.c; sourceTree = "<group>"; };
189 069BEBFF14188B330043D0BB /* jdapistd.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdapistd.c; path = libs/libjpeg/jdapistd.c; sourceTree = "<group>"; };
190 069BEC0014188B330043D0BB /* jdatadst.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdatadst.c; path = libs/libjpeg/jdatadst.c; sourceTree = "<group>"; };
191 069BEC0114188B330043D0BB /* jdatasrc.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdatasrc.c; path = libs/libjpeg/jdatasrc.c; sourceTree = "<group>"; };
192 069BEC0214188B330043D0BB /* jdcoefct.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdcoefct.c; path = libs/libjpeg/jdcoefct.c; sourceTree = "<group>"; };
193 069BEC0314188B330043D0BB /* jdcolor.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdcolor.c; path = libs/libjpeg/jdcolor.c; sourceTree = "<group>"; };
194 069BEC0414188B330043D0BB /* jdct.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = jdct.h; path = libs/libjpeg/jdct.h; sourceTree = "<group>"; };
195 069BEC0514188B330043D0BB /* jddctmgr.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jddctmgr.c; path = libs/libjpeg/jddctmgr.c; sourceTree = "<group>"; };
196 069BEC0614188B330043D0BB /* jdhuff.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdhuff.c; path = libs/libjpeg/jdhuff.c; sourceTree = "<group>"; };
197 069BEC0714188B330043D0BB /* jdhuff.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = jdhuff.h; path = libs/libjpeg/jdhuff.h; sourceTree = "<group>"; };
198 069BEC0814188B330043D0BB /* jdinput.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdinput.c; path = libs/libjpeg/jdinput.c; sourceTree = "<group>"; };
199 069BEC0914188B330043D0BB /* jdmainct.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdmainct.c; path = libs/libjpeg/jdmainct.c; sourceTree = "<group>"; };
200 069BEC0A14188B330043D0BB /* jdmarker.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdmarker.c; path = libs/libjpeg/jdmarker.c; sourceTree = "<group>"; };
201 069BEC0B14188B330043D0BB /* jdmaster.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdmaster.c; path = libs/libjpeg/jdmaster.c; sourceTree = "<group>"; };
202 069BEC0C14188B330043D0BB /* jdmerge.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdmerge.c; path = libs/libjpeg/jdmerge.c; sourceTree = "<group>"; };
203 069BEC0D14188B330043D0BB /* jdphuff.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdphuff.c; path = libs/libjpeg/jdphuff.c; sourceTree = "<group>"; };
204 069BEC0E14188B330043D0BB /* jdpostct.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdpostct.c; path = libs/libjpeg/jdpostct.c; sourceTree = "<group>"; };
205 069BEC0F14188B330043D0BB /* jdsample.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdsample.c; path = libs/libjpeg/jdsample.c; sourceTree = "<group>"; };
206 069BEC1014188B330043D0BB /* jdtrans.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jdtrans.c; path = libs/libjpeg/jdtrans.c; sourceTree = "<group>"; };
207 069BEC1114188B330043D0BB /* jerror.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jerror.c; path = libs/libjpeg/jerror.c; sourceTree = "<group>"; };
208 069BEC1214188B330043D0BB /* jerror.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = jerror.h; path = libs/libjpeg/jerror.h; sourceTree = "<group>"; };
209 069BEC1314188B330043D0BB /* jfdctflt.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jfdctflt.c; path = libs/libjpeg/jfdctflt.c; sourceTree = "<group>"; };
210 069BEC1414188B330043D0BB /* jfdctfst.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jfdctfst.c; path = libs/libjpeg/jfdctfst.c; sourceTree = "<group>"; };
211 069BEC1514188B330043D0BB /* jfdctint.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jfdctint.c; path = libs/libjpeg/jfdctint.c; sourceTree = "<group>"; };
212 069BEC1614188B330043D0BB /* jidctflt.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jidctflt.c; path = libs/libjpeg/jidctflt.c; sourceTree = "<group>"; };
213 069BEC1714188B330043D0BB /* jidctfst.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jidctfst.c; path = libs/libjpeg/jidctfst.c; sourceTree = "<group>"; };
214 069BEC1814188B330043D0BB /* jidctint.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jidctint.c; path = libs/libjpeg/jidctint.c; sourceTree = "<group>"; };
215 069BEC1914188B330043D0BB /* jidctred.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jidctred.c; path = libs/libjpeg/jidctred.c; sourceTree = "<group>"; };
216 069BEC1A14188B330043D0BB /* jinclude.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = jinclude.h; path = libs/libjpeg/jinclude.h; sourceTree = "<group>"; };
217 069BEC1B14188B330043D0BB /* jmemmgr.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jmemmgr.c; path = libs/libjpeg/jmemmgr.c; sourceTree = "<group>"; };
218 069BEC1C14188B330043D0BB /* jmemnobs.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jmemnobs.c; path = libs/libjpeg/jmemnobs.c; sourceTree = "<group>"; };
219 069BEC1D14188B330043D0BB /* jmemsys.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = jmemsys.h; path = libs/libjpeg/jmemsys.h; sourceTree = "<group>"; };
220 069BEC1E14188B330043D0BB /* jmorecfg.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = jmorecfg.h; path = libs/libjpeg/jmorecfg.h; sourceTree = "<group>"; };
221 069BEC1F14188B330043D0BB /* jpegint.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = jpegint.h; path = libs/libjpeg/jpegint.h; sourceTree = "<group>"; };
222 069BEC2014188B330043D0BB /* jpeglib.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = jpeglib.h; path = libs/libjpeg/jpeglib.h; sourceTree = "<group>"; };
223 069BEC2114188B330043D0BB /* jquant1.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jquant1.c; path = libs/libjpeg/jquant1.c; sourceTree = "<group>"; };
224 069BEC2214188B330043D0BB /* jquant2.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jquant2.c; path = libs/libjpeg/jquant2.c; sourceTree = "<group>"; };
225 069BEC2314188B330043D0BB /* jutils.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = jutils.c; path = libs/libjpeg/jutils.c; sourceTree = "<group>"; };
226 069BEC2414188B330043D0BB /* jversion.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = jversion.h; path = libs/libjpeg/jversion.h; sourceTree = "<group>"; };
227 069BEC5314188B430043D0BB /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = libs/zlib/adler32.c; sourceTree = "<group>"; };
228 069BEC5414188B430043D0BB /* compress.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = compress.c; path = libs/zlib/compress.c; sourceTree = "<group>"; };
229 069BEC5514188B430043D0BB /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = crc32.c; path = libs/zlib/crc32.c; sourceTree = "<group>"; };
230 069BEC5614188B430043D0BB /* crc32.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = crc32.h; path = libs/zlib/crc32.h; sourceTree = "<group>"; };
231 069BEC5714188B430043D0BB /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = libs/zlib/deflate.c; sourceTree = "<group>"; };
232 069BEC5814188B430043D0BB /* deflate.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = deflate.h; path = libs/zlib/deflate.h; sourceTree = "<group>"; };
233 069BEC5914188B430043D0BB /* gzio.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = gzio.c; path = libs/zlib/gzio.c; sourceTree = "<group>"; };
234 069BEC5A14188B430043D0BB /* infback.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = infback.c; path = libs/zlib/infback.c; sourceTree = "<group>"; };
235 069BEC5B14188B430043D0BB /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = inffast.c; path = libs/zlib/inffast.c; sourceTree = "<group>"; };
236 069BEC5C14188B430043D0BB /* inffast.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = inffast.h; path = libs/zlib/inffast.h; sourceTree = "<group>"; };
237 069BEC5D14188B430043D0BB /* inffixed.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = inffixed.h; path = libs/zlib/inffixed.h; sourceTree = "<group>"; };
238 069BEC5E14188B430043D0BB /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = inflate.c; path = libs/zlib/inflate.c; sourceTree = "<group>"; };
239 069BEC5F14188B430043D0BB /* inflate.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = inflate.h; path = libs/zlib/inflate.h; sourceTree = "<group>"; };
240 069BEC6014188B430043D0BB /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = inftrees.c; path = libs/zlib/inftrees.c; sourceTree = "<group>"; };
241 069BEC6114188B430043D0BB /* inftrees.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = inftrees.h; path = libs/zlib/inftrees.h; sourceTree = "<group>"; };
242 069BEC6214188B430043D0BB /* trees.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = trees.c; path = libs/zlib/trees.c; sourceTree = "<group>"; };
243 069BEC6314188B430043D0BB /* trees.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = trees.h; path = libs/zlib/trees.h; sourceTree = "<group>"; };
244 069BEC6414188B430043D0BB /* uncompr.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = uncompr.c; path = libs/zlib/uncompr.c; sourceTree = "<group>"; };
245 069BEC6514188B430043D0BB /* zconf.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = zconf.h; path = libs/zlib/zconf.h; sourceTree = "<group>"; };
246 069BEC6614188B430043D0BB /* zlib.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = zlib.h; path = libs/zlib/zlib.h; sourceTree = "<group>"; };
247 069BEC6714188B430043D0BB /* zutil.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = zutil.c; path = libs/zlib/zutil.c; sourceTree = "<group>"; };
248 069BEC6814188B430043D0BB /* zutil.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = zutil.h; path = libs/zlib/zutil.h; sourceTree = "<group>"; };
249 069BEC7514188B530043D0BB /* png.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = png.c; path = libs/libpng/png.c; sourceTree = "<group>"; };
250 069BEC7614188B530043D0BB /* png.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = png.h; path = libs/libpng/png.h; sourceTree = "<group>"; };
251 069BEC7714188B530043D0BB /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = pngconf.h; path = libs/libpng/pngconf.h; sourceTree = "<group>"; };
252 069BEC7814188B530043D0BB /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngerror.c; path = libs/libpng/pngerror.c; sourceTree = "<group>"; };
253 069BEC7914188B530043D0BB /* pnggccrd.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pnggccrd.c; path = libs/libpng/pnggccrd.c; sourceTree = "<group>"; };
254 069BEC7A14188B530043D0BB /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngget.c; path = libs/libpng/pngget.c; sourceTree = "<group>"; };
255 069BEC7B14188B530043D0BB /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngmem.c; path = libs/libpng/pngmem.c; sourceTree = "<group>"; };
256 069BEC7C14188B530043D0BB /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngpread.c; path = libs/libpng/pngpread.c; sourceTree = "<group>"; };
257 069BEC7D14188B530043D0BB /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngread.c; path = libs/libpng/pngread.c; sourceTree = "<group>"; };
258 069BEC7E14188B530043D0BB /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngrio.c; path = libs/libpng/pngrio.c; sourceTree = "<group>"; };
259 069BEC7F14188B530043D0BB /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngrtran.c; path = libs/libpng/pngrtran.c; sourceTree = "<group>"; };
260 069BEC8014188B530043D0BB /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngrutil.c; path = libs/libpng/pngrutil.c; sourceTree = "<group>"; };
261 069BEC8114188B530043D0BB /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngset.c; path = libs/libpng/pngset.c; sourceTree = "<group>"; };
262 069BEC8214188B530043D0BB /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngtrans.c; path = libs/libpng/pngtrans.c; sourceTree = "<group>"; };
263 069BEC8314188B530043D0BB /* pngvcrd.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngvcrd.c; path = libs/libpng/pngvcrd.c; sourceTree = "<group>"; };
264 069BEC8414188B530043D0BB /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngwio.c; path = libs/libpng/pngwio.c; sourceTree = "<group>"; };
265 069BEC8514188B530043D0BB /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngwrite.c; path = libs/libpng/pngwrite.c; sourceTree = "<group>"; };
266 069BEC8614188B530043D0BB /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngwtran.c; path = libs/libpng/pngwtran.c; sourceTree = "<group>"; };
267 069BEC8714188B530043D0BB /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = pngwutil.c; path = libs/libpng/pngwutil.c; sourceTree = "<group>"; };
268 069BEC9914188B640043D0BB /* text.p.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = text.p.glsl; path = sdr/text.p.glsl; sourceTree = "<group>"; };
269 069BEC9A14188B640043D0BB /* text.v.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = text.v.glsl; path = sdr/text.v.glsl; sourceTree = "<group>"; };
270 069BEC9B14188B640043D0BB /* tunnel.p.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = tunnel.p.glsl; path = sdr/tunnel.p.glsl; sourceTree = "<group>"; };
271 069BEC9C14188B640043D0BB /* tunnel.v.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = tunnel.v.glsl; path = sdr/tunnel.v.glsl; sourceTree = "<group>"; };
272 069BECA114188BC60043D0BB /* stonewall_normal.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = stonewall_normal.jpg; path = data/stonewall_normal.jpg; sourceTree = "<group>"; };
273 069BECA214188BC60043D0BB /* stonewall.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = stonewall.jpg; path = data/stonewall.jpg; sourceTree = "<group>"; };
274 069BECA314188BC60043D0BB /* text.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = text.png; path = data/text.png; sourceTree = "<group>"; };
275 069BECA414188BC60043D0BB /* tiles.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = tiles.jpg; path = data/tiles.jpg; sourceTree = "<group>"; };
276 06D8CEAE1418314000EF1378 /* cam.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = cam.c; path = src/cam.c; sourceTree = "<group>"; };
277 06D8CEAF1418314000EF1378 /* cam.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = cam.h; path = src/cam.h; sourceTree = "<group>"; };
278 06D8CEB01418314000EF1378 /* config.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = config.h; path = src/config.h; sourceTree = "<group>"; };
279 06D8CEB11418314000EF1378 /* EAGLView.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = EAGLView.h; path = src/EAGLView.h; sourceTree = "<group>"; };
280 06D8CEB21418314000EF1378 /* EAGLView.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = EAGLView.m; path = src/EAGLView.m; sourceTree = "<group>"; };
281 06D8CEB51418314000EF1378 /* ES2Renderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ES2Renderer.h; path = src/ES2Renderer.h; sourceTree = "<group>"; };
282 06D8CEB61418314000EF1378 /* ES2Renderer.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = ES2Renderer.m; path = src/ES2Renderer.m; sourceTree = "<group>"; };
283 06D8CEB71418314000EF1378 /* ESRenderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ESRenderer.h; path = src/ESRenderer.h; sourceTree = "<group>"; };
284 06D8CEB81418314000EF1378 /* istereo.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = istereo.c; path = src/istereo.c; sourceTree = "<group>"; };
285 06D8CEBA1418314000EF1378 /* istereo.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = istereo.h; path = src/istereo.h; sourceTree = "<group>"; };
286 06D8CEBB1418314000EF1378 /* istereoAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = istereoAppDelegate.h; path = src/istereoAppDelegate.h; sourceTree = "<group>"; };
287 06D8CEBC1418314000EF1378 /* istereoAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = istereoAppDelegate.m; path = src/istereoAppDelegate.m; sourceTree = "<group>"; };
288 06D8CEBD1418314000EF1378 /* main.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = main.m; path = src/main.m; sourceTree = "<group>"; };
289 06D8CEBE1418314000EF1378 /* opengl.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = opengl.h; path = src/opengl.h; sourceTree = "<group>"; };
290 06D8CEBF1418314000EF1378 /* respath.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = respath.c; path = src/respath.c; sourceTree = "<group>"; };
291 06D8CEC01418314000EF1378 /* respath.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = respath.h; path = src/respath.h; sourceTree = "<group>"; };
292 06D8CEC11418314000EF1378 /* sanegl.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = sanegl.c; path = src/sanegl.c; sourceTree = "<group>"; };
293 06D8CEC21418314000EF1378 /* sanegl.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = sanegl.h; path = src/sanegl.h; sourceTree = "<group>"; };
294 06D8CEC31418314000EF1378 /* sdr.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = sdr.c; path = src/sdr.c; sourceTree = "<group>"; };
295 06D8CEC41418314000EF1378 /* sdr.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = sdr.h; path = src/sdr.h; sourceTree = "<group>"; };
296 06D8CEC51418314000EF1378 /* tex.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = tex.c; path = src/tex.c; sourceTree = "<group>"; };
297 06D8CEC61418314000EF1378 /* tex.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = tex.h; path = src/tex.h; sourceTree = "<group>"; };
298 06D8CED61418318400EF1378 /* test.p.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = test.p.glsl; path = sdr/test.p.glsl; sourceTree = "<group>"; };
299 06D8CED71418318400EF1378 /* test.v.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = test.v.glsl; path = sdr/test.v.glsl; sourceTree = "<group>"; };
300 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
301 1D6058910D05DD3D006BFB54 /* istereo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = istereo.app; sourceTree = BUILT_PRODUCTS_DIR; };
302 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
303 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
304 28EC4C5811D54ECE0027AA9F /* istereoViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = istereoViewController.xib; sourceTree = "<group>"; };
305 28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
306 28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
307 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>"; };
308 /* End PBXFileReference section */
310 /* Begin PBXFrameworksBuildPhase section */
311 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
312 isa = PBXFrameworksBuildPhase;
313 buildActionMask = 2147483647;
314 files = (
315 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
316 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
317 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
318 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
319 069605A71419F55300BD7787 /* CoreGraphics.framework in Frameworks */,
320 );
321 runOnlyForDeploymentPostprocessing = 0;
322 };
323 /* End PBXFrameworksBuildPhase section */
325 /* Begin PBXGroup section */
326 063C67D61419CBD000BA388B /* ui */ = {
327 isa = PBXGroup;
328 children = (
329 063C67D71419CBFF00BA388B /* ui.h */,
330 063C67D81419CBFF00BA388B /* ui.m */,
331 063C67D91419CBFF00BA388B /* ui.xib */,
332 );
333 name = ui;
334 sourceTree = "<group>";
335 };
336 069BEBB514188ACB0043D0BB /* libs */ = {
337 isa = PBXGroup;
338 children = (
339 069BEBBA14188AE90043D0BB /* imago2 */,
340 069BEBB914188AE30043D0BB /* vmath */,
341 069BEBB814188ADC0043D0BB /* libjpeg */,
342 069BEBB714188AD70043D0BB /* zlib */,
343 069BEBB614188AD20043D0BB /* libpng */,
344 );
345 name = libs;
346 sourceTree = "<group>";
347 };
348 069BEBB614188AD20043D0BB /* libpng */ = {
349 isa = PBXGroup;
350 children = (
351 069BEC7514188B530043D0BB /* png.c */,
352 069BEC7614188B530043D0BB /* png.h */,
353 069BEC7714188B530043D0BB /* pngconf.h */,
354 069BEC7814188B530043D0BB /* pngerror.c */,
355 069BEC7914188B530043D0BB /* pnggccrd.c */,
356 069BEC7A14188B530043D0BB /* pngget.c */,
357 069BEC7B14188B530043D0BB /* pngmem.c */,
358 069BEC7C14188B530043D0BB /* pngpread.c */,
359 069BEC7D14188B530043D0BB /* pngread.c */,
360 069BEC7E14188B530043D0BB /* pngrio.c */,
361 069BEC7F14188B530043D0BB /* pngrtran.c */,
362 069BEC8014188B530043D0BB /* pngrutil.c */,
363 069BEC8114188B530043D0BB /* pngset.c */,
364 069BEC8214188B530043D0BB /* pngtrans.c */,
365 069BEC8314188B530043D0BB /* pngvcrd.c */,
366 069BEC8414188B530043D0BB /* pngwio.c */,
367 069BEC8514188B530043D0BB /* pngwrite.c */,
368 069BEC8614188B530043D0BB /* pngwtran.c */,
369 069BEC8714188B530043D0BB /* pngwutil.c */,
370 );
371 name = libpng;
372 sourceTree = "<group>";
373 };
374 069BEBB714188AD70043D0BB /* zlib */ = {
375 isa = PBXGroup;
376 children = (
377 069BEC5314188B430043D0BB /* adler32.c */,
378 069BEC5414188B430043D0BB /* compress.c */,
379 069BEC5514188B430043D0BB /* crc32.c */,
380 069BEC5614188B430043D0BB /* crc32.h */,
381 069BEC5714188B430043D0BB /* deflate.c */,
382 069BEC5814188B430043D0BB /* deflate.h */,
383 069BEC5914188B430043D0BB /* gzio.c */,
384 069BEC5A14188B430043D0BB /* infback.c */,
385 069BEC5B14188B430043D0BB /* inffast.c */,
386 069BEC5C14188B430043D0BB /* inffast.h */,
387 069BEC5D14188B430043D0BB /* inffixed.h */,
388 069BEC5E14188B430043D0BB /* inflate.c */,
389 069BEC5F14188B430043D0BB /* inflate.h */,
390 069BEC6014188B430043D0BB /* inftrees.c */,
391 069BEC6114188B430043D0BB /* inftrees.h */,
392 069BEC6214188B430043D0BB /* trees.c */,
393 069BEC6314188B430043D0BB /* trees.h */,
394 069BEC6414188B430043D0BB /* uncompr.c */,
395 069BEC6514188B430043D0BB /* zconf.h */,
396 069BEC6614188B430043D0BB /* zlib.h */,
397 069BEC6714188B430043D0BB /* zutil.c */,
398 069BEC6814188B430043D0BB /* zutil.h */,
399 );
400 name = zlib;
401 sourceTree = "<group>";
402 };
403 069BEBB814188ADC0043D0BB /* libjpeg */ = {
404 isa = PBXGroup;
405 children = (
406 069BEBEB14188B330043D0BB /* cderror.h */,
407 069BEBEC14188B330043D0BB /* jcapimin.c */,
408 069BEBED14188B330043D0BB /* jcapistd.c */,
409 069BEBEE14188B330043D0BB /* jccoefct.c */,
410 069BEBEF14188B330043D0BB /* jccolor.c */,
411 069BEBF014188B330043D0BB /* jcdctmgr.c */,
412 069BEBF114188B330043D0BB /* jchuff.c */,
413 069BEBF214188B330043D0BB /* jchuff.h */,
414 069BEBF314188B330043D0BB /* jcinit.c */,
415 069BEBF414188B330043D0BB /* jcmainct.c */,
416 069BEBF514188B330043D0BB /* jcmarker.c */,
417 069BEBF614188B330043D0BB /* jcmaster.c */,
418 069BEBF714188B330043D0BB /* jcomapi.c */,
419 069BEBF814188B330043D0BB /* jconfig.h */,
420 069BEBF914188B330043D0BB /* jcparam.c */,
421 069BEBFA14188B330043D0BB /* jcphuff.c */,
422 069BEBFB14188B330043D0BB /* jcprepct.c */,
423 069BEBFC14188B330043D0BB /* jcsample.c */,
424 069BEBFD14188B330043D0BB /* jctrans.c */,
425 069BEBFE14188B330043D0BB /* jdapimin.c */,
426 069BEBFF14188B330043D0BB /* jdapistd.c */,
427 069BEC0014188B330043D0BB /* jdatadst.c */,
428 069BEC0114188B330043D0BB /* jdatasrc.c */,
429 069BEC0214188B330043D0BB /* jdcoefct.c */,
430 069BEC0314188B330043D0BB /* jdcolor.c */,
431 069BEC0414188B330043D0BB /* jdct.h */,
432 069BEC0514188B330043D0BB /* jddctmgr.c */,
433 069BEC0614188B330043D0BB /* jdhuff.c */,
434 069BEC0714188B330043D0BB /* jdhuff.h */,
435 069BEC0814188B330043D0BB /* jdinput.c */,
436 069BEC0914188B330043D0BB /* jdmainct.c */,
437 069BEC0A14188B330043D0BB /* jdmarker.c */,
438 069BEC0B14188B330043D0BB /* jdmaster.c */,
439 069BEC0C14188B330043D0BB /* jdmerge.c */,
440 069BEC0D14188B330043D0BB /* jdphuff.c */,
441 069BEC0E14188B330043D0BB /* jdpostct.c */,
442 069BEC0F14188B330043D0BB /* jdsample.c */,
443 069BEC1014188B330043D0BB /* jdtrans.c */,
444 069BEC1114188B330043D0BB /* jerror.c */,
445 069BEC1214188B330043D0BB /* jerror.h */,
446 069BEC1314188B330043D0BB /* jfdctflt.c */,
447 069BEC1414188B330043D0BB /* jfdctfst.c */,
448 069BEC1514188B330043D0BB /* jfdctint.c */,
449 069BEC1614188B330043D0BB /* jidctflt.c */,
450 069BEC1714188B330043D0BB /* jidctfst.c */,
451 069BEC1814188B330043D0BB /* jidctint.c */,
452 069BEC1914188B330043D0BB /* jidctred.c */,
453 069BEC1A14188B330043D0BB /* jinclude.h */,
454 069BEC1B14188B330043D0BB /* jmemmgr.c */,
455 069BEC1C14188B330043D0BB /* jmemnobs.c */,
456 069BEC1D14188B330043D0BB /* jmemsys.h */,
457 069BEC1E14188B330043D0BB /* jmorecfg.h */,
458 069BEC1F14188B330043D0BB /* jpegint.h */,
459 069BEC2014188B330043D0BB /* jpeglib.h */,
460 069BEC2114188B330043D0BB /* jquant1.c */,
461 069BEC2214188B330043D0BB /* jquant2.c */,
462 069BEC2314188B330043D0BB /* jutils.c */,
463 069BEC2414188B330043D0BB /* jversion.h */,
464 );
465 name = libjpeg;
466 sourceTree = "<group>";
467 };
468 069BEBB914188AE30043D0BB /* vmath */ = {
469 isa = PBXGroup;
470 children = (
471 069BEBCB14188B210043D0BB /* basis_c.c */,
472 069BEBCC14188B210043D0BB /* basis.h */,
473 069BEBCD14188B210043D0BB /* geom.c */,
474 069BEBCE14188B210043D0BB /* geom.h */,
475 069BEBCF14188B210043D0BB /* matrix_c.c */,
476 069BEBD014188B210043D0BB /* matrix.h */,
477 069BEBD114188B210043D0BB /* matrix.inl */,
478 069BEBD214188B210043D0BB /* quat_c.c */,
479 069BEBD314188B210043D0BB /* quat.h */,
480 069BEBD414188B210043D0BB /* quat.inl */,
481 069BEBD514188B210043D0BB /* ray_c.c */,
482 069BEBD614188B210043D0BB /* ray.h */,
483 069BEBD714188B210043D0BB /* ray.inl */,
484 069BEBD814188B210043D0BB /* sphvec.h */,
485 069BEBD914188B210043D0BB /* vector.h */,
486 069BEBDA14188B210043D0BB /* vector.inl */,
487 069BEBDB14188B210043D0BB /* vmath_config.h */,
488 069BEBDC14188B210043D0BB /* vmath_types.h */,
489 069BEBDD14188B210043D0BB /* vmath.c */,
490 069BEBDE14188B210043D0BB /* vmath.h */,
491 069BEBDF14188B210043D0BB /* vmath.inl */,
492 );
493 name = vmath;
494 sourceTree = "<group>";
495 };
496 069BEBBA14188AE90043D0BB /* imago2 */ = {
497 isa = PBXGroup;
498 children = (
499 069BEBBB14188B070043D0BB /* conv.c */,
500 069BEBBC14188B070043D0BB /* file_jpeg.c */,
501 069BEBBD14188B070043D0BB /* file_png.c */,
502 069BEBBE14188B070043D0BB /* file_ppm.c */,
503 069BEBBF14188B070043D0BB /* ftype_module.c */,
504 069BEBC014188B070043D0BB /* ftype_module.h */,
505 069BEBC114188B070043D0BB /* imago2.c */,
506 069BEBC214188B070043D0BB /* imago2.h */,
507 069BEBC314188B070043D0BB /* modules.c */,
508 );
509 name = imago2;
510 sourceTree = "<group>";
511 };
512 06D8CEAC1418312500EF1378 /* src */ = {
513 isa = PBXGroup;
514 children = (
515 063C67D61419CBD000BA388B /* ui */,
516 06D8CED31418314700EF1378 /* gay */,
517 06D8CEAE1418314000EF1378 /* cam.c */,
518 06D8CEAF1418314000EF1378 /* cam.h */,
519 06D8CEB01418314000EF1378 /* config.h */,
520 06D8CEB81418314000EF1378 /* istereo.c */,
521 06D8CEBA1418314000EF1378 /* istereo.h */,
522 06D8CEBE1418314000EF1378 /* opengl.h */,
523 06D8CEBF1418314000EF1378 /* respath.c */,
524 06D8CEC01418314000EF1378 /* respath.h */,
525 06D8CEC11418314000EF1378 /* sanegl.c */,
526 06D8CEC21418314000EF1378 /* sanegl.h */,
527 06D8CEC31418314000EF1378 /* sdr.c */,
528 06D8CEC41418314000EF1378 /* sdr.h */,
529 06D8CEC51418314000EF1378 /* tex.c */,
530 06D8CEC61418314000EF1378 /* tex.h */,
531 );
532 name = src;
533 sourceTree = "<group>";
534 };
535 06D8CEAD1418312A00EF1378 /* sdr */ = {
536 isa = PBXGroup;
537 children = (
538 069BEC9914188B640043D0BB /* text.p.glsl */,
539 069BEC9A14188B640043D0BB /* text.v.glsl */,
540 069BEC9B14188B640043D0BB /* tunnel.p.glsl */,
541 069BEC9C14188B640043D0BB /* tunnel.v.glsl */,
542 06D8CED61418318400EF1378 /* test.p.glsl */,
543 06D8CED71418318400EF1378 /* test.v.glsl */,
544 );
545 name = sdr;
546 sourceTree = "<group>";
547 };
548 06D8CED31418314700EF1378 /* gay */ = {
549 isa = PBXGroup;
550 children = (
551 06D8CEBD1418314000EF1378 /* main.m */,
552 06D8CEBB1418314000EF1378 /* istereoAppDelegate.h */,
553 06D8CEBC1418314000EF1378 /* istereoAppDelegate.m */,
554 06D8CEB11418314000EF1378 /* EAGLView.h */,
555 06D8CEB21418314000EF1378 /* EAGLView.m */,
556 06D8CEB51418314000EF1378 /* ES2Renderer.h */,
557 06D8CEB61418314000EF1378 /* ES2Renderer.m */,
558 06D8CEB71418314000EF1378 /* ESRenderer.h */,
559 );
560 name = gay;
561 sourceTree = "<group>";
562 };
563 19C28FACFE9D520D11CA2CBB /* Products */ = {
564 isa = PBXGroup;
565 children = (
566 1D6058910D05DD3D006BFB54 /* istereo.app */,
567 );
568 name = Products;
569 sourceTree = "<group>";
570 };
571 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
572 isa = PBXGroup;
573 children = (
574 069BEBB514188ACB0043D0BB /* libs */,
575 06D8CEAD1418312A00EF1378 /* sdr */,
576 06D8CEAC1418312500EF1378 /* src */,
577 29B97317FDCFA39411CA2CEA /* Resources */,
578 29B97323FDCFA39411CA2CEA /* Frameworks */,
579 19C28FACFE9D520D11CA2CBB /* Products */,
580 );
581 name = CustomTemplate;
582 sourceTree = "<group>";
583 };
584 29B97317FDCFA39411CA2CEA /* Resources */ = {
585 isa = PBXGroup;
586 children = (
587 069BECA114188BC60043D0BB /* stonewall_normal.jpg */,
588 069BECA214188BC60043D0BB /* stonewall.jpg */,
589 069BECA314188BC60043D0BB /* text.png */,
590 069BECA414188BC60043D0BB /* tiles.jpg */,
591 28EC4C5811D54ECE0027AA9F /* istereoViewController.xib */,
592 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
593 8D1107310486CEB800E47090 /* istereo-Info.plist */,
594 );
595 name = Resources;
596 sourceTree = "<group>";
597 };
598 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
599 isa = PBXGroup;
600 children = (
601 28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
602 28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
603 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
604 1D30AB110D05D00D00671497 /* Foundation.framework */,
605 069605A61419F55300BD7787 /* CoreGraphics.framework */,
606 );
607 name = Frameworks;
608 sourceTree = "<group>";
609 };
610 /* End PBXGroup section */
612 /* Begin PBXNativeTarget section */
613 1D6058900D05DD3D006BFB54 /* istereo */ = {
614 isa = PBXNativeTarget;
615 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "istereo" */;
616 buildPhases = (
617 1D60588D0D05DD3D006BFB54 /* Resources */,
618 1D60588E0D05DD3D006BFB54 /* Sources */,
619 1D60588F0D05DD3D006BFB54 /* Frameworks */,
620 0654CF1F141837890086E965 /* ShellScript */,
621 );
622 buildRules = (
623 );
624 dependencies = (
625 );
626 name = istereo;
627 productName = istereo;
628 productReference = 1D6058910D05DD3D006BFB54 /* istereo.app */;
629 productType = "com.apple.product-type.application";
630 };
631 /* End PBXNativeTarget section */
633 /* Begin PBXProject section */
634 29B97313FDCFA39411CA2CEA /* Project object */ = {
635 isa = PBXProject;
636 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "istereo" */;
637 compatibilityVersion = "Xcode 3.2";
638 developmentRegion = English;
639 hasScannedForEncodings = 1;
640 knownRegions = (
641 English,
642 Japanese,
643 French,
644 German,
645 );
646 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
647 projectDirPath = "";
648 projectRoot = "";
649 targets = (
650 1D6058900D05DD3D006BFB54 /* istereo */,
651 );
652 };
653 /* End PBXProject section */
655 /* Begin PBXResourcesBuildPhase section */
656 1D60588D0D05DD3D006BFB54 /* Resources */ = {
657 isa = PBXResourcesBuildPhase;
658 buildActionMask = 2147483647;
659 files = (
660 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
661 28EC4C5A11D54ECE0027AA9F /* istereoViewController.xib in Resources */,
662 06D8CED81418318400EF1378 /* test.p.glsl in Resources */,
663 06D8CED91418318400EF1378 /* test.v.glsl in Resources */,
664 069BEBE314188B210043D0BB /* matrix.inl in Resources */,
665 069BEBE514188B210043D0BB /* quat.inl in Resources */,
666 069BEBE714188B210043D0BB /* ray.inl in Resources */,
667 069BEBE814188B210043D0BB /* vector.inl in Resources */,
668 069BEBEA14188B210043D0BB /* vmath.inl in Resources */,
669 069BEC9D14188B640043D0BB /* text.p.glsl in Resources */,
670 069BEC9E14188B640043D0BB /* text.v.glsl in Resources */,
671 069BEC9F14188B640043D0BB /* tunnel.p.glsl in Resources */,
672 069BECA014188B640043D0BB /* tunnel.v.glsl in Resources */,
673 069BECA514188BC60043D0BB /* stonewall_normal.jpg in Resources */,
674 069BECA614188BC60043D0BB /* stonewall.jpg in Resources */,
675 069BECA714188BC60043D0BB /* text.png in Resources */,
676 069BECA814188BC60043D0BB /* tiles.jpg in Resources */,
677 063C67DB1419CBFF00BA388B /* ui.xib in Resources */,
678 );
679 runOnlyForDeploymentPostprocessing = 0;
680 };
681 /* End PBXResourcesBuildPhase section */
683 /* Begin PBXShellScriptBuildPhase section */
684 0654CF1F141837890086E965 /* ShellScript */ = {
685 isa = PBXShellScriptBuildPhase;
686 buildActionMask = 2147483647;
687 files = (
688 );
689 inputPaths = (
690 );
691 outputPaths = (
692 );
693 runOnlyForDeploymentPostprocessing = 0;
694 shellPath = /bin/sh;
695 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";
696 };
697 /* End PBXShellScriptBuildPhase section */
699 /* Begin PBXSourcesBuildPhase section */
700 1D60588E0D05DD3D006BFB54 /* Sources */ = {
701 isa = PBXSourcesBuildPhase;
702 buildActionMask = 2147483647;
703 files = (
704 06D8CEC71418314000EF1378 /* cam.c in Sources */,
705 06D8CEC81418314000EF1378 /* EAGLView.m in Sources */,
706 06D8CECB1418314000EF1378 /* istereo.c in Sources */,
707 06D8CECD1418314000EF1378 /* istereoAppDelegate.m in Sources */,
708 06D8CECE1418314000EF1378 /* main.m in Sources */,
709 06D8CECF1418314000EF1378 /* respath.c in Sources */,
710 06D8CED01418314000EF1378 /* sanegl.c in Sources */,
711 06D8CED11418314000EF1378 /* sdr.c in Sources */,
712 06D8CED21418314000EF1378 /* tex.c in Sources */,
713 069BEBC414188B070043D0BB /* conv.c in Sources */,
714 069BEBC514188B070043D0BB /* file_jpeg.c in Sources */,
715 069BEBC614188B070043D0BB /* file_png.c in Sources */,
716 069BEBC714188B070043D0BB /* file_ppm.c in Sources */,
717 069BEBC814188B070043D0BB /* ftype_module.c in Sources */,
718 069BEBC914188B070043D0BB /* imago2.c in Sources */,
719 069BEBCA14188B070043D0BB /* modules.c in Sources */,
720 069BEBE014188B210043D0BB /* basis_c.c in Sources */,
721 069BEBE114188B210043D0BB /* geom.c in Sources */,
722 069BEBE214188B210043D0BB /* matrix_c.c in Sources */,
723 069BEBE414188B210043D0BB /* quat_c.c in Sources */,
724 069BEBE614188B210043D0BB /* ray_c.c in Sources */,
725 069BEBE914188B210043D0BB /* vmath.c in Sources */,
726 069BEC2514188B330043D0BB /* jcapimin.c in Sources */,
727 069BEC2614188B330043D0BB /* jcapistd.c in Sources */,
728 069BEC2714188B330043D0BB /* jccoefct.c in Sources */,
729 069BEC2814188B330043D0BB /* jccolor.c in Sources */,
730 069BEC2914188B330043D0BB /* jcdctmgr.c in Sources */,
731 069BEC2A14188B330043D0BB /* jchuff.c in Sources */,
732 069BEC2B14188B330043D0BB /* jcinit.c in Sources */,
733 069BEC2C14188B330043D0BB /* jcmainct.c in Sources */,
734 069BEC2D14188B330043D0BB /* jcmarker.c in Sources */,
735 069BEC2E14188B330043D0BB /* jcmaster.c in Sources */,
736 069BEC2F14188B330043D0BB /* jcomapi.c in Sources */,
737 069BEC3014188B330043D0BB /* jcparam.c in Sources */,
738 069BEC3114188B330043D0BB /* jcphuff.c in Sources */,
739 069BEC3214188B330043D0BB /* jcprepct.c in Sources */,
740 069BEC3314188B330043D0BB /* jcsample.c in Sources */,
741 069BEC3414188B330043D0BB /* jctrans.c in Sources */,
742 069BEC3514188B330043D0BB /* jdapimin.c in Sources */,
743 069BEC3614188B330043D0BB /* jdapistd.c in Sources */,
744 069BEC3714188B330043D0BB /* jdatadst.c in Sources */,
745 069BEC3814188B330043D0BB /* jdatasrc.c in Sources */,
746 069BEC3914188B330043D0BB /* jdcoefct.c in Sources */,
747 069BEC3A14188B330043D0BB /* jdcolor.c in Sources */,
748 069BEC3B14188B330043D0BB /* jddctmgr.c in Sources */,
749 069BEC3C14188B330043D0BB /* jdhuff.c in Sources */,
750 069BEC3D14188B330043D0BB /* jdinput.c in Sources */,
751 069BEC3E14188B330043D0BB /* jdmainct.c in Sources */,
752 069BEC3F14188B330043D0BB /* jdmarker.c in Sources */,
753 069BEC4014188B330043D0BB /* jdmaster.c in Sources */,
754 069BEC4114188B330043D0BB /* jdmerge.c in Sources */,
755 069BEC4214188B330043D0BB /* jdphuff.c in Sources */,
756 069BEC4314188B330043D0BB /* jdpostct.c in Sources */,
757 069BEC4414188B330043D0BB /* jdsample.c in Sources */,
758 069BEC4514188B330043D0BB /* jdtrans.c in Sources */,
759 069BEC4614188B330043D0BB /* jerror.c in Sources */,
760 069BEC4714188B330043D0BB /* jfdctflt.c in Sources */,
761 069BEC4814188B330043D0BB /* jfdctfst.c in Sources */,
762 069BEC4914188B330043D0BB /* jfdctint.c in Sources */,
763 069BEC4A14188B330043D0BB /* jidctflt.c in Sources */,
764 069BEC4B14188B330043D0BB /* jidctfst.c in Sources */,
765 069BEC4C14188B330043D0BB /* jidctint.c in Sources */,
766 069BEC4D14188B330043D0BB /* jidctred.c in Sources */,
767 069BEC4E14188B330043D0BB /* jmemmgr.c in Sources */,
768 069BEC4F14188B330043D0BB /* jmemnobs.c in Sources */,
769 069BEC5014188B330043D0BB /* jquant1.c in Sources */,
770 069BEC5114188B330043D0BB /* jquant2.c in Sources */,
771 069BEC5214188B330043D0BB /* jutils.c in Sources */,
772 069BEC6914188B430043D0BB /* adler32.c in Sources */,
773 069BEC6A14188B430043D0BB /* compress.c in Sources */,
774 069BEC6B14188B430043D0BB /* crc32.c in Sources */,
775 069BEC6C14188B430043D0BB /* deflate.c in Sources */,
776 069BEC6D14188B430043D0BB /* gzio.c in Sources */,
777 069BEC6E14188B430043D0BB /* infback.c in Sources */,
778 069BEC6F14188B430043D0BB /* inffast.c in Sources */,
779 069BEC7014188B430043D0BB /* inflate.c in Sources */,
780 069BEC7114188B430043D0BB /* inftrees.c in Sources */,
781 069BEC7214188B430043D0BB /* trees.c in Sources */,
782 069BEC7314188B430043D0BB /* uncompr.c in Sources */,
783 069BEC7414188B430043D0BB /* zutil.c in Sources */,
784 069BEC8814188B530043D0BB /* png.c in Sources */,
785 069BEC8914188B530043D0BB /* pngerror.c in Sources */,
786 069BEC8A14188B530043D0BB /* pnggccrd.c in Sources */,
787 069BEC8B14188B530043D0BB /* pngget.c in Sources */,
788 069BEC8C14188B530043D0BB /* pngmem.c in Sources */,
789 069BEC8D14188B530043D0BB /* pngpread.c in Sources */,
790 069BEC8E14188B530043D0BB /* pngread.c in Sources */,
791 069BEC8F14188B530043D0BB /* pngrio.c in Sources */,
792 069BEC9014188B530043D0BB /* pngrtran.c in Sources */,
793 069BEC9114188B530043D0BB /* pngrutil.c in Sources */,
794 069BEC9214188B530043D0BB /* pngset.c in Sources */,
795 069BEC9314188B530043D0BB /* pngtrans.c in Sources */,
796 069BEC9414188B530043D0BB /* pngvcrd.c in Sources */,
797 069BEC9514188B530043D0BB /* pngwio.c in Sources */,
798 069BEC9614188B530043D0BB /* pngwrite.c in Sources */,
799 069BEC9714188B530043D0BB /* pngwtran.c in Sources */,
800 069BEC9814188B530043D0BB /* pngwutil.c in Sources */,
801 069BED821418D1E90043D0BB /* ES2Renderer.m in Sources */,
802 063C67DA1419CBFF00BA388B /* ui.m in Sources */,
803 );
804 runOnlyForDeploymentPostprocessing = 0;
805 };
806 /* End PBXSourcesBuildPhase section */
808 /* Begin XCBuildConfiguration section */
809 1D6058940D05DD3E006BFB54 /* Debug */ = {
810 isa = XCBuildConfiguration;
811 buildSettings = {
812 ALWAYS_SEARCH_USER_PATHS = NO;
813 COPY_PHASE_STRIP = NO;
814 GCC_DYNAMIC_NO_PIC = NO;
815 GCC_OPTIMIZATION_LEVEL = 0;
816 GCC_PRECOMPILE_PREFIX_HEADER = YES;
817 GCC_PREFIX_HEADER = istereo_Prefix.pch;
818 "GCC_THUMB_SUPPORT[arch=armv6]" = "";
819 INFOPLIST_FILE = "istereo-Info.plist";
820 PRODUCT_NAME = istereo;
821 };
822 name = Debug;
823 };
824 1D6058950D05DD3E006BFB54 /* Release */ = {
825 isa = XCBuildConfiguration;
826 buildSettings = {
827 ALWAYS_SEARCH_USER_PATHS = NO;
828 COPY_PHASE_STRIP = YES;
829 GCC_PRECOMPILE_PREFIX_HEADER = YES;
830 GCC_PREFIX_HEADER = istereo_Prefix.pch;
831 "GCC_THUMB_SUPPORT[arch=armv6]" = "";
832 INFOPLIST_FILE = "istereo-Info.plist";
833 PRODUCT_NAME = istereo;
834 VALIDATE_PRODUCT = YES;
835 };
836 name = Release;
837 };
838 C01FCF4F08A954540054247B /* Debug */ = {
839 isa = XCBuildConfiguration;
840 buildSettings = {
841 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
842 CODE_SIGN_IDENTITY = "Don't Code Sign";
843 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Don't Code Sign";
844 COMPRESS_PNG_FILES = NO;
845 GCC_C_LANGUAGE_STANDARD = c99;
846 GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
847 GCC_THUMB_SUPPORT = NO;
848 GCC_WARN_ABOUT_RETURN_TYPE = YES;
849 GCC_WARN_UNUSED_VARIABLE = YES;
850 HEADER_SEARCH_PATHS = (
851 libs/libpng,
852 libs/libjpeg,
853 libs/zlib,
854 libs/vmath,
855 libs/imago2,
856 );
857 PREBINDING = NO;
858 SDKROOT = iphoneos;
859 USER_HEADER_SEARCH_PATHS = "";
860 };
861 name = Debug;
862 };
863 C01FCF5008A954540054247B /* Release */ = {
864 isa = XCBuildConfiguration;
865 buildSettings = {
866 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
867 CODE_SIGN_IDENTITY = "Don't Code Sign";
868 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Don't Code Sign";
869 COMPRESS_PNG_FILES = NO;
870 GCC_C_LANGUAGE_STANDARD = c99;
871 GCC_THUMB_SUPPORT = NO;
872 GCC_WARN_ABOUT_RETURN_TYPE = YES;
873 GCC_WARN_UNUSED_VARIABLE = YES;
874 HEADER_SEARCH_PATHS = (
875 libs/libpng,
876 libs/libjpeg,
877 libs/zlib,
878 libs/vmath,
879 libs/imago2,
880 );
881 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
882 PREBINDING = NO;
883 SDKROOT = iphoneos;
884 USER_HEADER_SEARCH_PATHS = "";
885 };
886 name = Release;
887 };
888 /* End XCBuildConfiguration section */
890 /* Begin XCConfigurationList section */
891 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "istereo" */ = {
892 isa = XCConfigurationList;
893 buildConfigurations = (
894 1D6058940D05DD3E006BFB54 /* Debug */,
895 1D6058950D05DD3E006BFB54 /* Release */,
896 );
897 defaultConfigurationIsVisible = 0;
898 defaultConfigurationName = Release;
899 };
900 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "istereo" */ = {
901 isa = XCConfigurationList;
902 buildConfigurations = (
903 C01FCF4F08A954540054247B /* Debug */,
904 C01FCF5008A954540054247B /* Release */,
905 );
906 defaultConfigurationIsVisible = 0;
907 defaultConfigurationName = Release;
908 };
909 /* End XCConfigurationList section */
910 };
911 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
912 }