istereo
diff 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 diff
1.1 --- a/istereo.xcodeproj/project.pbxproj Fri Sep 09 10:03:42 2011 +0300 1.2 +++ b/istereo.xcodeproj/project.pbxproj Fri Sep 09 10:25:03 2011 +0300 1.3 @@ -9,6 +9,7 @@ 1.4 /* Begin PBXBuildFile section */ 1.5 063C67DA1419CBFF00BA388B /* ui.m in Sources */ = {isa = PBXBuildFile; fileRef = 063C67D81419CBFF00BA388B /* ui.m */; }; 1.6 063C67DB1419CBFF00BA388B /* ui.xib in Resources */ = {isa = PBXBuildFile; fileRef = 063C67D91419CBFF00BA388B /* ui.xib */; }; 1.7 + 069605A71419F55300BD7787 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 069605A61419F55300BD7787 /* CoreGraphics.framework */; }; 1.8 069BEBC414188B070043D0BB /* conv.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBB14188B070043D0BB /* conv.c */; }; 1.9 069BEBC514188B070043D0BB /* file_jpeg.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBC14188B070043D0BB /* file_jpeg.c */; }; 1.10 069BEBC614188B070043D0BB /* file_png.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBD14188B070043D0BB /* file_png.c */; }; 1.11 @@ -134,6 +135,7 @@ 1.12 063C67D71419CBFF00BA388B /* ui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ui.h; path = src/ui.h; sourceTree = "<group>"; }; 1.13 063C67D81419CBFF00BA388B /* ui.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ui.m; path = src/ui.m; sourceTree = "<group>"; }; 1.14 063C67D91419CBFF00BA388B /* ui.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ui.xib; path = src/ui.xib; sourceTree = "<group>"; }; 1.15 + 069605A61419F55300BD7787 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 1.16 069BEBBB14188B070043D0BB /* conv.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = conv.c; path = libs/imago2/conv.c; sourceTree = "<group>"; }; 1.17 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.18 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.19 @@ -314,6 +316,7 @@ 1.20 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, 1.21 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */, 1.22 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */, 1.23 + 069605A71419F55300BD7787 /* CoreGraphics.framework in Frameworks */, 1.24 ); 1.25 runOnlyForDeploymentPostprocessing = 0; 1.26 }; 1.27 @@ -599,6 +602,7 @@ 1.28 28FD14FF0DC6FC520079059D /* OpenGLES.framework */, 1.29 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, 1.30 1D30AB110D05D00D00671497 /* Foundation.framework */, 1.31 + 069605A61419F55300BD7787 /* CoreGraphics.framework */, 1.32 ); 1.33 name = Frameworks; 1.34 sourceTree = "<group>";