|
@@ -365,6 +365,11 @@
|
|
|
BD1DC6C9228D005000B89C57 /* OrderCreateParameterModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1DC6C8228D005000B89C57 /* OrderCreateParameterModel.swift */; };
|
|
|
BD1DC6CB228D157000B89C57 /* OrderCreateBackModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1DC6CA228D157000B89C57 /* OrderCreateBackModel.swift */; };
|
|
|
BD1DC6CD228D160D00B89C57 /* OrderPurchaseModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1DC6CC228D160D00B89C57 /* OrderPurchaseModel.swift */; };
|
|
|
+ BD1FC17F22B08D3C00D55081 /* CommunityMyFollowTopicController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC17E22B08D3C00D55081 /* CommunityMyFollowTopicController.swift */; };
|
|
|
+ BD1FC18122B08D7A00D55081 /* CommunityMyFollowTopicCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC18022B08D7A00D55081 /* CommunityMyFollowTopicCell.swift */; };
|
|
|
+ BD1FC18622B09F9800D55081 /* CommunitySubCommentController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC18522B09F9800D55081 /* CommunitySubCommentController.swift */; };
|
|
|
+ BD1FC18822B0A30300D55081 /* CommunityMajorCommentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC18722B0A30300D55081 /* CommunityMajorCommentCell.swift */; };
|
|
|
+ BD1FC18A22B0A32100D55081 /* CommunityReplyCommentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC18922B0A32100D55081 /* CommunityReplyCommentCell.swift */; };
|
|
|
BD20F1CB2283C12000677D8E /* ShoppingCartListNoneItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1CA2283C12000677D8E /* ShoppingCartListNoneItemCell.swift */; };
|
|
|
BD20F1CD2283C51300677D8E /* OrderFinishPayController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1CC2283C51300677D8E /* OrderFinishPayController.swift */; };
|
|
|
BD20F1CF2283CE2300677D8E /* OrderFinishPayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1CE2283CE2300677D8E /* OrderFinishPayView.swift */; };
|
|
@@ -808,6 +813,11 @@
|
|
|
BD1DC6C8228D005000B89C57 /* OrderCreateParameterModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderCreateParameterModel.swift; sourceTree = "<group>"; };
|
|
|
BD1DC6CA228D157000B89C57 /* OrderCreateBackModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderCreateBackModel.swift; sourceTree = "<group>"; };
|
|
|
BD1DC6CC228D160D00B89C57 /* OrderPurchaseModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderPurchaseModel.swift; sourceTree = "<group>"; };
|
|
|
+ BD1FC17E22B08D3C00D55081 /* CommunityMyFollowTopicController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityMyFollowTopicController.swift; sourceTree = "<group>"; };
|
|
|
+ BD1FC18022B08D7A00D55081 /* CommunityMyFollowTopicCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityMyFollowTopicCell.swift; sourceTree = "<group>"; };
|
|
|
+ BD1FC18522B09F9800D55081 /* CommunitySubCommentController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunitySubCommentController.swift; sourceTree = "<group>"; };
|
|
|
+ BD1FC18722B0A30300D55081 /* CommunityMajorCommentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityMajorCommentCell.swift; sourceTree = "<group>"; };
|
|
|
+ BD1FC18922B0A32100D55081 /* CommunityReplyCommentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityReplyCommentCell.swift; sourceTree = "<group>"; };
|
|
|
BD20F1CA2283C12000677D8E /* ShoppingCartListNoneItemCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartListNoneItemCell.swift; sourceTree = "<group>"; };
|
|
|
BD20F1CC2283C51300677D8E /* OrderFinishPayController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderFinishPayController.swift; sourceTree = "<group>"; };
|
|
|
BD20F1CE2283CE2300677D8E /* OrderFinishPayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderFinishPayView.swift; sourceTree = "<group>"; };
|
|
@@ -1254,6 +1264,8 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
A719EE6722AF438E001AAC98 /* Community */,
|
|
|
+ BD1FC18222B09F4700D55081 /* CommunitySubComment */,
|
|
|
+ BD1FC17D22B08CEB00D55081 /* CommunityMyFollowTopic */,
|
|
|
);
|
|
|
path = CommunityModule;
|
|
|
sourceTree = "<group>";
|
|
@@ -3150,6 +3162,25 @@
|
|
|
path = OrderModel;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BD1FC17D22B08CEB00D55081 /* CommunityMyFollowTopic */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD1FC17E22B08D3C00D55081 /* CommunityMyFollowTopicController.swift */,
|
|
|
+ BD1FC18022B08D7A00D55081 /* CommunityMyFollowTopicCell.swift */,
|
|
|
+ );
|
|
|
+ path = CommunityMyFollowTopic;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD1FC18222B09F4700D55081 /* CommunitySubComment */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD1FC18522B09F9800D55081 /* CommunitySubCommentController.swift */,
|
|
|
+ BD1FC18722B0A30300D55081 /* CommunityMajorCommentCell.swift */,
|
|
|
+ BD1FC18922B0A32100D55081 /* CommunityReplyCommentCell.swift */,
|
|
|
+ );
|
|
|
+ path = CommunitySubComment;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BD3474F722859788000908C5 /* OrderPayOrder */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -3811,6 +3842,7 @@
|
|
|
A70B2C402288312900B2449F /* ProductDetailSectionHeader.swift in Sources */,
|
|
|
A7A98E3122801B10005306E9 /* ShoppingMallListView.swift in Sources */,
|
|
|
BD1DC6C6228CFD0B00B89C57 /* SwiftMoyaServiceOrderApi.swift in Sources */,
|
|
|
+ BD1FC18A22B0A32100D55081 /* CommunityReplyCommentCell.swift in Sources */,
|
|
|
A7CC751A22716254003C4F38 /* SetTableViewCell.swift in Sources */,
|
|
|
BD20F1D32283D0ED00677D8E /* OrderFinishPaySuccessCell.swift in Sources */,
|
|
|
A71AA52822732173008FF1A5 /* SwiftMoyaNetWorkServiceConfig.swift in Sources */,
|
|
@@ -3839,6 +3871,7 @@
|
|
|
A7A98E17227EED76005306E9 /* SpecialViewController.swift in Sources */,
|
|
|
A7778CB32244D73400C7C47A /* RegisterLoginViewController.swift in Sources */,
|
|
|
BD7AB8432284390B0030646A /* OrderPaySelfPickInfoCell.swift in Sources */,
|
|
|
+ BD1FC18622B09F9800D55081 /* CommunitySubCommentController.swift in Sources */,
|
|
|
A7274C5F228EE636000E3A07 /* LBXScanWrapper.swift in Sources */,
|
|
|
A7CC752F2271A1F2003C4F38 /* SetPasswordView.swift in Sources */,
|
|
|
A7A98E09227EB8DD005306E9 /* CategoryView.swift in Sources */,
|
|
@@ -3952,6 +3985,7 @@
|
|
|
BD7AB8452284398A0030646A /* OrderPaySelfPickAddInfoCell.swift in Sources */,
|
|
|
A72A72D222321E2700B21995 /* Common.swift in Sources */,
|
|
|
A70B2C64228875DE00B2449F /* ShopViewShopInfoTableViewCell.swift in Sources */,
|
|
|
+ BD1FC17F22B08D3C00D55081 /* CommunityMyFollowTopicController.swift in Sources */,
|
|
|
BDEF7791228571DC00ED0AC0 /* CommonPayView.swift in Sources */,
|
|
|
A71AF0A6226EDDC8001730FE /* SearchViewController.swift in Sources */,
|
|
|
BD20F1CF2283CE2300677D8E /* OrderFinishPayView.swift in Sources */,
|
|
@@ -3968,6 +4002,7 @@
|
|
|
BDF47D822282B3D100941AB9 /* ShoppingCartHotSaleTableViewCell.swift in Sources */,
|
|
|
BD20F1CB2283C12000677D8E /* ShoppingCartListNoneItemCell.swift in Sources */,
|
|
|
A7B4E756228281620012914A /* ShoppingMallSlidingLeftRightBgCollectionViewCell.swift in Sources */,
|
|
|
+ BD1FC18122B08D7A00D55081 /* CommunityMyFollowTopicCell.swift in Sources */,
|
|
|
A757C92E22744ACE00226355 /* AddressManagerListModel.swift in Sources */,
|
|
|
BDAA40F9228E9ADA00CF841D /* OrderApplyRefundReasonCell.swift in Sources */,
|
|
|
A7274C59228EE636000E3A07 /* LBXScanNetAnimation.swift in Sources */,
|
|
@@ -3977,6 +4012,7 @@
|
|
|
A77F2C9C2231FDCF001BD3F6 /* BaseView.swift in Sources */,
|
|
|
A7A98E2F228017E2005306E9 /* SwiftMoyaNetWorkServiceCMS.swift in Sources */,
|
|
|
A7284A522252EE9A000BAEC4 /* RootModel.swift in Sources */,
|
|
|
+ BD1FC18822B0A30300D55081 /* CommunityMajorCommentCell.swift in Sources */,
|
|
|
BD6EDF48229007EA009A20FE /* OrderApplyRefundModel.swift in Sources */,
|
|
|
A72A7388223396CB00B21995 /* ApiMacro.swift in Sources */,
|
|
|
A72A72B922321DE000B21995 /* Extension+Array.swift in Sources */,
|