Bladeren bron

PDFTool(iOS) - 编辑模块属性更新

chenyu 1 jaar geleden
bovenliggende
commit
ba2dad7687
1 gewijzigde bestanden met toevoegingen van 71 en 3 verwijderingen
  1. 71 3
      compdfkit-tools/compdfkit-tools.xcodeproj/project.pbxproj

+ 71 - 3
compdfkit-tools/compdfkit-tools.xcodeproj/project.pbxproj

@@ -15,6 +15,15 @@
 		4F06AB5529F6792E007797E4 /* CPDFEditToolBar.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F06AB4D29F6792E007797E4 /* CPDFEditToolBar.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		4F06AB5629F6792E007797E4 /* CPDFEditContextMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F06AB4E29F6792E007797E4 /* CPDFEditContextMenu.h */; };
 		4F06AB5729F6792E007797E4 /* CPDFImageProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F06AB4F29F6792E007797E4 /* CPDFImageProperty.h */; };
+		4F1131AF29F8EEA800950564 /* CPDFEditViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F1131AD29F8EEA800950564 /* CPDFEditViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		4F1131B029F8EEA800950564 /* CPDFEditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1131AE29F8EEA800950564 /* CPDFEditViewController.m */; };
+		4F1131B429F90E7200950564 /* CPDFImagePropertyCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F1131B129F90E7200950564 /* CPDFImagePropertyCell.h */; };
+		4F1131B529F90E7200950564 /* CPDFImagePropertyCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1131B229F90E7200950564 /* CPDFImagePropertyCell.m */; };
+		4F1131B629F90E7200950564 /* CPDFImagePropertyCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4F1131B329F90E7200950564 /* CPDFImagePropertyCell.xib */; };
+		4F1131BA29F911A800950564 /* CPDFTextPropertyCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F1131B729F911A800950564 /* CPDFTextPropertyCell.h */; };
+		4F1131BB29F911A800950564 /* CPDFTextPropertyCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1131B829F911A800950564 /* CPDFTextPropertyCell.m */; };
+		4F1131BC29F911A800950564 /* CPDFTextPropertyCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4F1131B929F911A800950564 /* CPDFTextPropertyCell.xib */; };
+		4F1131BE29F9232300950564 /* CPDFEditImageAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4F1131BD29F9232300950564 /* CPDFEditImageAssets.xcassets */; };
 		C918CE8129F621E200D43974 /* CPDFColorPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CE7F29F621E200D43974 /* CPDFColorPickerView.h */; };
 		C918CE8229F621E200D43974 /* CPDFColorPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CE8029F621E200D43974 /* CPDFColorPickerView.m */; };
 		C918CE8429F62D6F00D43974 /* Image.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C918CE8329F62D6F00D43974 /* Image.xcassets */; };
