Skip to content

Commit

Permalink
Added the plane sub class of CameraViewController.
Browse files Browse the repository at this point in the history
  • Loading branch information
sonsongithub committed Apr 28, 2011
1 parent d425733 commit b01441a
Show file tree
Hide file tree
Showing 5 changed files with 1,661 additions and 1,361 deletions.
8 changes: 7 additions & 1 deletion cv.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
14311C1D13617C2300C0C593 /* MainWindow-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 14311C1B13617C2300C0C593 /* MainWindow-iPad.xib */; };
1443574013650BBF004CC7AA /* BinarizedCameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1443573F13650BBF004CC7AA /* BinarizedCameraViewController.m */; };
1489D1621369001800C061B7 /* CameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1489D1611369001800C061B7 /* CameraViewController.m */; };
1489D169136903E500C061B7 /* NormalCameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1489D168136903E500C061B7 /* NormalCameraViewController.m */; };
14975FC613653CBA00F41B08 /* QuartzHelpLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = 14975FC313653CBA00F41B08 /* QuartzHelpLibrary.m */; };
14975FC713653CBA00F41B08 /* UIImage+pixel.m in Sources */ = {isa = PBXBuildFile; fileRef = 14975FC513653CBA00F41B08 /* UIImage+pixel.m */; };
14B377941365BD6200738C9C /* icon114x114.png in Resources */ = {isa = PBXBuildFile; fileRef = 14B377911365BD6200738C9C /* icon114x114.png */; };
Expand Down Expand Up @@ -50,10 +51,12 @@
14311BFC1361788700C0C593 /* cvViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = cvViewController.m; sourceTree = "<group>"; };
14311BFF1361788700C0C593 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/cvViewController.xib; sourceTree = "<group>"; };
14311C1C13617C2300C0C593 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = "en.lproj/MainWindow-iPad.xib"; sourceTree = "<group>"; };
1443573E13650BBF004CC7AA /* BinarizedCameraViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; path = BinarizedCameraViewController.h; sourceTree = "<group>"; };
1443573E13650BBF004CC7AA /* BinarizedCameraViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinarizedCameraViewController.h; sourceTree = "<group>"; };
1443573F13650BBF004CC7AA /* BinarizedCameraViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BinarizedCameraViewController.m; sourceTree = "<group>"; };
1489D1601369001800C061B7 /* CameraViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CameraViewController.h; sourceTree = SOURCE_ROOT; };
1489D1611369001800C061B7 /* CameraViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CameraViewController.m; sourceTree = SOURCE_ROOT; };
1489D167136903E500C061B7 /* NormalCameraViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NormalCameraViewController.h; sourceTree = "<group>"; };
1489D168136903E500C061B7 /* NormalCameraViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NormalCameraViewController.m; sourceTree = "<group>"; };
14975FC213653CBA00F41B08 /* QuartzHelpLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = QuartzHelpLibrary.h; path = "../../Quartz-Help-Library/QuartzHelpLibrary.h"; sourceTree = "<group>"; };
14975FC313653CBA00F41B08 /* QuartzHelpLibrary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = QuartzHelpLibrary.m; path = "../../Quartz-Help-Library/QuartzHelpLibrary.m"; sourceTree = "<group>"; };
14975FC413653CBA00F41B08 /* UIImage+pixel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImage+pixel.h"; path = "../../Quartz-Help-Library/UIImage+pixel.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -156,6 +159,8 @@
1489D1631369002F00C061B7 /* Test ViewControllers */ = {
isa = PBXGroup;
children = (
1489D167136903E500C061B7 /* NormalCameraViewController.h */,
1489D168136903E500C061B7 /* NormalCameraViewController.m */,
1443573E13650BBF004CC7AA /* BinarizedCameraViewController.h */,
1443573F13650BBF004CC7AA /* BinarizedCameraViewController.m */,
);
Expand Down Expand Up @@ -271,6 +276,7 @@
14975FC613653CBA00F41B08 /* QuartzHelpLibrary.m in Sources */,
14975FC713653CBA00F41B08 /* UIImage+pixel.m in Sources */,
1489D1621369001800C061B7 /* CameraViewController.m in Sources */,
1489D169136903E500C061B7 /* NormalCameraViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Loading

0 comments on commit b01441a

Please sign in to comment.