Skip to content

Commit 5aefcdf

Browse files
committed
Supported new Quartz Help Library.
1 parent f3f53e9 commit 5aefcdf

File tree

4 files changed

+2788
-2491
lines changed

4 files changed

+2788
-2491
lines changed

cv.xcodeproj/project.pbxproj

-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
1489D169136903E500C061B7 /* NormalCameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1489D168136903E500C061B7 /* NormalCameraViewController.m */; };
2323
1489D16C1369068400C061B7 /* BenchmarkCameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1489D16B1369068400C061B7 /* BenchmarkCameraViewController.m */; };
2424
14975FC613653CBA00F41B08 /* QuartzHelpLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = 14975FC313653CBA00F41B08 /* QuartzHelpLibrary.m */; };
25-
14975FC713653CBA00F41B08 /* UIImage+pixel.m in Sources */ = {isa = PBXBuildFile; fileRef = 14975FC513653CBA00F41B08 /* UIImage+pixel.m */; };
2625
14B377941365BD6200738C9C /* icon114x114.png in Resources */ = {isa = PBXBuildFile; fileRef = 14B377911365BD6200738C9C /* icon114x114.png */; };
2726
14B377951365BD6200738C9C /* icon57x57.png in Resources */ = {isa = PBXBuildFile; fileRef = 14B377921365BD6200738C9C /* icon57x57.png */; };
2827
14B377961365BD6200738C9C /* icon72x72.png in Resources */ = {isa = PBXBuildFile; fileRef = 14B377931365BD6200738C9C /* icon72x72.png */; };
@@ -62,8 +61,6 @@
6261
1489D16B1369068400C061B7 /* BenchmarkCameraViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BenchmarkCameraViewController.m; sourceTree = "<group>"; };
6362
14975FC213653CBA00F41B08 /* QuartzHelpLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = QuartzHelpLibrary.h; path = "../../Quartz-Help-Library/QuartzHelpLibrary.h"; sourceTree = "<group>"; };
6463
14975FC313653CBA00F41B08 /* QuartzHelpLibrary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = QuartzHelpLibrary.m; path = "../../Quartz-Help-Library/QuartzHelpLibrary.m"; sourceTree = "<group>"; };
65-
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>"; };
66-
14975FC513653CBA00F41B08 /* UIImage+pixel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImage+pixel.m"; path = "../../Quartz-Help-Library/UIImage+pixel.m"; sourceTree = "<group>"; };
6764
14B377911365BD6200738C9C /* icon114x114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon114x114.png; sourceTree = "<group>"; };
6865
14B377921365BD6200738C9C /* icon57x57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon57x57.png; sourceTree = "<group>"; };
6966
14B377931365BD6200738C9C /* icon72x72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon72x72.png; sourceTree = "<group>"; };
@@ -177,8 +174,6 @@
177174
children = (
178175
14975FC213653CBA00F41B08 /* QuartzHelpLibrary.h */,
179176
14975FC313653CBA00F41B08 /* QuartzHelpLibrary.m */,
180-
14975FC413653CBA00F41B08 /* UIImage+pixel.h */,
181-
14975FC513653CBA00F41B08 /* UIImage+pixel.m */,
182177
);
183178
name = "Quartz Help Library";
184179
path = cv;
@@ -279,7 +274,6 @@
279274
14311BFD1361788700C0C593 /* cvViewController.m in Sources */,
280275
1443574013650BBF004CC7AA /* BinarizedCameraViewController.m in Sources */,
281276
14975FC613653CBA00F41B08 /* QuartzHelpLibrary.m in Sources */,
282-
14975FC713653CBA00F41B08 /* UIImage+pixel.m in Sources */,
283277
1489D1621369001800C061B7 /* CameraViewController.m in Sources */,
284278
1489D169136903E500C061B7 /* NormalCameraViewController.m in Sources */,
285279
1489D16C1369068400C061B7 /* BenchmarkCameraViewController.m in Sources */,

0 commit comments

Comments
 (0)