@@ -108,6 +117,15 @@
 		4F06AB4D29F6792E007797E4 /* CPDFEditToolBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFEditToolBar.h; sourceTree = "<group>"; };
 		4F06AB4E29F6792E007797E4 /* CPDFEditContextMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFEditContextMenu.h; sourceTree = "<group>"; };
 		4F06AB4F29F6792E007797E4 /* CPDFImageProperty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFImageProperty.h; sourceTree = "<group>"; };
+		4F1131AD29F8EEA800950564 /* CPDFEditViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFEditViewController.h; sourceTree = "<group>"; };
+		4F1131AE29F8EEA800950564 /* CPDFEditViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFEditViewController.m; sourceTree = "<group>"; };
+		4F1131B129F90E7200950564 /* CPDFImagePropertyCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFImagePropertyCell.h; sourceTree = "<group>"; };
+		4F1131B229F90E7200950564 /* CPDFImagePropertyCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFImagePropertyCell.m; sourceTree = "<group>"; };
+		4F1131B329F90E7200950564 /* CPDFImagePropertyCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CPDFImagePropertyCell.xib; sourceTree = "<group>"; };
+		4F1131B729F911A800950564 /* CPDFTextPropertyCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFTextPropertyCell.h; sourceTree = "<group>"; };
+		4F1131B829F911A800950564 /* CPDFTextPropertyCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFTextPropertyCell.m; sourceTree = "<group>"; };
+		4F1131B929F911A800950564 /* CPDFTextPropertyCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CPDFTextPropertyCell.xib; sourceTree = "<group>"; };
+		4F1131BD29F9232300950564 /* CPDFEditImageAssets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = CPDFEditImageAssets.xcassets; sourceTree = "<group>"; };
 		C918CE7F29F621E200D43974 /* CPDFColorPickerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFColorPickerView.h; sourceTree = "<group>"; };
 		C918CE8029F621E200D43974 /* CPDFColorPickerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFColorPickerView.m; sourceTree = "<group>"; };
 		C918CE8329F62D6F00D43974 /* Image.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Image.xcassets; sourceTree = "<group>"; };
@@ -210,16 +228,57 @@
 		4F06AB4729F6792E007797E4 /* Edit */ = {
 			isa = PBXGroup;
 			children = (
-				4F06AB4E29F6792E007797E4 /* CPDFEditContextMenu.h */,
-				4F06AB4A29F6792E007797E4 /* CPDFEditContextMenu.m */,
+				4F9FC9B429FA0201006A2883 /* CPDFEditMenu */,
+				4F9FC9B129FA01B0006A2883 /* CPDFEditToolBar */,
+				4F9FC9B229FA01C0006A2883 /* CPDFEditProperty */,
+				4F9FC9B329FA01E9006A2883 /* CPDFEditCell */,
+				4F1131AD29F8EEA800950564 /* CPDFEditViewController.h */,
+				4F1131AE29F8EEA800950564 /* CPDFEditViewController.m */,
+				4F1131BD29F9232300950564 /* CPDFEditImageAssets.xcassets */,
+			);
+			path = Edit;
+			sourceTree = "<group>";
+		};
+		4F9FC9B129FA01B0006A2883 /* CPDFEditToolBar */ = {
+			isa = PBXGroup;
+			children = (
 				4F06AB4D29F6792E007797E4 /* CPDFEditToolBar.h */,
 				4F06AB4929F6792E007797E4 /* CPDFEditToolBar.m */,
+			);
+			path = CPDFEditToolBar;
+			sourceTree = "<group>";
+		};
+		4F9FC9B229FA01C0006A2883 /* CPDFEditProperty */ = {
+			isa = PBXGroup;
+			children = (
 				4F06AB4F29F6792E007797E4 /* CPDFImageProperty.h */,
 				4F06AB4B29F6792E007797E4 /* CPDFImageProperty.m */,
 				4F06AB4C29F6792E007797E4 /* CPDFTextProperty.h */,
 				4F06AB4829F6792E007797E4 /* CPDFTextProperty.m */,
 			);
-			path = Edit;
+			path = CPDFEditProperty;
+			sourceTree = "<group>";
+		};
+		4F9FC9B329FA01E9006A2883 /* CPDFEditCell */ = {
+			isa = PBXGroup;
+			children = (
+				4F1131B129F90E7200950564 /* CPDFImagePropertyCell.h */,
+				4F1131B229F90E7200950564 /* CPDFImagePropertyCell.m */,
+				4F1131B329F90E7200950564 /* CPDFImagePropertyCell.xib */,
+				4F1131B729F911A800950564 /* CPDFTextPropertyCell.h */,
+				4F1131B829F911A800950564 /* CPDFTextPropertyCell.m */,
+				4F1131B929F911A800950564 /* CPDFTextPropertyCell.xib */,
+			);
+			path = CPDFEditCell;
+			sourceTree = "<group>";
+		};
+		4F9FC9B429FA0201006A2883 /* CPDFEditMenu */ = {
+			isa = PBXGroup;
+			children = (
+				4F06AB4E29F6792E007797E4 /* CPDFEditContextMenu.h */,
+				4F06AB4A29F6792E007797E4 /* CPDFEditContextMenu.m */,
+			);
+			path = CPDFEditMenu;
 			sourceTree = "<group>";
 		};
 		C918CE8E29F7C3C300D43974 /* PDFNote */ = {
@@ -629,16 +688,19 @@
 				F382636829EFD0D9003F1DFD /* CPDFPageIndicatorView.h in Headers */,
 				C9B9EC4A29F4DC8900C6A5D2 /* CPDFThicknessSliderView.h in Headers */,
 				C9AF182C29EFB1FC00EC4979 /* CPDFBookmarkViewCell.h in Headers */,
+				4F1131AF29F8EEA800950564 /* CPDFEditViewController.h in Headers */,
 				F32DA16529ED904300E19ECA /* CPDFOutlineViewController.h in Headers */,
 				4F06AB5729F6792E007797E4 /* CPDFImageProperty.h in Headers */,
 				F38F60C629EFF0C2008098F8 /* CPDFColorUtils.h in Headers */,
 				C9AF189B29F4DBF800EC4979 /* CPDFOpacitySliderView.h in Headers */,
 				C918CE9229F7C3FB00D43974 /* CAnnotationManage.h in Headers */,
+				4F1131B429F90E7200950564 /* CPDFImagePropertyCell.h in Headers */,
 				F32DA17829ED904300E19ECA /* CPDFDisplayTableViewCell.h in Headers */,
 				C9B9EC4E29F52DBF00C6A5D2 /* AAPLCustomPresentationController.h in Headers */,
 				F32DA17129ED904300E19ECA /* CPDFThumbnailViewController.h in Headers */,
 				C9B9EC5929F54E9600C6A5D2 /* CAnnotStyle.h in Headers */,
 				F32DA16229ED904300E19ECA /* CPDFOutlineModel.h in Headers */,
+				4F1131BA29F911A800950564 /* CPDFTextPropertyCell.h in Headers */,
 				C9AF188E29F4C8A900EC4979 /* CPDFAnnotationBaseViewController.h in Headers */,
 				F335EE4B29E430C800ACC72A /* compdfkit_tools.h in Headers */,
 			);
