|
@@ -1549,6 +1549,9 @@
|
|
|
BBA8B7B3293635D80097D183 /* KMPasswordInputWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = BBA8B7B2293635D80097D183 /* KMPasswordInputWindow.xib */; };
|
|
|
BBA8B7B4293635D80097D183 /* KMPasswordInputWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = BBA8B7B2293635D80097D183 /* KMPasswordInputWindow.xib */; };
|
|
|
BBA8B7B5293635D80097D183 /* KMPasswordInputWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = BBA8B7B2293635D80097D183 /* KMPasswordInputWindow.xib */; };
|
|
|
+ BBB14A532978DD5400936EDB /* KMRedactTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB14A522978DD5400936EDB /* KMRedactTools.swift */; };
|
|
|
+ BBB14A542978DD5400936EDB /* KMRedactTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB14A522978DD5400936EDB /* KMRedactTools.swift */; };
|
|
|
+ BBB14A552978DD5400936EDB /* KMRedactTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB14A522978DD5400936EDB /* KMRedactTools.swift */; };
|
|
|
BBC2BCC6295DA8F30036B983 /* KMCropPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBC2BCC4295DA8F30036B983 /* KMCropPreviewController.swift */; };
|
|
|
BBC2BCC7295DA8F30036B983 /* KMCropPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBC2BCC4295DA8F30036B983 /* KMCropPreviewController.swift */; };
|
|
|
BBC2BCC8295DA8F30036B983 /* KMCropPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBC2BCC4295DA8F30036B983 /* KMCropPreviewController.swift */; };
|
|
@@ -2634,6 +2637,7 @@
|
|
|
BBA8B7A92935DC120097D183 /* KMRemovePasswordResultTipView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KMRemovePasswordResultTipView.swift; sourceTree = "<group>"; };
|
|
|
BBA8B7AE293600D70097D183 /* KMPasswordInputWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KMPasswordInputWindow.swift; sourceTree = "<group>"; };
|
|
|
BBA8B7B2293635D80097D183 /* KMPasswordInputWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = KMPasswordInputWindow.xib; sourceTree = "<group>"; };
|
|
|
+ BBB14A522978DD5400936EDB /* KMRedactTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KMRedactTools.swift; sourceTree = "<group>"; };
|
|
|
BBC2BCC4295DA8F30036B983 /* KMCropPreviewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KMCropPreviewController.swift; sourceTree = "<group>"; };
|
|
|
BBC2BCC5295DA8F30036B983 /* KMCropPreviewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = KMCropPreviewController.xib; sourceTree = "<group>"; };
|
|
|
BBC347FC295448DE008D2CD1 /* KMWatermarkTemplateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KMWatermarkTemplateModel.swift; sourceTree = "<group>"; };
|
|
@@ -4384,6 +4388,7 @@
|
|
|
BB35C49C297535C800D46EE2 /* Redact */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BBB14A512978DD4200936EDB /* Tools */,
|
|
|
BB4EEF2A29763EC7003A3537 /* Base */,
|
|
|
BB4EEF2929763EC7003A3537 /* Window */,
|
|
|
BB35C49D297535C800D46EE2 /* View */,
|
|
@@ -4834,6 +4839,14 @@
|
|
|
path = Window;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BBB14A512978DD4200936EDB /* Tools */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BBB14A522978DD5400936EDB /* KMRedactTools.swift */,
|
|
|
+ );
|
|
|
+ path = Tools;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BBC2BCC2295DA8700036B983 /* Crop */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -6539,6 +6552,7 @@
|
|
|
8942F817292B678100389627 /* KMAnnotationTableCellView.swift in Sources */,
|
|
|
9F1FE4F629406E4700E952CA /* CTFloatingBarBackingView.m in Sources */,
|
|
|
BB897256294C559F0045787C /* KMWatermarkPropertyCreateController.swift in Sources */,
|
|
|
+ BBB14A532978DD5400936EDB /* KMRedactTools.swift in Sources */,
|
|
|
89E4E6F52963D1E9002DBA6F /* KMAnnotationPropertiesColorManager.m in Sources */,
|
|
|
9FDD0F8C2952FCE0000C4DAD /* KMGlobalParser.swift in Sources */,
|
|
|
BB897251294C3F660045787C /* KMMenuTableView.swift in Sources */,
|
|
@@ -7020,6 +7034,7 @@
|
|
|
9F8539D32943121100DF644E /* KMSegmentedBox.swift in Sources */,
|
|
|
AD9527C3295294EF0039D2BC /* KMPrintPaperModel.swift in Sources */,
|
|
|
9F1FE4DC29406E4700E952CA /* NSURL+Utils.m in Sources */,
|
|
|
+ BBB14A542978DD5400936EDB /* KMRedactTools.swift in Sources */,
|
|
|
89E4E6F62963D1E9002DBA6F /* KMAnnotationPropertiesColorManager.m in Sources */,
|
|
|
F359916A29261F0E000D25DE /* CPDFListView+Tool.m in Sources */,
|
|
|
9F1FE4F729406E4700E952CA /* CTFloatingBarBackingView.m in Sources */,
|
|
@@ -7360,6 +7375,7 @@
|
|
|
BBEC00AA295BDECF00A26C98 /* KMHeaderFooterContentInfoView.swift in Sources */,
|
|
|
F37322FE292DF9410013862C /* CPDFWidgetAnnotation+PDFListView.m in Sources */,
|
|
|
ADCB9970292C65EE00B51A03 /* KMOCROperation.m in Sources */,
|
|
|
+ BBB14A552978DD5400936EDB /* KMRedactTools.swift in Sources */,
|
|
|
BBEC00CE295C31F900A26C98 /* KMBatesModel.swift in Sources */,
|
|
|
9FAAA340290FECA70046FFCE /* NSImage+QuickLook.swift in Sources */,
|
|
|
BB49ECF8293F44DC00C82CA2 /* KMConvertExcelWindowController.swift in Sources */,
|