|
@@ -388,6 +388,11 @@
|
|
BD20F1D52283D15500677D8E /* OrderFinishPayFailureCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1D42283D15500677D8E /* OrderFinishPayFailureCell.swift */; };
|
|
BD20F1D52283D15500677D8E /* OrderFinishPayFailureCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1D42283D15500677D8E /* OrderFinishPayFailureCell.swift */; };
|
|
BD20F1D82283D2AA00677D8E /* ShoppingCartModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BD20F1D72283D2AA00677D8E /* ShoppingCartModule.xcassets */; };
|
|
BD20F1D82283D2AA00677D8E /* ShoppingCartModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BD20F1D72283D2AA00677D8E /* ShoppingCartModule.xcassets */; };
|
|
BD29A92E228F99780018CFC3 /* OrderCommentParameterModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD29A92D228F99780018CFC3 /* OrderCommentParameterModel.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 */; };
|
|
|
|
+ BD2FCBE622B2586C0006D974 /* CommunityTagCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2FCBE522B2586C0006D974 /* CommunityTagCollectionCell.swift */; };
|
|
|
|
+ BD2FCBEA22B267280006D974 /* RecommendNoneCommentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2FCBE922B267280006D974 /* RecommendNoneCommentCell.swift */; };
|
|
|
|
+ BD2FCBEC22B274020006D974 /* RecommendCommentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2FCBEB22B274020006D974 /* RecommendCommentCell.swift */; };
|
|
BD3474F522857B85000908C5 /* CommonPayHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD3474F422857B85000908C5 /* CommonPayHeader.swift */; };
|
|
BD3474F522857B85000908C5 /* CommonPayHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD3474F422857B85000908C5 /* CommonPayHeader.swift */; };
|
|
BD3AA45822AE63EC00EF4F20 /* MessageMainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD3AA45722AE63EC00EF4F20 /* MessageMainViewController.swift */; };
|
|
BD3AA45822AE63EC00EF4F20 /* MessageMainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD3AA45722AE63EC00EF4F20 /* MessageMainViewController.swift */; };
|
|
BD3AA45F22AE6F2500EF4F20 /* MessagePlanetTableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD3AA45E22AE6F2500EF4F20 /* MessagePlanetTableCell.swift */; };
|
|
BD3AA45F22AE6F2500EF4F20 /* MessagePlanetTableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD3AA45E22AE6F2500EF4F20 /* MessagePlanetTableCell.swift */; };
|
|
@@ -852,6 +857,11 @@
|
|
BD20F1D42283D15500677D8E /* OrderFinishPayFailureCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderFinishPayFailureCell.swift; sourceTree = "<group>"; };
|
|
BD20F1D42283D15500677D8E /* OrderFinishPayFailureCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderFinishPayFailureCell.swift; sourceTree = "<group>"; };
|
|
BD20F1D72283D2AA00677D8E /* ShoppingCartModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ShoppingCartModule.xcassets; sourceTree = "<group>"; };
|
|
BD20F1D72283D2AA00677D8E /* ShoppingCartModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ShoppingCartModule.xcassets; sourceTree = "<group>"; };
|
|
BD29A92D228F99780018CFC3 /* OrderCommentParameterModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderCommentParameterModel.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>"; };
|
|
|
|
+ BD2FCBE522B2586C0006D974 /* CommunityTagCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityTagCollectionCell.swift; sourceTree = "<group>"; };
|
|
|
|
+ BD2FCBE922B267280006D974 /* RecommendNoneCommentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecommendNoneCommentCell.swift; sourceTree = "<group>"; };
|
|
|
|
+ BD2FCBEB22B274020006D974 /* RecommendCommentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecommendCommentCell.swift; sourceTree = "<group>"; };
|
|
BD3474F422857B85000908C5 /* CommonPayHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonPayHeader.swift; sourceTree = "<group>"; };
|
|
BD3474F422857B85000908C5 /* CommonPayHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonPayHeader.swift; sourceTree = "<group>"; };
|
|
BD3AA45722AE63EC00EF4F20 /* MessageMainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageMainViewController.swift; sourceTree = "<group>"; };
|
|
BD3AA45722AE63EC00EF4F20 /* MessageMainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageMainViewController.swift; sourceTree = "<group>"; };
|
|
BD3AA45E22AE6F2500EF4F20 /* MessagePlanetTableCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagePlanetTableCell.swift; sourceTree = "<group>"; };
|
|
BD3AA45E22AE6F2500EF4F20 /* MessagePlanetTableCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagePlanetTableCell.swift; sourceTree = "<group>"; };
|
|
@@ -1292,6 +1302,7 @@
|
|
children = (
|
|
children = (
|
|
A719EE6722AF438E001AAC98 /* Community */,
|
|
A719EE6722AF438E001AAC98 /* Community */,
|
|
BD1FC18222B09F4700D55081 /* CommunitySubComment */,
|
|
BD1FC18222B09F4700D55081 /* CommunitySubComment */,
|
|
|
|
+ BD2FCBDE22B21BE00006D974 /* CommunityRecommendDetail */,
|
|
BD1FC17D22B08CEB00D55081 /* CommunityMyFollowTopic */,
|
|
BD1FC17D22B08CEB00D55081 /* CommunityMyFollowTopic */,
|
|
);
|
|
);
|
|
path = CommunityModule;
|
|
path = CommunityModule;
|
|
@@ -3272,6 +3283,34 @@
|
|
path = Category;
|
|
path = Category;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ BD2FCBDE22B21BE00006D974 /* CommunityRecommendDetail */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BD2FCBE022B21C600006D974 /* View */,
|
|
|
|
+ BD2FCBDF22B21C3F0006D974 /* Controller */,
|
|
|
|
+ );
|
|
|
|
+ path = CommunityRecommendDetail;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ BD2FCBDF22B21C3F0006D974 /* Controller */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BD2FCBE122B21CF70006D974 /* CommunityRecommendController.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = Controller;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ BD2FCBE022B21C600006D974 /* View */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BD2FCBE322B244250006D974 /* RecommendDetailContentCell.swift */,
|
|
|
|
+ BD2FCBE522B2586C0006D974 /* CommunityTagCollectionCell.swift */,
|
|
|
|
+ BD2FCBE922B267280006D974 /* RecommendNoneCommentCell.swift */,
|
|
|
|
+ BD2FCBEB22B274020006D974 /* RecommendCommentCell.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = View;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
BD3474F722859788000908C5 /* OrderPayOrder */ = {
|
|
BD3474F722859788000908C5 /* OrderPayOrder */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -3803,6 +3842,7 @@
|
|
A7CC74D822700359003C4F38 /* MineTableViewHeaderView.swift in Sources */,
|
|
A7CC74D822700359003C4F38 /* MineTableViewHeaderView.swift in Sources */,
|
|
A7931E1122AF989B00297D0A /* TopicSelectionViewController.swift in Sources */,
|
|
A7931E1122AF989B00297D0A /* TopicSelectionViewController.swift in Sources */,
|
|
A71D2A602265673A00A55D16 /* RegisterLoginView.swift in Sources */,
|
|
A71D2A602265673A00A55D16 /* RegisterLoginView.swift in Sources */,
|
|
|
|
+ BD2FCBE422B244250006D974 /* RecommendDetailContentCell.swift in Sources */,
|
|
A73D7C682268A032002A4CE3 /* SwiftyStarRatingView.swift in Sources */,
|
|
A73D7C682268A032002A4CE3 /* SwiftyStarRatingView.swift in Sources */,
|
|
A7931E0122AF827600297D0A /* ESTabBarItemContentView.swift in Sources */,
|
|
A7931E0122AF827600297D0A /* ESTabBarItemContentView.swift in Sources */,
|
|
A71AA5102272156A008FF1A5 /* ExpressAddressListViewController.swift in Sources */,
|
|
A71AA5102272156A008FF1A5 /* ExpressAddressListViewController.swift in Sources */,
|
|
@@ -3853,6 +3893,7 @@
|
|
A7FF1592228C918100A85748 /* OrderRefunddetailsStatusTableViewCell.swift in Sources */,
|
|
A7FF1592228C918100A85748 /* OrderRefunddetailsStatusTableViewCell.swift in Sources */,
|
|
A7CC74E62270628B003C4F38 /* DeliveryMethodTypeModel.swift in Sources */,
|
|
A7CC74E62270628B003C4F38 /* DeliveryMethodTypeModel.swift in Sources */,
|
|
BDAA40FD228E9CD600CF841D /* OrderApplyRefundPhoneCell.swift in Sources */,
|
|
BDAA40FD228E9CD600CF841D /* OrderApplyRefundPhoneCell.swift in Sources */,
|
|
|
|
+ BD2FCBE222B21CF70006D974 /* CommunityRecommendController.swift in Sources */,
|
|
A71AA51F22729F35008FF1A5 /* AuthorizationSwift.swift in Sources */,
|
|
A71AA51F22729F35008FF1A5 /* AuthorizationSwift.swift in Sources */,
|
|
A7A98E3622802AD7005306E9 /* ShoppingMallBannerFSPagerViewCell.swift in Sources */,
|
|
A7A98E3622802AD7005306E9 /* ShoppingMallBannerFSPagerViewCell.swift in Sources */,
|
|
BD12204E22AFB07E0051C7C2 /* MessageThumbController.swift in Sources */,
|
|
BD12204E22AFB07E0051C7C2 /* MessageThumbController.swift in Sources */,
|
|
@@ -4011,6 +4052,7 @@
|
|
A775CBFE2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift in Sources */,
|
|
A775CBFE2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift in Sources */,
|
|
A71AA5212272E527008FF1A5 /* Extension+UINavigationController.swift in Sources */,
|
|
A71AA5212272E527008FF1A5 /* Extension+UINavigationController.swift in Sources */,
|
|
A7CC751822716202003C4F38 /* SetView.swift in Sources */,
|
|
A7CC751822716202003C4F38 /* SetView.swift in Sources */,
|
|
|
|
+ BD2FCBEA22B267280006D974 /* RecommendNoneCommentCell.swift in Sources */,
|
|
A7FF1594228C919A00A85748 /* OrderRefunddetailsTipsTableViewCell.swift in Sources */,
|
|
A7FF1594228C919A00A85748 /* OrderRefunddetailsTipsTableViewCell.swift in Sources */,
|
|
A7B4E73A228192D20012914A /* CMSTemplateModel.swift in Sources */,
|
|
A7B4E73A228192D20012914A /* CMSTemplateModel.swift in Sources */,
|
|
A72A72C622321DE000B21995 /* WebView.swift in Sources */,
|
|
A72A72C622321DE000B21995 /* WebView.swift in Sources */,
|
|
@@ -4041,6 +4083,7 @@
|
|
A7B4E72F2281773F0012914A /* ProductFloorCenterTitleView.swift in Sources */,
|
|
A7B4E72F2281773F0012914A /* ProductFloorCenterTitleView.swift in Sources */,
|
|
A7284A542252FB5C000BAEC4 /* PaginationModel.swift in Sources */,
|
|
A7284A542252FB5C000BAEC4 /* PaginationModel.swift in Sources */,
|
|
A72A72D022321E2700B21995 /* FontMacro.swift in Sources */,
|
|
A72A72D022321E2700B21995 /* FontMacro.swift in Sources */,
|
|
|
|
+ BD2FCBE622B2586C0006D974 /* CommunityTagCollectionCell.swift in Sources */,
|
|
BD1DC6C9228D005000B89C57 /* OrderCreateParameterModel.swift in Sources */,
|
|
BD1DC6C9228D005000B89C57 /* OrderCreateParameterModel.swift in Sources */,
|
|
A71AA52622732068008FF1A5 /* SwiftMoyaServiceConfigApi.swift in Sources */,
|
|
A71AA52622732068008FF1A5 /* SwiftMoyaServiceConfigApi.swift in Sources */,
|
|
A77F2C982231FD25001BD3F6 /* BaseNavigationViewController.swift in Sources */,
|
|
A77F2C982231FD25001BD3F6 /* BaseNavigationViewController.swift in Sources */,
|
|
@@ -4090,6 +4133,7 @@
|
|
BDEF7791228571DC00ED0AC0 /* CommonPayView.swift in Sources */,
|
|
BDEF7791228571DC00ED0AC0 /* CommonPayView.swift in Sources */,
|
|
A71AF0A6226EDDC8001730FE /* SearchViewController.swift in Sources */,
|
|
A71AF0A6226EDDC8001730FE /* SearchViewController.swift in Sources */,
|
|
BD20F1CF2283CE2300677D8E /* OrderFinishPayView.swift in Sources */,
|
|
BD20F1CF2283CE2300677D8E /* OrderFinishPayView.swift in Sources */,
|
|
|
|
+ BD2FCBEC22B274020006D974 /* RecommendCommentCell.swift in Sources */,
|
|
A7A98E4322804851005306E9 /* ShoppingMallSepcialFlowLayout.swift in Sources */,
|
|
A7A98E4322804851005306E9 /* ShoppingMallSepcialFlowLayout.swift in Sources */,
|
|
BD12204122AF8E320051C7C2 /* MessagePlanetNotiTableCell.swift in Sources */,
|
|
BD12204122AF8E320051C7C2 /* MessagePlanetNotiTableCell.swift in Sources */,
|
|
A79057062276EA3D0037F823 /* OpenCityListModel.swift in Sources */,
|
|
A79057062276EA3D0037F823 /* OpenCityListModel.swift in Sources */,
|