Skip to content

Commit cd2cc57

Browse files
committed
013
1 parent 0ba03dc commit cd2cc57

8 files changed

+26
-26
lines changed

DouYinCComment/DouYinCComment.xcodeproj/project.pbxproj

+22-22
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@
334334
79C7F00B2ADEE979003CF3C1 /* TTCSmallVideoPresentOrPushAniTrans.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C7F0032ADEE979003CF3C1 /* TTCSmallVideoPresentOrPushAniTrans.m */; };
335335
79C7F00C2ADEE979003CF3C1 /* UIViewController+TTCTransitionAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C7F0042ADEE979003CF3C1 /* UIViewController+TTCTransitionAnimator.m */; };
336336
79C7F00D2ADEE979003CF3C1 /* TTCTransitionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C7F0052ADEE979003CF3C1 /* TTCTransitionDelegate.m */; };
337-
79C7F0152ADEEA4F003CF3C1 /* TTCPanPushTransitionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C7F00F2ADEEA4E003CF3C1 /* TTCPanPushTransitionDelegate.m */; };
338-
79C7F0162ADEEA4F003CF3C1 /* UIViewController+TTCPanPush.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C7F0102ADEEA4E003CF3C1 /* UIViewController+TTCPanPush.m */; };
339-
79C7F0172ADEEA4F003CF3C1 /* TTCPanPushAniTrans.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C7F0112ADEEA4E003CF3C1 /* TTCPanPushAniTrans.m */; };
337+
79C7F01F2ADEF00F003CF3C1 /* TTCPanPushTransitionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C7F0192ADEF00F003CF3C1 /* TTCPanPushTransitionDelegate.m */; };
338+
79C7F0202ADEF00F003CF3C1 /* UIViewController+TTCPanPush.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C7F01A2ADEF00F003CF3C1 /* UIViewController+TTCPanPush.m */; };
339+
79C7F0212ADEF00F003CF3C1 /* TTCPanPushAniTrans.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C7F01B2ADEF00F003CF3C1 /* TTCPanPushAniTrans.m */; };
340340
/* End PBXBuildFile section */
341341

342342
/* Begin PBXContainerItemProxy section */
@@ -1033,12 +1033,12 @@
10331033
79C7F0072ADEE979003CF3C1 /* TTCSmallVideoPresentOrPushAniTrans.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTCSmallVideoPresentOrPushAniTrans.h; sourceTree = "<group>"; };
10341034
79C7F0082ADEE979003CF3C1 /* TTCTransitionDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTCTransitionDelegate.h; sourceTree = "<group>"; };
10351035
79C7F0092ADEE979003CF3C1 /* UIViewController+TTCTransitionAnimator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+TTCTransitionAnimator.h"; sourceTree = "<group>"; };
1036-
79C7F00F2ADEEA4E003CF3C1 /* TTCPanPushTransitionDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTCPanPushTransitionDelegate.m; sourceTree = "<group>"; };
1037-
79C7F0102ADEEA4E003CF3C1 /* UIViewController+TTCPanPush.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+TTCPanPush.m"; sourceTree = "<group>"; };
1038-
79C7F0112ADEEA4E003CF3C1 /* TTCPanPushAniTrans.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTCPanPushAniTrans.m; sourceTree = "<group>"; };
1039-
79C7F0122ADEEA4E003CF3C1 /* UIViewController+TTCPanPush.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+TTCPanPush.h"; sourceTree = "<group>"; };
1040-
79C7F0132ADEEA4F003CF3C1 /* TTCPanPushTransitionDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTCPanPushTransitionDelegate.h; sourceTree = "<group>"; };
1041-
79C7F0142ADEEA4F003CF3C1 /* TTCPanPushAniTrans.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTCPanPushAniTrans.h; sourceTree = "<group>"; };
1036+
79C7F0192ADEF00F003CF3C1 /* TTCPanPushTransitionDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTCPanPushTransitionDelegate.m; sourceTree = "<group>"; };
1037+
79C7F01A2ADEF00F003CF3C1 /* UIViewController+TTCPanPush.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+TTCPanPush.m"; sourceTree = "<group>"; };
1038+
79C7F01B2ADEF00F003CF3C1 /* TTCPanPushAniTrans.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTCPanPushAniTrans.m; sourceTree = "<group>"; };
1039+
79C7F01C2ADEF00F003CF3C1 /* UIViewController+TTCPanPush.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+TTCPanPush.h"; sourceTree = "<group>"; };
1040+
79C7F01D2ADEF00F003CF3C1 /* TTCPanPushTransitionDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTCPanPushTransitionDelegate.h; sourceTree = "<group>"; };
1041+
79C7F01E2ADEF00F003CF3C1 /* TTCPanPushAniTrans.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTCPanPushAniTrans.h; sourceTree = "<group>"; };
10421042
/* End PBXFileReference section */
10431043

