|
@@ -7,6 +7,14 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ C92BA1912963CAB4009954EF /* UIImage+TintColor.m in Sources */ = {isa = PBXBuildFile; fileRef = C92BA1902963CAB4009954EF /* UIImage+TintColor.m */; };
|
|
|
+ C92BA1942963F806009954EF /* CPDFDrawBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = C92BA1932963F806009954EF /* CPDFDrawBackgroundView.m */; };
|
|
|
+ C92BA1972963F84B009954EF /* CPDFDrawImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = C92BA1962963F84B009954EF /* CPDFDrawImageView.m */; };
|
|
|
+ C92BA19A29651CA3009954EF /* CPDFBackgroundModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C92BA19929651CA3009954EF /* CPDFBackgroundModel.m */; };
|
|
|
+ C96150D2295400B00020F445 /* CPDFDrawView.m in Sources */ = {isa = PBXBuildFile; fileRef = C96150D1295400B00020F445 /* CPDFDrawView.m */; };
|
|
|
+ C96150D529554F660020F445 /* CPDFClipView.m in Sources */ = {isa = PBXBuildFile; fileRef = C96150D429554F660020F445 /* CPDFClipView.m */; };
|
|
|
+ C96384932949E2020055CCCA /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C96384922949E2020055CCCA /* ComPDFKit.xcframework */; };
|
|
|
+ C9638496294ACC240055CCCA /* CPDFAddViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C9638495294ACC240055CCCA /* CPDFAddViewController.m */; };
|
|
|
C96D13932924793800CC92C7 /* btn_more.png in Resources */ = {isa = PBXBuildFile; fileRef = C96D13922924793800CC92C7 /* btn_more.png */; };
|
|
|
C96D13962924DD7E00CC92C7 /* CPDFHeaderFooterAddController.m in Sources */ = {isa = PBXBuildFile; fileRef = C96D13952924DD7E00CC92C7 /* CPDFHeaderFooterAddController.m */; };
|
|
|
C96D13992924E09300CC92C7 /* CPDFHeaderFooterAddView.m in Sources */ = {isa = PBXBuildFile; fileRef = C96D13982924E09300CC92C7 /* CPDFHeaderFooterAddView.m */; };
|
|
@@ -35,6 +43,12 @@
|
|
|
C9E65169292CBC31001B2C9D /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = C9E6515B292CBC31001B2C9D /* MASCompositeConstraint.m */; };
|
|
|
C9E6516A292CBC31001B2C9D /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = C9E6515C292CBC31001B2C9D /* NSArray+MASAdditions.m */; };
|
|
|
C9E6517029306274001B2C9D /* CPDFHeaderFooterTextTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = C9E6516F29306274001B2C9D /* CPDFHeaderFooterTextTableView.m */; };
|
|
|
+ C97E91682959B96C007F6943 /* CPDFEditView.m in Sources */ = {isa = PBXBuildFile; fileRef = C97E91672959B96C007F6943 /* CPDFEditView.m */; };
|
|
|
+ C986D3F52962857900EBD4DF /* CPDFBackgroundSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C986D3F42962857900EBD4DF /* CPDFBackgroundSettingViewController.m */; };
|
|
|
+ C986D3F8296288C400EBD4DF /* CPDFBackgroundPreview.m in Sources */ = {isa = PBXBuildFile; fileRef = C986D3F7296288C400EBD4DF /* CPDFBackgroundPreview.m */; };
|
|
|
+ C986D3FB296288F700EBD4DF /* CPDFBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = C986D3FA296288F700EBD4DF /* CPDFBackgroundView.m */; };
|
|
|
+ C986D3FE2962A70400EBD4DF /* CPDFBackgroundSettingView.m in Sources */ = {isa = PBXBuildFile; fileRef = C986D3FD2962A70400EBD4DF /* CPDFBackgroundSettingView.m */; };
|
|
|
+
|
|
|
EC62978E29220F8300D339EE /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EC62978D29220F8300D339EE /* AppDelegate.m */; };
|
|
|
EC62979129220F8300D339EE /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EC62979029220F8300D339EE /* SceneDelegate.m */; };
|
|
|
EC62979429220F8300D339EE /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EC62979329220F8300D339EE /* ViewController.m */; };
|
|
@@ -45,6 +59,24 @@
|
|
|
EC6297B8292239A700D339EE /* CPDFModel.m in Sources */ = {isa = PBXBuildFile; fileRef = EC6297B7292239A700D339EE /* CPDFModel.m */; };
|
|
|
EC6297BD292239C200D339EE /* CPDFListController.m in Sources */ = {isa = PBXBuildFile; fileRef = EC6297BC292239C200D339EE /* CPDFListController.m */; };
|
|
|
ECC8831D2923352B00F6392E /* CPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ECC8831C2923352B00F6392E /* CPDFViewController.m */; };
|
|
|
+ ECD0ABF02928ED9A0091B6EB /* CPDFTextPreview.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABE52928ED990091B6EB /* CPDFTextPreview.m */; };
|
|
|
+ ECD0ABF32928ED9A0091B6EB /* CPDFImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABE82928ED990091B6EB /* CPDFImageView.m */; };
|
|
|
+ ECD0ABF42928ED9A0091B6EB /* CPDFTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABEA2928ED990091B6EB /* CPDFTextView.m */; };
|
|
|
+ ECD0ABF52928ED9A0091B6EB /* CPDFImagePreview.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABEC2928ED9A0091B6EB /* CPDFImagePreview.m */; };
|
|
|
+ ECD0AC132928EECB0091B6EB /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABFB2928EECA0091B6EB /* MASConstraintMaker.m */; };
|
|
|
+ ECD0AC142928EECB0091B6EB /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABFE2928EECA0091B6EB /* NSLayoutConstraint+MASDebugAdditions.m */; };
|
|
|
+ ECD0AC152928EECB0091B6EB /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABFF2928EECA0091B6EB /* MASLayoutConstraint.m */; };
|
|
|
+ ECD0AC162928EECB0091B6EB /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC002928EECA0091B6EB /* NSArray+MASAdditions.m */; };
|
|
|
+ ECD0AC172928EECB0091B6EB /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC022928EECA0091B6EB /* MASConstraint.m */; };
|
|
|
+ ECD0AC182928EECB0091B6EB /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC032928EECA0091B6EB /* MASCompositeConstraint.m */; };
|
|
|
+ ECD0AC192928EECB0091B6EB /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC062928EECA0091B6EB /* MASViewConstraint.m */; };
|
|
|
+ ECD0AC1A2928EECB0091B6EB /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC092928EECA0091B6EB /* ViewController+MASAdditions.m */; };
|
|
|
+ ECD0AC1C2928EECB0091B6EB /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC0D2928EECA0091B6EB /* View+MASAdditions.m */; };
|
|
|
+ ECD0AC1D2928EECB0091B6EB /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC112928EECB0091B6EB /* MASViewAttribute.m */; };
|
|
|
+ ECD0AC202928EF260091B6EB /* btn_selected.png in Resources */ = {isa = PBXBuildFile; fileRef = ECD0AC1F2928EF260091B6EB /* btn_selected.png */; };
|
|
|
+ ECD0AC232928F2A70091B6EB /* CPDFTextViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC222928F2A70091B6EB /* CPDFTextViewController.m */; };
|
|
|
+ ECD0AC262928F2E50091B6EB /* CPDFImageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC252928F2E50091B6EB /* CPDFImageViewController.m */; };
|
|
|
+ ECD0AC32292B56C90091B6EB /* CPDFDataModel.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC31292B56C90091B6EB /* CPDFDataModel.m */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
@@ -62,7 +94,22 @@
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- C96D13922924793800CC92C7 /* btn_more.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = btn_more.png; sourceTree = "<group>"; };
|
|
|
+ C92BA18F2963CAB4009954EF /* UIImage+TintColor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIImage+TintColor.h"; sourceTree = "<group>"; };
|
|
|
+ C92BA1902963CAB4009954EF /* UIImage+TintColor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIImage+TintColor.m"; sourceTree = "<group>"; };
|
|
|
+ C92BA1922963F806009954EF /* CPDFDrawBackgroundView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFDrawBackgroundView.h; sourceTree = "<group>"; };
|
|
|
+ C92BA1932963F806009954EF /* CPDFDrawBackgroundView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFDrawBackgroundView.m; sourceTree = "<group>"; };
|
|
|
+ C92BA1952963F84B009954EF /* CPDFDrawImageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFDrawImageView.h; sourceTree = "<group>"; };
|
|
|
+ C92BA1962963F84B009954EF /* CPDFDrawImageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFDrawImageView.m; sourceTree = "<group>"; };
|
|
|
+ C92BA19829651CA3009954EF /* CPDFBackgroundModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFBackgroundModel.h; sourceTree = "<group>"; };
|
|
|
+ C92BA19929651CA3009954EF /* CPDFBackgroundModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFBackgroundModel.m; sourceTree = "<group>"; };
|
|
|
+ C96150D0295400B00020F445 /* CPDFDrawView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFDrawView.h; sourceTree = "<group>"; };
|
|
|
+ C96150D1295400B00020F445 /* CPDFDrawView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFDrawView.m; sourceTree = "<group>"; };
|
|
|
+ C96150D329554F660020F445 /* CPDFClipView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFClipView.h; sourceTree = "<group>"; };
|
|
|
+ C96150D429554F660020F445 /* CPDFClipView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFClipView.m; sourceTree = "<group>"; };
|
|
|
+ C96384922949E2020055CCCA /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = ComPDFKit.xcframework; sourceTree = "<group>"; };
|
|
|
+ C9638494294ACC240055CCCA /* CPDFAddViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFAddViewController.h; sourceTree = "<group>"; };
|
|
|
+ C9638495294ACC240055CCCA /* CPDFAddViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFAddViewController.m; sourceTree = "<group>"; };
|
|
|
+ C96D13922924793800CC92C7 /* btn_more.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = btn_more.png; sourceTree =
|
|
|
C96D13942924DD7E00CC92C7 /* CPDFHeaderFooterAddController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFHeaderFooterAddController.h; sourceTree = "<group>"; };
|
|
|
C96D13952924DD7E00CC92C7 /* CPDFHeaderFooterAddController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFHeaderFooterAddController.m; sourceTree = "<group>"; };
|
|
|
C96D13972924E09300CC92C7 /* CPDFHeaderFooterAddView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CPDFHeaderFooterAddView.h; path = PDFViewer/Controller/CPDFHeaderFooterAddView.h; sourceTree = SOURCE_ROOT; };
|
|
@@ -114,6 +161,17 @@
|
|
|
C9E6515F292CBC31001B2C9D /* MASConstraint+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MASConstraint+Private.h"; sourceTree = "<group>"; };
|
|
|
C9E6516E29306274001B2C9D /* CPDFHeaderFooterTextTableView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFHeaderFooterTextTableView.h; sourceTree = "<group>"; };
|
|
|
C9E6516F29306274001B2C9D /* CPDFHeaderFooterTextTableView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFHeaderFooterTextTableView.m; sourceTree = "<group>"; };
|
|
|
+ C97E91662959B96C007F6943 /* CPDFEditView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFEditView.h; sourceTree = "<group>"; };
|
|
|
+ C97E91672959B96C007F6943 /* CPDFEditView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFEditView.m; sourceTree = "<group>"; };
|
|
|
+ C986D3F32962857900EBD4DF /* CPDFBackgroundSettingViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFBackgroundSettingViewController.h; sourceTree = "<group>"; };
|
|
|
+ C986D3F42962857900EBD4DF /* CPDFBackgroundSettingViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFBackgroundSettingViewController.m; sourceTree = "<group>"; };
|
|
|
+ C986D3F6296288C400EBD4DF /* CPDFBackgroundPreview.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFBackgroundPreview.h; sourceTree = "<group>"; };
|
|
|
+ C986D3F7296288C400EBD4DF /* CPDFBackgroundPreview.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFBackgroundPreview.m; sourceTree = "<group>"; };
|
|
|
+ C986D3F9296288F700EBD4DF /* CPDFBackgroundView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFBackgroundView.h; sourceTree = "<group>"; };
|
|
|
+ C986D3FA296288F700EBD4DF /* CPDFBackgroundView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFBackgroundView.m; sourceTree = "<group>"; };
|
|
|
+ C986D3FC2962A70400EBD4DF /* CPDFBackgroundSettingView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFBackgroundSettingView.h; sourceTree = "<group>"; };
|
|
|
+ C986D3FD2962A70400EBD4DF /* CPDFBackgroundSettingView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFBackgroundSettingView.m; sourceTree = "<group>"; };
|
|
|
+
|
|
|
EC62978929220F8300D339EE /* PDFViewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PDFViewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
EC62978C29220F8300D339EE /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
EC62978D29220F8300D339EE /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
@@ -132,6 +190,46 @@
|
|
|
EC6297BC292239C200D339EE /* CPDFListController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFListController.m; sourceTree = "<group>"; };
|
|
|
ECC8831B2923352B00F6392E /* CPDFViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
|
|
|
ECC8831C2923352B00F6392E /* CPDFViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
|
|
|
+ ECD0ABE52928ED990091B6EB /* CPDFTextPreview.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFTextPreview.m; sourceTree = "<group>"; };
|
|
|
+ ECD0ABE82928ED990091B6EB /* CPDFImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFImageView.m; sourceTree = "<group>"; };
|
|
|
+ ECD0ABE92928ED990091B6EB /* CPDFTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFTextView.h; sourceTree = "<group>"; };
|
|
|
+ ECD0ABEA2928ED990091B6EB /* CPDFTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFTextView.m; sourceTree = "<group>"; };
|
|
|
+ ECD0ABEB2928ED9A0091B6EB /* CPDFImagePreview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFImagePreview.h; sourceTree = "<group>"; };
|
|
|
+ ECD0ABEC2928ED9A0091B6EB /* CPDFImagePreview.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFImagePreview.m; sourceTree = "<group>"; };
|
|
|
+ ECD0ABED2928ED9A0091B6EB /* CPDFImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFImageView.h; sourceTree = "<group>"; };
|
|
|
+ ECD0ABEF2928ED9A0091B6EB /* CPDFTextPreview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFTextPreview.h; sourceTree = "<group>"; };
|
|
|
+ ECD0ABF92928EECA0091B6EB /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+MASAdditions.h"; sourceTree = "<group>"; };
|
|
|
+ ECD0ABFA2928EECA0091B6EB /* View+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASAdditions.h"; sourceTree = "<group>"; };
|
|
|
+ ECD0ABFB2928EECA0091B6EB /* MASConstraintMaker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASConstraintMaker.m; sourceTree = "<group>"; };
|
|
|
+ ECD0ABFC2928EECA0091B6EB /* MASConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASConstraint.h; sourceTree = "<group>"; };
|
|
|
+ ECD0ABFD2928EECA0091B6EB /* MASConstraint+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MASConstraint+Private.h"; sourceTree = "<group>"; };
|
|
|
+ ECD0ABFE2928EECA0091B6EB /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = "<group>"; };
|
|
|
+ ECD0ABFF2928EECA0091B6EB /* MASLayoutConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASLayoutConstraint.m; sourceTree = "<group>"; };
|
|
|
+ ECD0AC002928EECA0091B6EB /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+MASAdditions.m"; sourceTree = "<group>"; };
|
|
|
+ ECD0AC012928EECA0091B6EB /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+MASShorthandAdditions.h"; sourceTree = "<group>"; };
|
|
|
+ ECD0AC022928EECA0091B6EB /* MASConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASConstraint.m; sourceTree = "<group>"; };
|
|
|
+ ECD0AC032928EECA0091B6EB /* MASCompositeConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASCompositeConstraint.m; sourceTree = "<group>"; };
|
|
|
+ ECD0AC042928EECA0091B6EB /* MASLayoutConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASLayoutConstraint.h; sourceTree = "<group>"; };
|
|
|
+ ECD0AC052928EECA0091B6EB /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = "<group>"; };
|
|
|
+ ECD0AC062928EECA0091B6EB /* MASViewConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewConstraint.m; sourceTree = "<group>"; };
|
|
|
+ ECD0AC072928EECA0091B6EB /* MASConstraintMaker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASConstraintMaker.h; sourceTree = "<group>"; };
|
|
|
+ ECD0AC082928EECA0091B6EB /* Masonry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Masonry.h; sourceTree = "<group>"; };
|
|
|
+ ECD0AC092928EECA0091B6EB /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ViewController+MASAdditions.m"; sourceTree = "<group>"; };
|
|
|
+ ECD0AC0A2928EECA0091B6EB /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ViewController+MASAdditions.h"; sourceTree = "<group>"; };
|
|
|
+ ECD0AC0C2928EECA0091B6EB /* MASCompositeConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASCompositeConstraint.h; sourceTree = "<group>"; };
|
|
|
+ ECD0AC0D2928EECA0091B6EB /* View+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "View+MASAdditions.m"; sourceTree = "<group>"; };
|
|
|
+ ECD0AC0E2928EECB0091B6EB /* MASViewConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASViewConstraint.h; sourceTree = "<group>"; };
|
|
|
+ ECD0AC0F2928EECB0091B6EB /* MASUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASUtilities.h; sourceTree = "<group>"; };
|
|
|
+ ECD0AC102928EECB0091B6EB /* MASViewAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASViewAttribute.h; sourceTree = "<group>"; };
|
|
|
+ ECD0AC112928EECB0091B6EB /* MASViewAttribute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewAttribute.m; sourceTree = "<group>"; };
|
|
|
+ ECD0AC122928EECB0091B6EB /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASShorthandAdditions.h"; sourceTree = "<group>"; };
|
|
|
+ ECD0AC1F2928EF260091B6EB /* btn_selected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = btn_selected.png; sourceTree = "<group>"; };
|
|
|
+ ECD0AC212928F2A70091B6EB /* CPDFTextViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFTextViewController.h; sourceTree = "<group>"; };
|
|
|
+ ECD0AC222928F2A70091B6EB /* CPDFTextViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFTextViewController.m; sourceTree = "<group>"; };
|
|
|
+ ECD0AC242928F2E50091B6EB /* CPDFImageViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFImageViewController.h; sourceTree = "<group>"; };
|
|
|
+ ECD0AC252928F2E50091B6EB /* CPDFImageViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFImageViewController.m; sourceTree = "<group>"; };
|
|
|
+ ECD0AC30292B56C90091B6EB /* CPDFDataModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFDataModel.h; sourceTree = "<group>"; };
|
|
|
+ ECD0AC31292B56C90091B6EB /* CPDFDataModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFDataModel.m; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -228,11 +326,12 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
C9E65145292CBBDE001B2C9D /* Masonry */,
|
|
|
+ ECD0ABF62928EE9A0091B6EB /* Masonry */,
|
|
|
EC6297B52922393F00D339EE /* Controller */,
|
|
|
+ ECD0ABE42928ED5D0091B6EB /* View */,
|
|
|
EC6297AD29222D3100D339EE /* Model */,
|
|
|
- EC6297AE29222D4400D339EE /* View */,
|
|
|
- EC62978C29220F8300D339EE /* AppDelegate.h */,
|
|
|
EC62978D29220F8300D339EE /* AppDelegate.m */,
|
|
|
+ EC62978C29220F8300D339EE /* AppDelegate.h */,
|
|
|
EC62978F29220F8300D339EE /* SceneDelegate.h */,
|
|
|
EC62979029220F8300D339EE /* SceneDelegate.m */,
|
|
|
EC62979229220F8300D339EE /* ViewController.h */,
|
|
@@ -253,6 +352,10 @@
|
|
|
EC6297B7292239A700D339EE /* CPDFModel.m */,
|
|
|
C993B916292B5BC500D8F474 /* CPDFHeaderFooterModel.h */,
|
|
|
C993B917292B5BC500D8F474 /* CPDFHeaderFooterModel.m */,
|
|
|
+ ECD0AC30292B56C90091B6EB /* CPDFDataModel.h */,
|
|
|
+ ECD0AC31292B56C90091B6EB /* CPDFDataModel.m */,
|
|
|
+ C92BA19829651CA3009954EF /* CPDFBackgroundModel.h */,
|
|
|
+ C92BA19929651CA3009954EF /* CPDFBackgroundModel.m */,
|
|
|
);
|
|
|
path = Model;
|
|
|
sourceTree = "<group>";
|
|
@@ -292,10 +395,92 @@
|
|
|
C9B7639B2940B71600D25041 /* CPDFAddViewController.h */,
|
|
|
C9B7639C2940B71600D25041 /* CPDFAddViewController.m */,
|
|
|
C9B763A22941808500D25041 /* CPDFAddViewControllerHeader.h */,
|
|
|
+ ECD0AC212928F2A70091B6EB /* CPDFTextViewController.h */,
|
|
|
+ ECD0AC222928F2A70091B6EB /* CPDFTextViewController.m */,
|
|
|
+ ECD0AC242928F2E50091B6EB /* CPDFImageViewController.h */,
|
|
|
+ ECD0AC252928F2E50091B6EB /* CPDFImageViewController.m */,
|
|
|
+ C9638494294ACC240055CCCA /* CPDFAddViewController.h */,
|
|
|
+ C9638495294ACC240055CCCA /* CPDFAddViewController.m */,
|
|
|
+ C986D3F32962857900EBD4DF /* CPDFBackgroundSettingViewController.h */,
|
|
|
+ C986D3F42962857900EBD4DF /* CPDFBackgroundSettingViewController.m */,
|
|
|
);
|
|
|
path = Controller;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ ECD0ABE42928ED5D0091B6EB /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ ECD0AC1E2928EF030091B6EB /* sources */,
|
|
|
+ ECD0ABED2928ED9A0091B6EB /* CPDFImageView.h */,
|
|
|
+ ECD0ABE82928ED990091B6EB /* CPDFImageView.m */,
|
|
|
+ ECD0ABEB2928ED9A0091B6EB /* CPDFImagePreview.h */,
|
|
|
+ ECD0ABEC2928ED9A0091B6EB /* CPDFImagePreview.m */,
|
|
|
+ ECD0ABEF2928ED9A0091B6EB /* CPDFTextPreview.h */,
|
|
|
+ ECD0ABE52928ED990091B6EB /* CPDFTextPreview.m */,
|
|
|
+ ECD0ABE92928ED990091B6EB /* CPDFTextView.h */,
|
|
|
+ ECD0ABEA2928ED990091B6EB /* CPDFTextView.m */,
|
|
|
+ C96150D0295400B00020F445 /* CPDFDrawView.h */,
|
|
|
+ C96150D1295400B00020F445 /* CPDFDrawView.m */,
|
|
|
+ C96150D329554F660020F445 /* CPDFClipView.h */,
|
|
|
+ C96150D429554F660020F445 /* CPDFClipView.m */,
|
|
|
+ C97E91662959B96C007F6943 /* CPDFEditView.h */,
|
|
|
+ C97E91672959B96C007F6943 /* CPDFEditView.m */,
|
|
|
+ C986D3F6296288C400EBD4DF /* CPDFBackgroundPreview.h */,
|
|
|
+ C986D3F7296288C400EBD4DF /* CPDFBackgroundPreview.m */,
|
|
|
+ C986D3F9296288F700EBD4DF /* CPDFBackgroundView.h */,
|
|
|
+ C986D3FA296288F700EBD4DF /* CPDFBackgroundView.m */,
|
|
|
+ C986D3FC2962A70400EBD4DF /* CPDFBackgroundSettingView.h */,
|
|
|
+ C986D3FD2962A70400EBD4DF /* CPDFBackgroundSettingView.m */,
|
|
|
+ C92BA1922963F806009954EF /* CPDFDrawBackgroundView.h */,
|
|
|
+ C92BA1932963F806009954EF /* CPDFDrawBackgroundView.m */,
|
|
|
+ C92BA1952963F84B009954EF /* CPDFDrawImageView.h */,
|
|
|
+ C92BA1962963F84B009954EF /* CPDFDrawImageView.m */,
|
|
|
+ C92BA18F2963CAB4009954EF /* UIImage+TintColor.h */,
|
|
|
+ C92BA1902963CAB4009954EF /* UIImage+TintColor.m */,
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ ECD0ABF62928EE9A0091B6EB /* Masonry */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ ECD0AC0C2928EECA0091B6EB /* MASCompositeConstraint.h */,
|
|
|
+ ECD0AC032928EECA0091B6EB /* MASCompositeConstraint.m */,
|
|
|
+ ECD0ABFC2928EECA0091B6EB /* MASConstraint.h */,
|
|
|
+ ECD0AC022928EECA0091B6EB /* MASConstraint.m */,
|
|
|
+ ECD0ABFD2928EECA0091B6EB /* MASConstraint+Private.h */,
|
|
|
+ ECD0AC072928EECA0091B6EB /* MASConstraintMaker.h */,
|
|
|
+ ECD0ABFB2928EECA0091B6EB /* MASConstraintMaker.m */,
|
|
|
+ ECD0AC042928EECA0091B6EB /* MASLayoutConstraint.h */,
|
|
|
+ ECD0ABFF2928EECA0091B6EB /* MASLayoutConstraint.m */,
|
|
|
+ ECD0AC082928EECA0091B6EB /* Masonry.h */,
|
|
|
+ ECD0AC0F2928EECB0091B6EB /* MASUtilities.h */,
|
|
|
+ ECD0AC102928EECB0091B6EB /* MASViewAttribute.h */,
|
|
|
+ ECD0AC112928EECB0091B6EB /* MASViewAttribute.m */,
|
|
|
+ ECD0AC0E2928EECB0091B6EB /* MASViewConstraint.h */,
|
|
|
+ ECD0AC062928EECA0091B6EB /* MASViewConstraint.m */,
|
|
|
+ ECD0ABF92928EECA0091B6EB /* NSArray+MASAdditions.h */,
|
|
|
+ ECD0AC002928EECA0091B6EB /* NSArray+MASAdditions.m */,
|
|
|
+ ECD0AC012928EECA0091B6EB /* NSArray+MASShorthandAdditions.h */,
|
|
|
+ ECD0AC052928EECA0091B6EB /* NSLayoutConstraint+MASDebugAdditions.h */,
|
|
|
+ ECD0ABFE2928EECA0091B6EB /* NSLayoutConstraint+MASDebugAdditions.m */,
|
|
|
+ ECD0ABFA2928EECA0091B6EB /* View+MASAdditions.h */,
|
|
|
+ ECD0AC0D2928EECA0091B6EB /* View+MASAdditions.m */,
|
|
|
+ ECD0AC122928EECB0091B6EB /* View+MASShorthandAdditions.h */,
|
|
|
+ ECD0AC0A2928EECA0091B6EB /* ViewController+MASAdditions.h */,
|
|
|
+ ECD0AC092928EECA0091B6EB /* ViewController+MASAdditions.m */,
|
|
|
+ );
|
|
|
+ path = Masonry;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ ECD0AC1E2928EF030091B6EB /* sources */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ ECD0AC1F2928EF260091B6EB /* btn_selected.png */,
|
|
|
+ );
|
|
|
+ path = sources;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
@@ -360,6 +545,7 @@
|
|
|
C9743C0029481F0F00E94840 /* add_newpage01.png in Resources */,
|
|
|
C9AF319229403A2A00CE0313 /* btn_frontpage.png in Resources */,
|
|
|
C993B8FB2925E14000D8F474 /* text_color_bar.png in Resources */,
|
|
|
+ ECD0AC202928EF260091B6EB /* btn_selected.png in Resources */,
|
|
|
EC62979729220F8300D339EE /* Main.storyboard in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -377,7 +563,11 @@
|
|
|
C9E65169292CBC31001B2C9D /* MASCompositeConstraint.m in Sources */,
|
|
|
C96D13962924DD7E00CC92C7 /* CPDFHeaderFooterAddController.m in Sources */,
|
|
|
EC62979429220F8300D339EE /* ViewController.m in Sources */,
|
|
|
+ ECD0AC172928EECB0091B6EB /* MASConstraint.m in Sources */,
|
|
|
+ C97E91682959B96C007F6943 /* CPDFEditView.m in Sources */,
|
|
|
+ C96150D2295400B00020F445 /* CPDFDrawView.m in Sources */,
|
|
|
EC6297B8292239A700D339EE /* CPDFModel.m in Sources */,
|
|
|
+<<<<<<< HEAD
|
|
|
C9E65167292CBC31001B2C9D /* MASConstraint.m in Sources */,
|
|
|
C9AF3143293E032500CE0313 /* CPDFAddView.m in Sources */,
|
|
|
C9E65163292CBC31001B2C9D /* MASViewAttribute.m in Sources */,
|
|
@@ -392,12 +582,35 @@
|
|
|
C9E65160292CBC31001B2C9D /* MASViewConstraint.m in Sources */,
|
|
|
C9E65168292CBC31001B2C9D /* MASLayoutConstraint.m in Sources */,
|
|
|
C993B90F2927200400D8F474 /* CPDFBatesAddView.m in Sources */,
|
|
|
+ ECD0AC232928F2A70091B6EB /* CPDFTextViewController.m in Sources */,
|
|
|
+ ECD0AC262928F2E50091B6EB /* CPDFImageViewController.m in Sources */,
|
|
|
+ ECD0ABF02928ED9A0091B6EB /* CPDFTextPreview.m in Sources */,
|
|
|
+ C9638496294ACC240055CCCA /* CPDFAddViewController.m in Sources */,
|
|
|
+ ECD0AC182928EECB0091B6EB /* MASCompositeConstraint.m in Sources */,
|
|
|
+ C986D3FE2962A70400EBD4DF /* CPDFBackgroundSettingView.m in Sources */,
|
|
|
+ C96150D529554F660020F445 /* CPDFClipView.m in Sources */,
|
|
|
EC62978E29220F8300D339EE /* AppDelegate.m in Sources */,
|
|
|
EC62979F29220F8400D339EE /* main.m in Sources */,
|
|
|
C9E6517029306274001B2C9D /* CPDFHeaderFooterTextTableView.m in Sources */,
|
|
|
C9E6516A292CBC31001B2C9D /* NSArray+MASAdditions.m in Sources */,
|
|
|
EC6297BD292239C200D339EE /* CPDFListController.m in Sources */,
|
|
|
+ C92BA1942963F806009954EF /* CPDFDrawBackgroundView.m in Sources */,
|
|
|
+ C986D3F52962857900EBD4DF /* CPDFBackgroundSettingViewController.m in Sources */,
|
|
|
+ ECD0AC132928EECB0091B6EB /* MASConstraintMaker.m in Sources */,
|
|
|
+ ECD0AC1A2928EECB0091B6EB /* ViewController+MASAdditions.m in Sources */,
|
|
|
+ ECD0AC142928EECB0091B6EB /* NSLayoutConstraint+MASDebugAdditions.m in Sources */,
|
|
|
+ ECD0AC162928EECB0091B6EB /* NSArray+MASAdditions.m in Sources */,
|
|
|
+ C986D3FB296288F700EBD4DF /* CPDFBackgroundView.m in Sources */,
|
|
|
+ C92BA19A29651CA3009954EF /* CPDFBackgroundModel.m in Sources */,
|
|
|
+ ECD0AC192928EECB0091B6EB /* MASViewConstraint.m in Sources */,
|
|
|
EC62979129220F8300D339EE /* SceneDelegate.m in Sources */,
|
|
|
+ C92BA1972963F84B009954EF /* CPDFDrawImageView.m in Sources */,
|
|
|
+ ECD0ABF52928ED9A0091B6EB /* CPDFImagePreview.m in Sources */,
|
|
|
+ ECD0AC32292B56C90091B6EB /* CPDFDataModel.m in Sources */,
|
|
|
+ ECD0ABF42928ED9A0091B6EB /* CPDFTextView.m in Sources */,
|
|
|
+ ECD0ABF32928ED9A0091B6EB /* CPDFImageView.m in Sources */,
|
|
|
+ C986D3F8296288C400EBD4DF /* CPDFBackgroundPreview.m in Sources */,
|
|
|
+ C92BA1912963CAB4009954EF /* UIImage+TintColor.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|