From 23c075a9c27946773feccf05abc90489a6bf5203 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 06 七月 2020 15:58:53 +0800 Subject: [PATCH] 20200706 --- HDLWidgetLibrary/HDLWidgetLibrary.xcodeproj/project.pbxproj | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) diff --git a/HDLWidgetLibrary/HDLWidgetLibrary.xcodeproj/project.pbxproj b/HDLWidgetLibrary/HDLWidgetLibrary.xcodeproj/project.pbxproj index 5a279d2..4429664 100644 --- a/HDLWidgetLibrary/HDLWidgetLibrary.xcodeproj/project.pbxproj +++ b/HDLWidgetLibrary/HDLWidgetLibrary.xcodeproj/project.pbxproj @@ -25,6 +25,9 @@ 4BA9364A235D61190062548F /* CropImageUtlis.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BA93641235D61190062548F /* CropImageUtlis.m */; }; 4BCCD7FF2369AE1D000EF33F /* HDLGestureLockView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCCD7FE2369AE1D000EF33F /* HDLGestureLockView.m */; }; 4BCCD8022369AE96000EF33F /* HDLUtlisXM.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCCD8012369AE96000EF33F /* HDLUtlisXM.m */; }; + B94D9DA22499C5F3008A7B96 /* HDLDiyArcSeekbar.m in Sources */ = {isa = PBXBuildFile; fileRef = B94D9DA12499C5F2008A7B96 /* HDLDiyArcSeekbar.m */; }; + B94D9DB42499C5FD008A7B96 /* HDLOnOACCurtainSeekBar.m in Sources */ = {isa = PBXBuildFile; fileRef = B94D9DA82499C5FD008A7B96 /* HDLOnOACCurtainSeekBar.m */; }; + B94D9DB52499C5FD008A7B96 /* HDLOnRollCurtainSeekBar.m in Sources */ = {isa = PBXBuildFile; fileRef = B94D9DAC2499C5FD008A7B96 /* HDLOnRollCurtainSeekBar.m */; }; B9998FDA242F2DCC008A2FB6 /* HQImageEditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9998FB7242F2DCB008A2FB6 /* HQImageEditViewController.m */; }; B9998FDB242F2DCC008A2FB6 /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B9998FBA242F2DCB008A2FB6 /* NSLayoutConstraint+MASDebugAdditions.m */; }; B9998FDC242F2DCC008A2FB6 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B9998FC3242F2DCB008A2FB6 /* ViewController+MASAdditions.m */; }; @@ -99,6 +102,24 @@ 4BCCD7FE2369AE1D000EF33F /* HDLGestureLockView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLGestureLockView.m; sourceTree = "<group>"; }; 4BCCD8002369AE96000EF33F /* HDLUtlisXM.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HDLUtlisXM.h; sourceTree = "<group>"; }; 4BCCD8012369AE96000EF33F /* HDLUtlisXM.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HDLUtlisXM.m; sourceTree = "<group>"; }; + B94D9DA02499C5F2008A7B96 /* HDLDiyArcSeekbar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLDiyArcSeekbar.h; sourceTree = "<group>"; }; + B94D9DA12499C5F2008A7B96 /* HDLDiyArcSeekbar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLDiyArcSeekbar.m; sourceTree = "<group>"; }; + B94D9DA42499C5FD008A7B96 /* ic_wd_on_curtain_roll_progress_close.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_roll_progress_close.png; sourceTree = "<group>"; }; + B94D9DA52499C5FD008A7B96 /* HDLOnRollCurtainSeekBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLOnRollCurtainSeekBar.h; sourceTree = "<group>"; }; + B94D9DA62499C5FD008A7B96 /* ic_wd_on_curtain_h_open.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_h_open.png; sourceTree = "<group>"; }; + B94D9DA72499C5FD008A7B96 /* ic_wd_on_curtain_open.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_open.png; sourceTree = "<group>"; }; + B94D9DA82499C5FD008A7B96 /* HDLOnOACCurtainSeekBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLOnOACCurtainSeekBar.m; sourceTree = "<group>"; }; + B94D9DA92499C5FD008A7B96 /* ic_wd_on_curtain_blinds_progress_close2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_blinds_progress_close2.png; sourceTree = "<group>"; }; + B94D9DAA2499C5FD008A7B96 /* ic_wd_on_curtain_roll_bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_roll_bg.png; sourceTree = "<group>"; }; + B94D9DAB2499C5FD008A7B96 /* ic_wd_on_curtain_h_progress.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_h_progress.png; sourceTree = "<group>"; }; + B94D9DAC2499C5FD008A7B96 /* HDLOnRollCurtainSeekBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLOnRollCurtainSeekBar.m; sourceTree = "<group>"; }; + B94D9DAD2499C5FD008A7B96 /* ic_wd_on_curtain_roll_progress.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_roll_progress.png; sourceTree = "<group>"; }; + B94D9DAE2499C5FD008A7B96 /* ic_wd_on_curtain_h_progress_close.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_h_progress_close.png; sourceTree = "<group>"; }; + B94D9DAF2499C5FD008A7B96 /* ic_wd_on_curtain_blinds_progress2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_blinds_progress2.png; sourceTree = "<group>"; }; + B94D9DB02499C5FD008A7B96 /* ic_wd_on_curtain_blinds_progress_close.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_blinds_progress_close.png; sourceTree = "<group>"; }; + B94D9DB12499C5FD008A7B96 /* HDLOnOACCurtainSeekBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLOnOACCurtainSeekBar.h; sourceTree = "<group>"; }; + B94D9DB22499C5FD008A7B96 /* ic_wd_on_curtain_h_bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_h_bg.png; sourceTree = "<group>"; }; + B94D9DB32499C5FD008A7B96 /* ic_wd_on_curtain_blinds_progress.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_wd_on_curtain_blinds_progress.png; sourceTree = "<group>"; }; B9998FB7242F2DCB008A2FB6 /* HQImageEditViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HQImageEditViewController.m; sourceTree = "<group>"; }; B9998FB9242F2DCB008A2FB6 /* MASCompositeConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASCompositeConstraint.h; sourceTree = "<group>"; }; B9998FBA242F2DCB008A2FB6 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = "<group>"; }; @@ -181,6 +202,7 @@ 4B8890B2239E220500B83519 /* HDLDiyImageSeekBar */, 4B65C7E3237BB5D800E0DC16 /* HDLArcScaleSeekBar */, 4B9B13AC23741BE400088244 /* HDLCurtainSeekBar */, + B94D9DA32499C5FD008A7B96 /* HDLONCurtainSeekBar */, 4BCCD7FC2369AE1D000EF33F /* GestureLockView */, 4BA93620235D5E490062548F /* CropImage */, 4B74CA182320B4C800C4EC2F /* ZJPickerView */, @@ -197,6 +219,8 @@ 4B74C9FE2320B29E00C4EC2F /* HDLArcSeekbar */ = { isa = PBXGroup; children = ( + B94D9DA02499C5F2008A7B96 /* HDLDiyArcSeekbar.h */, + B94D9DA12499C5F2008A7B96 /* HDLDiyArcSeekbar.m */, 4B74CA002320B29E00C4EC2F /* HDLArcSeekbar.h */, 4B74C9FF2320B29E00C4EC2F /* HDLArcSeekbar.m */, ); @@ -296,6 +320,29 @@ 4BCCD7FE2369AE1D000EF33F /* HDLGestureLockView.m */, ); path = GestureLockView; + sourceTree = "<group>"; + }; + B94D9DA32499C5FD008A7B96 /* HDLONCurtainSeekBar */ = { + isa = PBXGroup; + children = ( + B94D9DA52499C5FD008A7B96 /* HDLOnRollCurtainSeekBar.h */, + B94D9DAC2499C5FD008A7B96 /* HDLOnRollCurtainSeekBar.m */, + B94D9DB12499C5FD008A7B96 /* HDLOnOACCurtainSeekBar.h */, + B94D9DA82499C5FD008A7B96 /* HDLOnOACCurtainSeekBar.m */, + B94D9DA42499C5FD008A7B96 /* ic_wd_on_curtain_roll_progress_close.png */, + B94D9DA62499C5FD008A7B96 /* ic_wd_on_curtain_h_open.png */, + B94D9DA72499C5FD008A7B96 /* ic_wd_on_curtain_open.png */, + B94D9DA92499C5FD008A7B96 /* ic_wd_on_curtain_blinds_progress_close2.png */, + B94D9DAA2499C5FD008A7B96 /* ic_wd_on_curtain_roll_bg.png */, + B94D9DAB2499C5FD008A7B96 /* ic_wd_on_curtain_h_progress.png */, + B94D9DAD2499C5FD008A7B96 /* ic_wd_on_curtain_roll_progress.png */, + B94D9DAE2499C5FD008A7B96 /* ic_wd_on_curtain_h_progress_close.png */, + B94D9DAF2499C5FD008A7B96 /* ic_wd_on_curtain_blinds_progress2.png */, + B94D9DB02499C5FD008A7B96 /* ic_wd_on_curtain_blinds_progress_close.png */, + B94D9DB22499C5FD008A7B96 /* ic_wd_on_curtain_h_bg.png */, + B94D9DB32499C5FD008A7B96 /* ic_wd_on_curtain_blinds_progress.png */, + ); + path = HDLONCurtainSeekBar; sourceTree = "<group>"; }; B9998FB6242F2DCB008A2FB6 /* HQImageEditViewController */ = { @@ -431,6 +478,8 @@ 4BCCD8022369AE96000EF33F /* HDLUtlisXM.m in Sources */, 4BCCD7FF2369AE1D000EF33F /* HDLGestureLockView.m in Sources */, B9998FE6242F2DCC008A2FB6 /* HQEditImageEditView.m in Sources */, + B94D9DB52499C5FD008A7B96 /* HDLOnRollCurtainSeekBar.m in Sources */, + B94D9DB42499C5FD008A7B96 /* HDLOnOACCurtainSeekBar.m in Sources */, 4B8890B5239E225500B83519 /* HDLDiyImageSeekBar.m in Sources */, 4B74CA132320B29E00C4EC2F /* HDLCoverFlow.m in Sources */, 4B74CA112320B29E00C4EC2F /* HDLArcSeekbar.m in Sources */, @@ -438,6 +487,7 @@ B9998FDF242F2DCC008A2FB6 /* MASLayoutConstraint.m in Sources */, 4B74CA1B2320B4C800C4EC2F /* ZJPickerView.m in Sources */, B9998FDC242F2DCC008A2FB6 /* ViewController+MASAdditions.m in Sources */, + B94D9DA22499C5F3008A7B96 /* HDLDiyArcSeekbar.m in Sources */, 4B9B13BF2374220D00088244 /* SeekBarDelegate.m in Sources */, 4B74CA152320B29E00C4EC2F /* HDLWaveSeekBar.m in Sources */, B9A22FE7241CD88200F79DA1 /* HDLDiyImageVerticalSeekBar.m in Sources */, -- Gitblit v1.8.0