Skip to content

Commit d425733

Browse files
committed
Renamed MyCameraViewController.
1 parent 2d97862 commit d425733

File tree

6 files changed

+2883
-2624
lines changed

6 files changed

+2883
-2624
lines changed

cv.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
14311BFD1361788700C0C593 /* cvViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 14311BFC1361788700C0C593 /* cvViewController.m */; };
1818
14311C001361788700C0C593 /* cvViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 14311BFE1361788700C0C593 /* cvViewController.xib */; };
1919
14311C1D13617C2300C0C593 /* MainWindow-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 14311C1B13617C2300C0C593 /* MainWindow-iPad.xib */; };
20-
1443574013650BBF004CC7AA /* MyCameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1443573F13650BBF004CC7AA /* MyCameraViewController.m */; };
20+
1443574013650BBF004CC7AA /* BinarizedCameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1443573F13650BBF004CC7AA /* BinarizedCameraViewController.m */; };
2121
1489D1621369001800C061B7 /* CameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1489D1611369001800C061B7 /* CameraViewController.m */; };
2222
14975FC613653CBA00F41B08 /* QuartzHelpLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = 14975FC313653CBA00F41B08 /* QuartzHelpLibrary.m */; };
2323
14975FC713653CBA00F41B08 /* UIImage+pixel.m in Sources */ = {isa = PBXBuildFile; fileRef = 14975FC513653CBA00F41B08 /* UIImage+pixel.m */; };
@@ -50,8 +50,8 @@
5050
14311BFC1361788700C0C593 /* cvViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = cvViewController.m; sourceTree = "<group>"; };
5151
14311BFF1361788700C0C593 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/cvViewController.xib; sourceTree = "<group>"; };
5252
14311C1C13617C2300C0C593 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = "en.lproj/MainWindow-iPad.xib"; sourceTree = "<group>"; };
53-
1443573E13650BBF004CC7AA /* MyCameraViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyCameraViewController.h; sourceTree = "<group>"; };
54-
1443573F13650BBF004CC7AA /* MyCameraViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyCameraViewController.m; sourceTree = "<group>"; };
53+
1443573E13650BBF004CC7AA /* BinarizedCameraViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; path = BinarizedCameraViewController.h; sourceTree = "<group>"; };
54+
1443573F13650BBF004CC7AA /* BinarizedCameraViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BinarizedCameraViewController.m; sourceTree = "<group>"; };
5555
1489D1601369001800C061B7 /* CameraViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CameraViewController.h; sourceTree = SOURCE_ROOT; };
5656
1489D1611369001800C061B7 /* CameraViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CameraViewController.m; sourceTree = SOURCE_ROOT; };
5757
14975FC213653CBA00F41B08 /* QuartzHelpLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = QuartzHelpLibrary.h; path = "../../Quartz-Help-Library/QuartzHelpLibrary.h"; sourceTree = "<group>"; };
@@ -156,8 +156,8 @@
156156
1489D1631369002F00C061B7 /* Test ViewControllers */ = {
157157
isa = PBXGroup;
158158
children = (
159-
1443573E13650BBF004CC7AA /* MyCameraViewController.h */,
160-
1443573F13650BBF004CC7AA /* MyCameraViewController.m */,
159+
1443573E13650BBF004CC7AA /* BinarizedCameraViewController.h */,
160+
1443573F13650BBF004CC7AA /* BinarizedCameraViewController.m */,
161161
);
162162
name = "Test ViewControllers";
163163
sourceTree = "<group>";
@@ -267,7 +267,7 @@
267267
14311BF41361788700C0C593 /* main.m in Sources */,
268268
14311BF71361788700C0C593 /* cvAppDelegate.m in Sources */,
269269
14311BFD1361788700C0C593 /* cvViewController.m in Sources */,
270-
1443574013650BBF004CC7AA /* MyCameraViewController.m in Sources */,
270+
1443574013650BBF004CC7AA /* BinarizedCameraViewController.m in Sources */,
271271
14975FC613653CBA00F41B08 /* QuartzHelpLibrary.m in Sources */,
272272
14975FC713653CBA00F41B08 /* UIImage+pixel.m in Sources */,
273273
1489D1621369001800C061B7 /* CameraViewController.m in Sources */,

0 commit comments

Comments
 (0)