|
@@ -440,6 +440,10 @@
|
|
|
BD28078222B727BD002AB976 /* PublishEditAddPicCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28078122B727BD002AB976 /* PublishEditAddPicCell.swift */; };
|
|
|
BD28078422B76568002AB976 /* PublishEditDefaultCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28078322B76568002AB976 /* PublishEditDefaultCollectionCell.swift */; };
|
|
|
BD28078622B765E6002AB976 /* PublishEditAddImgCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28078522B765E6002AB976 /* PublishEditAddImgCollectionCell.swift */; };
|
|
|
+ BD28078D22B76A8C002AB976 /* PublishAddAddressController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28078C22B76A8C002AB976 /* PublishAddAddressController.swift */; };
|
|
|
+ BD28078F22B76A9F002AB976 /* PublishAddTopicController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28078E22B76A9F002AB976 /* PublishAddTopicController.swift */; };
|
|
|
+ BD28079122B770C9002AB976 /* PublishTopicTypeCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28079022B770C9002AB976 /* PublishTopicTypeCell.swift */; };
|
|
|
+ BD28079522B7713C002AB976 /* PublishTopicTypeItemCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28079422B7713C002AB976 /* PublishTopicTypeItemCollectionCell.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 */; };
|
|
@@ -975,6 +979,10 @@
|
|
|
BD28078122B727BD002AB976 /* PublishEditAddPicCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishEditAddPicCell.swift; sourceTree = "<group>"; };
|
|
|
BD28078322B76568002AB976 /* PublishEditDefaultCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishEditDefaultCollectionCell.swift; sourceTree = "<group>"; };
|
|
|
BD28078522B765E6002AB976 /* PublishEditAddImgCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishEditAddImgCollectionCell.swift; sourceTree = "<group>"; };
|
|
|
+ BD28078C22B76A8C002AB976 /* PublishAddAddressController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishAddAddressController.swift; sourceTree = "<group>"; };
|
|
|
+ BD28078E22B76A9F002AB976 /* PublishAddTopicController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishAddTopicController.swift; sourceTree = "<group>"; };
|
|
|
+ BD28079022B770C9002AB976 /* PublishTopicTypeCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishTopicTypeCell.swift; sourceTree = "<group>"; };
|
|
|
+ BD28079422B7713C002AB976 /* PublishTopicTypeItemCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishTopicTypeItemCollectionCell.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>"; };
|
|
@@ -3472,6 +3480,8 @@
|
|
|
children = (
|
|
|
BD12B67222B4E99800AEB10B /* PublishMediaPicker */,
|
|
|
BD28077422B72175002AB976 /* PublishEditController */,
|
|
|
+ BD28078722B769E8002AB976 /* PublishAddTopic */,
|
|
|
+ BD28078922B76A30002AB976 /* PublishAddAddress */,
|
|
|
);
|
|
|
path = PublishModule;
|
|
|
sourceTree = "<group>";
|
|
@@ -3658,6 +3668,40 @@
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BD28078722B769E8002AB976 /* PublishAddTopic */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD28078B22B76A5D002AB976 /* View */,
|
|
|
+ BD28078A22B76A55002AB976 /* Controller */,
|
|
|
+ );
|
|
|
+ path = PublishAddTopic;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD28078922B76A30002AB976 /* PublishAddAddress */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD28078C22B76A8C002AB976 /* PublishAddAddressController.swift */,
|
|
|
+ );
|
|
|
+ path = PublishAddAddress;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD28078A22B76A55002AB976 /* Controller */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD28078E22B76A9F002AB976 /* PublishAddTopicController.swift */,
|
|
|
+ );
|
|
|
+ path = Controller;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD28078B22B76A5D002AB976 /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD28079022B770C9002AB976 /* PublishTopicTypeCell.swift */,
|
|
|
+ BD28079422B7713C002AB976 /* PublishTopicTypeItemCollectionCell.swift */,
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BD2FCBDE22B21BE00006D974 /* CommunityRecommendDetail */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -4259,6 +4303,7 @@
|
|
|
A71AF0AE226EF0A3001730FE /* SearchHeaderCollectionReusableView.swift in Sources */,
|
|
|
A7636AC52268139C00374F9E /* LocationViewController.swift in Sources */,
|
|
|
A7D46090227617D200A5A54E /* SQLModel.swift in Sources */,
|
|
|
+ BD28079522B7713C002AB976 /* PublishTopicTypeItemCollectionCell.swift in Sources */,
|
|
|
A72C01222275404A0065E0C3 /* ProvinceCityAreaModel.swift in Sources */,
|
|
|
A7FF1579228C82CE00A85748 /* OrderDetailViewController.swift in Sources */,
|
|
|
A7FF159C228D9E3D00A85748 /* OrderRefundDetailModel.swift in Sources */,
|
|
@@ -4266,6 +4311,8 @@
|
|
|
BDF862A2228E41CC000DEF84 /* OrderLogisticsInfoCell.swift in Sources */,
|
|
|
A739121D229F75F50033177E /* JXPagingListContainerView.swift in Sources */,
|
|
|
A72A7386223396CB00B21995 /* SwiftMoyaNetWorkManager.swift in Sources */,
|
|
|
+ BD28078F22B76A9F002AB976 /* PublishAddTopicController.swift in Sources */,
|
|
|
+ BD28079122B770C9002AB976 /* PublishTopicTypeCell.swift in Sources */,
|
|
|
A70B2C252286C03800B2449F /* NXLPageControl.swift in Sources */,
|
|
|
A7F2D6C122B0D1CB0093000B /* CommunityFollowTableHeaderView.swift in Sources */,
|
|
|
A7C0FE0022B66E5A00BC1E86 /* CommunityFeaturedTopicsViewController.swift in Sources */,
|
|
@@ -4591,6 +4638,7 @@
|
|
|
BD29A92E228F99780018CFC3 /* OrderCommentParameterModel.swift in Sources */,
|
|
|
A7284440224DFACD00F82F30 /* InfoModel.swift in Sources */,
|
|
|
A72A72B522321DE000B21995 /* Extension+UITextView.swift in Sources */,
|
|
|
+ BD28078D22B76A8C002AB976 /* PublishAddAddressController.swift in Sources */,
|
|
|
BDF47D822282B3D100941AB9 /* ShoppingCartHotSaleTableViewCell.swift in Sources */,
|
|
|
BD20F1CB2283C12000677D8E /* ShoppingCartListNoneItemCell.swift in Sources */,
|
|
|
A7B4E756228281620012914A /* ShoppingMallSlidingLeftRightBgCollectionViewCell.swift in Sources */,
|