|
@@ -511,6 +511,9 @@
|
|
|
BD20F1D32283D0ED00677D8E /* OrderFinishPaySuccessCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1D22283D0ED00677D8E /* OrderFinishPaySuccessCell.swift */; };
|
|
|
BD20F1D52283D15500677D8E /* OrderFinishPayFailureCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1D42283D15500677D8E /* OrderFinishPayFailureCell.swift */; };
|
|
|
BD24FABB22B509CF00C7AA3B /* PublishModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BD24FABA22B509CF00C7AA3B /* PublishModule.xcassets */; };
|
|
|
+ BD27F0AD22CC5E4D00A6514D /* CommunityVideoListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD27F0AC22CC5E4D00A6514D /* CommunityVideoListController.swift */; };
|
|
|
+ BD27F0B022CC929800A6514D /* CommunityVideoCoverCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD27F0AF22CC929800A6514D /* CommunityVideoCoverCollectionCell.swift */; };
|
|
|
+ BD27F0B222CC9E2A00A6514D /* CommunityVideoPlayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD27F0B122CC9E2A00A6514D /* CommunityVideoPlayView.swift */; };
|
|
|
BD29A92E228F99780018CFC3 /* OrderCommentParameterModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD29A92D228F99780018CFC3 /* OrderCommentParameterModel.swift */; };
|
|
|
BD2FCBE222B21CF70006D974 /* CommunityRecommendController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2FCBE122B21CF70006D974 /* CommunityRecommendController.swift */; };
|
|
|
BD2FCBE422B244250006D974 /* RecommendDetailContentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2FCBE322B244250006D974 /* RecommendDetailContentCell.swift */; };
|
|
@@ -1212,6 +1215,9 @@
|
|
|
BD20F1D22283D0ED00677D8E /* OrderFinishPaySuccessCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderFinishPaySuccessCell.swift; sourceTree = "<group>"; };
|
|
|
BD20F1D42283D15500677D8E /* OrderFinishPayFailureCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderFinishPayFailureCell.swift; sourceTree = "<group>"; };
|
|
|
BD24FABA22B509CF00C7AA3B /* PublishModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = PublishModule.xcassets; sourceTree = "<group>"; };
|
|
|
+ BD27F0AC22CC5E4D00A6514D /* CommunityVideoListController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityVideoListController.swift; sourceTree = "<group>"; };
|
|
|
+ BD27F0AF22CC929800A6514D /* CommunityVideoCoverCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityVideoCoverCollectionCell.swift; sourceTree = "<group>"; };
|
|
|
+ BD27F0B122CC9E2A00A6514D /* CommunityVideoPlayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityVideoPlayView.swift; sourceTree = "<group>"; };
|
|
|
BD29A92D228F99780018CFC3 /* OrderCommentParameterModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderCommentParameterModel.swift; sourceTree = "<group>"; };
|
|
|
BD2FCBE122B21CF70006D974 /* CommunityRecommendController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityRecommendController.swift; sourceTree = "<group>"; };
|
|
|
BD2FCBE322B244250006D974 /* RecommendDetailContentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecommendDetailContentCell.swift; sourceTree = "<group>"; };
|
|
@@ -1811,6 +1817,7 @@
|
|
|
BD2FCBDE22B21BE00006D974 /* CommunityRecommendDetail */,
|
|
|
A7C0FDFC22B66B3C00BC1E86 /* CommunityFeaturedTopics */,
|
|
|
BD1FC17D22B08CEB00D55081 /* CommunityMyFollowTopic */,
|
|
|
+ BD27F0AA22CC5E0400A6514D /* CommunityVideoContent */,
|
|
|
);
|
|
|
path = CommunityModule;
|
|
|
sourceTree = "<group>";
|
|
@@ -4580,8 +4587,8 @@
|
|
|
BD1FC17D22B08CEB00D55081 /* CommunityMyFollowTopic */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- A7D07CB722B73BAE00186014 /* ViewController */,
|
|
|
A7D07CB622B73B9E00186014 /* View */,
|
|
|
+ A7D07CB722B73BAE00186014 /* ViewController */,
|
|
|
);
|
|
|
path = CommunityMyFollowTopic;
|
|
|
sourceTree = "<group>";
|
|
@@ -4621,6 +4628,32 @@
|
|
|
path = Category;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BD27F0AA22CC5E0400A6514D /* CommunityVideoContent */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD27F0AE22CC8F8F00A6514D /* View */,
|
|
|
+ BD27F0AB22CC5E3400A6514D /* ViewController */,
|
|
|
+ );
|
|
|
+ path = CommunityVideoContent;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD27F0AB22CC5E3400A6514D /* ViewController */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD27F0AC22CC5E4D00A6514D /* CommunityVideoListController.swift */,
|
|
|
+ );
|
|
|
+ path = ViewController;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD27F0AE22CC8F8F00A6514D /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD27F0AF22CC929800A6514D /* CommunityVideoCoverCollectionCell.swift */,
|
|
|
+ BD27F0B122CC9E2A00A6514D /* CommunityVideoPlayView.swift */,
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BD2FCBDE22B21BE00006D974 /* CommunityRecommendDetail */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -5726,6 +5759,7 @@
|
|
|
A71AA519227219D7008FF1A5 /* EditExpressAddressViewController.swift in Sources */,
|
|
|
A7FF1568228C6E2300A85748 /* OrderDeliveryModeAndTimeTableViewCell.swift in Sources */,
|
|
|
A790705B22B9B680008CE279 /* ModifyDataViewController.swift in Sources */,
|
|
|
+ BD27F0B022CC929800A6514D /* CommunityVideoCoverCollectionCell.swift in Sources */,
|
|
|
A71738A822897E96000AEA6A /* SwiftMoyaNetWorkServiceShop.swift in Sources */,
|
|
|
BD20F1CD2283C51300677D8E /* OrderFinishPayController.swift in Sources */,
|
|
|
A729B5B022671310004AE098 /* MobileLoginView.swift in Sources */,
|
|
@@ -5769,6 +5803,7 @@
|
|
|
A72A72B822321DE000B21995 /* Extension+UserDefaults.swift in Sources */,
|
|
|
A719016B22757A5A00104A50 /* ProvinceCityAreaTableViewCell.swift in Sources */,
|
|
|
BD12B6AD22B502C200AEB10B /* KSVideoLayer.m in Sources */,
|
|
|
+ BD27F0B222CC9E2A00A6514D /* CommunityVideoPlayView.swift in Sources */,
|
|
|
BD6122B122C3638300D3F513 /* AliyunEffectFilterInfo.m in Sources */,
|
|
|
A729B5B72267270B004AE098 /* PasswordLoginView.swift in Sources */,
|
|
|
BD13B6DF22BA03BC008BB323 /* PublishTopicHeaderView.swift in Sources */,
|
|
@@ -6175,6 +6210,7 @@
|
|
|
BDD4FB1722840DD3006FE833 /* OrderPayAcountView.swift in Sources */,
|
|
|
BDE376DA22C22A260055E2EA /* UIButton+AliyunBlock.m in Sources */,
|
|
|
A7D07CBF22B73EE600186014 /* UserPersonalCenterViewController.swift in Sources */,
|
|
|
+ BD27F0AD22CC5E4D00A6514D /* CommunityVideoListController.swift in Sources */,
|
|
|
A7CC753C2271C177003C4F38 /* AddressManagerSelfMentionTableViewCell.swift in Sources */,
|
|
|
A7FF1587228C851100A85748 /* OrderDetailInfoTableViewCell.swift in Sources */,
|
|
|
);
|