10441044
/* Begin PBXFrameworksBuildPhase section */
@@ -1197,7 +1197,7 @@
11971197
7928C0632A358B0F00CD844A /* DouyinPanPush */ = {
11981198
isa = PBXGroup;
11991199
children = (
1200-
79C7F00E2ADEEA4E003CF3C1 /* TTCPanPushTransition(抖音左滑进入个人主页转场动画) */,
1200+
79C7F0182ADEF00F003CF3C1 /* TTCPanPushTransition */,
12011201
7928C0642A358EF600CD844A /* DouyinTabBarController.h */,
12021202
7928C0652A358EF600CD844A /* DouyinTabBarController.m */,
12031203
7928C0672A35A29600CD844A /* HomePageViewController.h */,
@@ -2300,18 +2300,18 @@
23002300
path = TTCTool/TTCTransition;
23012301
sourceTree = SOURCE_ROOT;
23022302
};
2303-
79C7F00E2ADEEA4E003CF3C1 /* TTCPanPushTransition(抖音左滑进入个人主页转场动画) */ = {
2303+
79C7F0182ADEF00F003CF3C1 /* TTCPanPushTransition */ = {
23042304
isa = PBXGroup;
23052305
children = (
2306-
79C7F0142ADEEA4F003CF3C1 /* TTCPanPushAniTrans.h */,
2307-
79C7F0112ADEEA4E003CF3C1 /* TTCPanPushAniTrans.m */,
2308-
79C7F0132ADEEA4F003CF3C1 /* TTCPanPushTransitionDelegate.h */,
2309-
79C7F00F2ADEEA4E003CF3C1 /* TTCPanPushTransitionDelegate.m */,
2310-
79C7F0122ADEEA4E003CF3C1 /* UIViewController+TTCPanPush.h */,
2311-
79C7F0102ADEEA4E003CF3C1 /* UIViewController+TTCPanPush.m */,
2306+
79C7F0192ADEF00F003CF3C1 /* TTCPanPushTransitionDelegate.m */,
2307+
79C7F01A2ADEF00F003CF3C1 /* UIViewController+TTCPanPush.m */,
2308+
79C7F01B2ADEF00F003CF3C1 /* TTCPanPushAniTrans.m */,
2309+
79C7F01C2ADEF00F003CF3C1 /* UIViewController+TTCPanPush.h */,
2310+
79C7F01D2ADEF00F003CF3C1 /* TTCPanPushTransitionDelegate.h */,
2311+
79C7F01E2ADEF00F003CF3C1 /* TTCPanPushAniTrans.h */,
23122312
);
2313-
name = "TTCPanPushTransition(抖音左滑进入个人主页转场动画)";
2314-
path = "TTCTool/TTCPanPushTransition(抖音左滑进入个人主页转场动画)";
2313+
name = TTCPanPushTransition;
2314+
path = TTCTool/TTCPanPushTransition;
23152315
sourceTree = SOURCE_ROOT;
23162316
};
23172317
/* End PBXGroup section */
@@ -2600,7 +2600,7 @@
26002600
795DB5CF229D3E0C003AFE44 /* SmallVideoCell.m in Sources */,
26012601
795DB65E229E300D003AFE44 /* HTTPDynamicFileResponse.m in Sources */,
26022602
792EBB0A26C1220B00B94076 /* RACGroupedSignal.m in Sources */,
2603-
79C7F0162ADEEA4F003CF3C1 /* UIViewController+TTCPanPush.m in Sources */,
2603+
79C7F0202ADEF00F003CF3C1 /* UIViewController+TTCPanPush.m in Sources */,
26042604
792EBB0926C1220B00B94076 /* RACSignal+Operations.m in Sources */,
26052605
793D5C6926BFE74F00DFC4FB /* TCCommentsPopView.m in Sources */,
26062606
793D5D1C26C0135F00DFC4FB /* MJRefreshBackFooter.m in Sources */,
@@ -2742,7 +2742,7 @@
27422742
334FF26F27547EEA0052EAFF /* MyModel.m in Sources */,
27432743
795DB65F229E300D003AFE44 /* HTTPFileResponse.m in Sources */,
27442744
793D5D0626C0135F00DFC4FB /* BaseTableViewController.m in Sources */,
2745-
79C7F0172ADEEA4F003CF3C1 /* TTCPanPushAniTrans.m in Sources */,
2745+
79C7F0212ADEF00F003CF3C1 /* TTCPanPushAniTrans.m in Sources */,
27462746
795DB62A229E2FA1003AFE44 /* KTVHCDataLoader.m in Sources */,
27472747
793D5D0726C0135F00DFC4FB /* BaseViewController.m in Sources */,
27482748
790F1534225DED17000E7335 /* MASConstraint.m in Sources */,
@@ -2756,7 +2756,7 @@
27562756
792EBAFF26C1220B00B94076 /* UITableViewHeaderFooterView+RACSignalSupport.m in Sources */,
27572757
792EBB2826C1220B00B94076 /* UICollectionReusableView+RACSignalSupport.m in Sources */,
27582758
334FF27327547EF50052EAFF /* Type6ViewControllerFirst.m in Sources */,
2759-
79C7F0152ADEEA4F003CF3C1 /* TTCPanPushTransitionDelegate.m in Sources */,
2759+
79C7F01F2ADEF00F003CF3C1 /* TTCPanPushTransitionDelegate.m in Sources */,
27602760
795DB661229E300D003AFE44 /* HTTPRedirectResponse.m in Sources */,
27612761
334FF26727547E160052EAFF /* Type4ViewControllerSecond.m in Sources */,
27622762
795DB8D1229E86E9003AFE44 /* IQUIViewController+Additions.m in Sources */,

TTCTool.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "TTCTool"
3-
spec.version = "0.1.2"
3+
spec.version = "0.1.3"
44
spec.summary = "TTCTool."
55
spec.description = <<-DESC
66
TTCTool.TTCTool.TTCTool.TTCTool.
@@ -27,12 +27,12 @@ Pod::Spec.new do |spec|
2727
ss.dependency 'Masonry'
2828
end
2929

30-
spec.subspec 'TTCTransition' do |ss|
30+
spec.subspec 'TTCTransition' do |ss|
3131
ss.source_files = "DouYinCComment/TTCTool/TTCTransition/**/*.{h,m}","DouYinCComment/TTCTool/ViewPage/UIView+EasyFrame.{h,m}","DouYinCComment/TTCTool/TTCCom.h"
3232
end
3333

34-
spec.subspec 'TTCPanPush' do |ss|
35-
ss.source_files = "DouYinCComment/TTCTool/TTCPanPushTransition(抖音左滑进入个人主页转场动画)/**/*.{h,m}"
34+
spec.subspec 'TTCPanPush' do |ss|
35+
ss.source_files = "DouYinCComment/TTCTool/TTCPanPushTransition/**/*.{h,m}"
3636
end
3737

3838

0 commit comments

Comments
 (0)