istereo
diff istereo.xcodeproj/project.pbxproj @ 35:23e5d274b2a2
added options panel, also added the xib files to the repository as they're needed
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 09 Sep 2011 10:03:42 +0300 |
parents | 8dd271942543 |
children | 834503dcb486 |
line diff
1.1 --- a/istereo.xcodeproj/project.pbxproj Fri Sep 09 00:31:54 2011 +0300 1.2 +++ b/istereo.xcodeproj/project.pbxproj Fri Sep 09 10:03:42 2011 +0300 1.3 @@ -7,6 +7,8 @@ 1.4 objects = { 1.5 1.6 /* Begin PBXBuildFile section */ 1.7 + 063C67DA1419CBFF00BA388B /* ui.m in Sources */ = {isa = PBXBuildFile; fileRef = 063C67D81419CBFF00BA388B /* ui.m */; }; 1.8 + 063C67DB1419CBFF00BA388B /* ui.xib in Resources */ = {isa = PBXBuildFile; fileRef = 063C67D91419CBFF00BA388B /* ui.xib */; }; 1.9 069BEBC414188B070043D0BB /* conv.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBB14188B070043D0BB /* conv.c */; }; 1.10 069BEBC514188B070043D0BB /* file_jpeg.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBC14188B070043D0BB /* file_jpeg.c */; }; 1.11 069BEBC614188B070043D0BB /* file_png.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBD14188B070043D0BB /* file_png.c */; }; 1.12 @@ -111,7 +113,6 @@ 1.13 069BED821418D1E90043D0BB /* ES2Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB61418314000EF1378 /* ES2Renderer.m */; }; 1.14 06D8CEC71418314000EF1378 /* cam.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEAE1418314000EF1378 /* cam.c */; }; 1.15 06D8CEC81418314000EF1378 /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB21418314000EF1378 /* EAGLView.m */; }; 1.16 - 06D8CEC91418314000EF1378 /* ES1Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB41418314000EF1378 /* ES1Renderer.m */; }; 1.17 06D8CECB1418314000EF1378 /* istereo.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB81418314000EF1378 /* istereo.c */; }; 1.18 06D8CECD1418314000EF1378 /* istereoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEBC1418314000EF1378 /* istereoAppDelegate.m */; }; 1.19 06D8CECE1418314000EF1378 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEBD1418314000EF1378 /* main.m */; }; 1.20 @@ -130,6 +131,9 @@ 1.21 /* End PBXBuildFile section */ 1.22 1.23 /* Begin PBXFileReference section */ 1.24 + 063C67D71419CBFF00BA388B /* ui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ui.h; path = src/ui.h; sourceTree = "<group>"; }; 1.25 + 063C67D81419CBFF00BA388B /* ui.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ui.m; path = src/ui.m; sourceTree = "<group>"; }; 1.26 + 063C67D91419CBFF00BA388B /* ui.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ui.xib; path = src/ui.xib; sourceTree = "<group>"; }; 1.27 069BEBBB14188B070043D0BB /* conv.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = conv.c; path = libs/imago2/conv.c; sourceTree = "<group>"; }; 1.28 069BEBBC14188B070043D0BB /* file_jpeg.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = file_jpeg.c; path = libs/imago2/file_jpeg.c; sourceTree = "<group>"; }; 1.29 069BEBBD14188B070043D0BB /* file_png.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = file_png.c; path = libs/imago2/file_png.c; sourceTree = "<group>"; }; 1.30 @@ -272,8 +276,6 @@ 1.31 06D8CEB01418314000EF1378 /* config.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = config.h; path = src/config.h; sourceTree = "<group>"; }; 1.32 06D8CEB11418314000EF1378 /* EAGLView.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = EAGLView.h; path = src/EAGLView.h; sourceTree = "<group>"; }; 1.33 06D8CEB21418314000EF1378 /* EAGLView.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = EAGLView.m; path = src/EAGLView.m; sourceTree = "<group>"; }; 1.34 - 06D8CEB31418314000EF1378 /* ES1Renderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ES1Renderer.h; path = src/ES1Renderer.h; sourceTree = "<group>"; }; 1.35 - 06D8CEB41418314000EF1378 /* ES1Renderer.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = ES1Renderer.m; path = src/ES1Renderer.m; sourceTree = "<group>"; }; 1.36 06D8CEB51418314000EF1378 /* ES2Renderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ES2Renderer.h; path = src/ES2Renderer.h; sourceTree = "<group>"; }; 1.37 06D8CEB61418314000EF1378 /* ES2Renderer.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = ES2Renderer.m; path = src/ES2Renderer.m; sourceTree = "<group>"; }; 1.38 06D8CEB71418314000EF1378 /* ESRenderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ESRenderer.h; path = src/ESRenderer.h; sourceTree = "<group>"; }; 1.39 @@ -318,6 +320,16 @@ 1.40 /* End PBXFrameworksBuildPhase section */ 1.41 1.42 /* Begin PBXGroup section */ 1.43 + 063C67D61419CBD000BA388B /* ui */ = { 1.44 + isa = PBXGroup; 1.45 + children = ( 1.46 + 063C67D71419CBFF00BA388B /* ui.h */, 1.47 + 063C67D81419CBFF00BA388B /* ui.m */, 1.48 + 063C67D91419CBFF00BA388B /* ui.xib */, 1.49 + ); 1.50 + name = ui; 1.51 + sourceTree = "<group>"; 1.52 + }; 1.53 069BEBB514188ACB0043D0BB /* libs */ = { 1.54 isa = PBXGroup; 1.55 children = ( 1.56 @@ -497,6 +509,7 @@ 1.57 06D8CEAC1418312500EF1378 /* src */ = { 1.58 isa = PBXGroup; 1.59 children = ( 1.60 + 063C67D61419CBD000BA388B /* ui */, 1.61 06D8CED31418314700EF1378 /* gay */, 1.62 06D8CEAE1418314000EF1378 /* cam.c */, 1.63 06D8CEAF1418314000EF1378 /* cam.h */, 1.64 @@ -537,8 +550,6 @@ 1.65 06D8CEBC1418314000EF1378 /* istereoAppDelegate.m */, 1.66 06D8CEB11418314000EF1378 /* EAGLView.h */, 1.67 06D8CEB21418314000EF1378 /* EAGLView.m */, 1.68 - 06D8CEB31418314000EF1378 /* ES1Renderer.h */, 1.69 - 06D8CEB41418314000EF1378 /* ES1Renderer.m */, 1.70 06D8CEB51418314000EF1378 /* ES2Renderer.h */, 1.71 06D8CEB61418314000EF1378 /* ES2Renderer.m */, 1.72 06D8CEB71418314000EF1378 /* ESRenderer.h */, 1.73 @@ -659,6 +670,7 @@ 1.74 069BECA614188BC60043D0BB /* stonewall.jpg in Resources */, 1.75 069BECA714188BC60043D0BB /* text.png in Resources */, 1.76 069BECA814188BC60043D0BB /* tiles.jpg in Resources */, 1.77 + 063C67DB1419CBFF00BA388B /* ui.xib in Resources */, 1.78 ); 1.79 runOnlyForDeploymentPostprocessing = 0; 1.80 }; 1.81 @@ -687,7 +699,6 @@ 1.82 files = ( 1.83 06D8CEC71418314000EF1378 /* cam.c in Sources */, 1.84 06D8CEC81418314000EF1378 /* EAGLView.m in Sources */, 1.85 - 06D8CEC91418314000EF1378 /* ES1Renderer.m in Sources */, 1.86 06D8CECB1418314000EF1378 /* istereo.c in Sources */, 1.87 06D8CECD1418314000EF1378 /* istereoAppDelegate.m in Sources */, 1.88 06D8CECE1418314000EF1378 /* main.m in Sources */, 1.89 @@ -784,6 +795,7 @@ 1.90 069BEC9714188B530043D0BB /* pngwtran.c in Sources */, 1.91 069BEC9814188B530043D0BB /* pngwutil.c in Sources */, 1.92 069BED821418D1E90043D0BB /* ES2Renderer.m in Sources */, 1.93 + 063C67DA1419CBFF00BA388B /* ui.m in Sources */, 1.94 ); 1.95 runOnlyForDeploymentPostprocessing = 0; 1.96 };