@@ -712,7 +774,10 @@
 				C9AF183E29F223A700EC4979 /* Image.xcassets in Resources */,
 				C918CE8429F62D6F00D43974 /* Image.xcassets in Resources */,
 				C9AF182629EE8AB600EC4979 /* UtilsColor.xcassets in Resources */,
+				4F1131BE29F9232300950564 /* CPDFEditImageAssets.xcassets in Resources */,
+				4F1131BC29F911A800950564 /* CPDFTextPropertyCell.xib in Resources */,
 				F382636C29EFD0D9003F1DFD /* CPDFSliderImage.xcassets in Resources */,
+				4F1131B629F90E7200950564 /* CPDFImagePropertyCell.xib in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -726,6 +791,7 @@
 				F32DA17B29ED904300E19ECA /* CPDFDisplayViewController.m in Sources */,
 				C918CE9329F7C3FB00D43974 /* CAnnotationManage.m in Sources */,
 				C9B9EC5029F52DCC00C6A5D2 /* AAPLCustomPresentationController.m in Sources */,
+				4F1131BB29F911A800950564 /* CPDFTextPropertyCell.m in Sources */,
 				F32DA17F29ED904300E19ECA /* CNavigationController.m in Sources */,
 				F382636D29EFD0D9003F1DFD /* CPDFListView.m in Sources */,
 				C9AF184229F22BBD00EC4979 /* CPDFAnnotationBarButton.m in Sources */,
@@ -746,6 +812,7 @@
 				C9AF183C29F2198700EC4979 /* CPDFAnnotationBar.m in Sources */,
 				4F06AB5329F6792E007797E4 /* CPDFImageProperty.m in Sources */,
 				4F06AB5129F6792E007797E4 /* CPDFEditToolBar.m in Sources */,
+				4F1131B529F90E7200950564 /* CPDFImagePropertyCell.m in Sources */,
 				F32DA17A29ED904300E19ECA /* CPDFDisplayTableViewCell.m in Sources */,
 				F32DA17D29ED904300E19ECA /* CPDFBOTAViewController.m in Sources */,
 				F32DA19229ED908800E19ECA /* CPDFMoreListViewController.m in Sources */,
@@ -754,6 +821,7 @@
 				F32DA18429ED904300E19ECA /* CActivityIndicatorView.m in Sources */,
 				F32DA18329ED904300E19ECA /* CNavigationRightView.m in Sources */,
 				F32DA17729ED904300E19ECA /* CPDFInfoTableCell.m in Sources */,
+				4F1131B029F8EEA800950564 /* CPDFEditViewController.m in Sources */,
 				F32DA16B29ED904300E19ECA /* CSearchToolbar.m in Sources */,
 				C9AF183129EFB23C00EC4979 /* CPDFBookmarkViewController.m in Sources */,
 				C918CE8229F621E200D43974 /* CPDFColorPickerView.m in Sources */,