|
@@ -376,6 +376,11 @@
|
|
|
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 */; };
|
|
|
+ BD1FC1A322B1075F00D55081 /* UIView+LX_Frame.m in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC19922B1075F00D55081 /* UIView+LX_Frame.m */; };
|
|
|
+ BD1FC1A622B1075F00D55081 /* LxButton.m in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC19C22B1075F00D55081 /* LxButton.m */; };
|
|
|
+ BD1FC1A722B1075F00D55081 /* UIColor+Expanded.m in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC19E22B1075F00D55081 /* UIColor+Expanded.m */; };
|
|
|
+ BD1FC1A822B1075F00D55081 /* LXTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC1A022B1075F00D55081 /* LXTextView.m */; };
|
|
|
+ BD1FC1A922B1075F00D55081 /* LXKeyBoard.m in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC1A122B1075F00D55081 /* LXKeyBoard.m */; };
|
|
|
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 */; };
|
|
@@ -830,6 +835,16 @@
|
|
|
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>"; };
|
|
|
+ BD1FC19122B1075E00D55081 /* LXTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LXTextView.h; sourceTree = "<group>"; };
|
|
|
+ BD1FC19522B1075E00D55081 /* UIView+LX_Frame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+LX_Frame.h"; sourceTree = "<group>"; };
|
|
|
+ BD1FC19722B1075F00D55081 /* LxButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LxButton.h; sourceTree = "<group>"; };
|
|
|
+ BD1FC19822B1075F00D55081 /* UIColor+Expanded.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+Expanded.h"; sourceTree = "<group>"; };
|
|
|
+ BD1FC19922B1075F00D55081 /* UIView+LX_Frame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+LX_Frame.m"; sourceTree = "<group>"; };
|
|
|
+ BD1FC19C22B1075F00D55081 /* LxButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LxButton.m; sourceTree = "<group>"; };
|
|
|
+ BD1FC19E22B1075F00D55081 /* UIColor+Expanded.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+Expanded.m"; sourceTree = "<group>"; };
|
|
|
+ BD1FC19F22B1075F00D55081 /* LXKeyBoard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LXKeyBoard.h; sourceTree = "<group>"; };
|
|
|
+ BD1FC1A022B1075F00D55081 /* LXTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LXTextView.m; sourceTree = "<group>"; };
|
|
|
+ BD1FC1A122B1075F00D55081 /* LXKeyBoard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LXKeyBoard.m; 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>"; };
|
|
@@ -2320,6 +2335,7 @@
|
|
|
A77F2CBC2232022A001BD3F6 /* Tools */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BD1FC19022B1075E00D55081 /* CommentKeyboard */,
|
|
|
A7931DF422AF827600297D0A /* ESTabBarController-swift */,
|
|
|
BD108C8D22A60A2000837DAB /* HGImagePicker */,
|
|
|
A7391212229F75F50033177E /* JXPagingView-Swift */,
|
|
@@ -3231,6 +3247,31 @@
|
|
|
path = CommunitySubComment;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BD1FC19022B1075E00D55081 /* CommentKeyboard */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD1FC19222B1075E00D55081 /* Category */,
|
|
|
+ BD1FC19F22B1075F00D55081 /* LXKeyBoard.h */,
|
|
|
+ BD1FC1A122B1075F00D55081 /* LXKeyBoard.m */,
|
|
|
+ BD1FC19122B1075E00D55081 /* LXTextView.h */,
|
|
|
+ BD1FC1A022B1075F00D55081 /* LXTextView.m */,
|
|
|
+ );
|
|
|
+ path = CommentKeyboard;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD1FC19222B1075E00D55081 /* Category */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD1FC19722B1075F00D55081 /* LxButton.h */,
|
|
|
+ BD1FC19C22B1075F00D55081 /* LxButton.m */,
|
|
|
+ BD1FC19822B1075F00D55081 /* UIColor+Expanded.h */,
|
|
|
+ BD1FC19E22B1075F00D55081 /* UIColor+Expanded.m */,
|
|
|
+ BD1FC19522B1075E00D55081 /* UIView+LX_Frame.h */,
|
|
|
+ BD1FC19922B1075F00D55081 /* UIView+LX_Frame.m */,
|
|
|
+ );
|
|
|
+ path = Category;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BD3474F722859788000908C5 /* OrderPayOrder */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -3718,6 +3759,7 @@
|
|
|
A7274C5E228EE636000E3A07 /* LBXPermissions.swift in Sources */,
|
|
|
A7D46092227619CD00A5A54E /* BaiduToCityFactory.swift in Sources */,
|
|
|
A71AA51C227219EF008FF1A5 /* EditExpressAddressView.swift in Sources */,
|
|
|
+ BD1FC1A822B1075F00D55081 /* LXTextView.m in Sources */,
|
|
|
BDAA40FB228E9CC300CF841D /* OrderApplyRefundNoteInfoCell.swift in Sources */,
|
|
|
A7DF50D622A4E8B400998908 /* OrderDetailProductTableViewCell.swift in Sources */,
|
|
|
A7CC751122715AE3003C4F38 /* MessageDetailesTimeView.swift in Sources */,
|
|
@@ -3731,6 +3773,7 @@
|
|
|
BDF47D7E22827C3F00941AB9 /* ProductSlidingTopBottomCollectionViewCell.swift in Sources */,
|
|
|
BD108C9522A60C2100837DAB /* HGImageCollectionViewCell.swift in Sources */,
|
|
|
A7FF1589228C854900A85748 /* OrderDetailBottomView.swift in Sources */,
|
|
|
+ BD1FC1A722B1075F00D55081 /* UIColor+Expanded.m in Sources */,
|
|
|
BD12203122AF4A010051C7C2 /* MessageMainItemView.swift in Sources */,
|
|
|
BD1DC6C5228CFD0B00B89C57 /* SwiftMoyaNetWorkServiceOrder.swift in Sources */,
|
|
|
BD7AB83D228438020030646A /* OrderPayExpressInfoShowCell.swift in Sources */,
|
|
@@ -3800,6 +3843,7 @@
|
|
|
A70B2C60228870CE00B2449F /* ShopSectionHeaderView.swift in Sources */,
|
|
|
A7CC7528227196C4003C4F38 /* AccountSecuritySetTableViewCell.swift in Sources */,
|
|
|
A70B2C292286D77200B2449F /* ProductDetailProductInfoTableViewCell.swift in Sources */,
|
|
|
+ BD1FC1A922B1075F00D55081 /* LXKeyBoard.m in Sources */,
|
|
|
A72A726822321DBD00B21995 /* UMManager.swift in Sources */,
|
|
|
A70B2C042283D06B00B2449F /* ProductFloorFullLeftHeaderCollectionReusableView.swift in Sources */,
|
|
|
BD108C9322A60C2100837DAB /* HGImageCompleteButton.swift in Sources */,
|
|
@@ -3849,6 +3893,7 @@
|
|
|
BDF862AA228E43A4000DEF84 /* OrderCommentTableViewCell.swift in Sources */,
|
|
|
A7B4E754228278320012914A /* ShoppingMallFloorTableViewCell.swift in Sources */,
|
|
|
BD3474F522857B85000908C5 /* CommonPayHeader.swift in Sources */,
|
|
|
+ BD1FC1A322B1075F00D55081 /* UIView+LX_Frame.m in Sources */,
|
|
|
A71AF0B6226EF99A001730FE /* SearchResultViewController.swift in Sources */,
|
|
|
A757C9302274839900226355 /* SelfMentionAddressListModel.swift in Sources */,
|
|
|
BDD22F0B228FAA5B00D43BFB /* ImageUrlModel.swift in Sources */,
|
|
@@ -3970,6 +4015,7 @@
|
|
|
A7B4E73A228192D20012914A /* CMSTemplateModel.swift in Sources */,
|
|
|
A72A72C622321DE000B21995 /* WebView.swift in Sources */,
|
|
|
A72A72D122321E2700B21995 /* HTMLURLMacro.swift in Sources */,
|
|
|
+ BD1FC1A622B1075F00D55081 /* LxButton.m in Sources */,
|
|
|
BDF862A1228E41CC000DEF84 /* OrderLogisticsController.swift in Sources */,
|
|
|
A72A73162232481600B21995 /* WeChatpayManager.swift in Sources */,
|
|
|
A7CC750F22715AAC003C4F38 /* MessageDetailesTableViewCell.swift in Sources */,
|