|
@@ -279,6 +279,7 @@
|
|
|
A7D46092227619CD00A5A54E /* BaiduToCityFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7D46091227619CC00A5A54E /* BaiduToCityFactory.swift */; };
|
|
|
A7D460942276854500A5A54E /* BaiduToCity2Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7D460932276854500A5A54E /* BaiduToCity2Model.swift */; };
|
|
|
A7DC467F22783A47001F3EFC /* EditExpressAddressTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DC467E22783A47001F3EFC /* EditExpressAddressTableViewCell.swift */; };
|
|
|
+ A7FF1555228AC27600A85748 /* ProductAllCommentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7FF1554228AC27600A85748 /* ProductAllCommentView.swift */; };
|
|
|
BD15CCD122895E1800EDCE93 /* ProductCartHotSaleCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD15CCD022895E1800EDCE93 /* ProductCartHotSaleCollectionCell.swift */; };
|
|
|
BD20F1CB2283C12000677D8E /* ShoppingCartListNoneItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1CA2283C12000677D8E /* ShoppingCartListNoneItemCell.swift */; };
|
|
|
BD20F1CD2283C51300677D8E /* ShoppingCartFinishPayController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1CC2283C51300677D8E /* ShoppingCartFinishPayController.swift */; };
|
|
@@ -615,6 +616,7 @@
|
|
|
A7D460932276854500A5A54E /* BaiduToCity2Model.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaiduToCity2Model.swift; sourceTree = "<group>"; };
|
|
|
A7DC467E22783A47001F3EFC /* EditExpressAddressTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditExpressAddressTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
A7E03A30F40582782EC5DA89 /* Pods_RainbowPlanetTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanetTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ A7FF1554228AC27600A85748 /* ProductAllCommentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductAllCommentView.swift; sourceTree = "<group>"; };
|
|
|
BD15CCD022895E1800EDCE93 /* ProductCartHotSaleCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductCartHotSaleCollectionCell.swift; sourceTree = "<group>"; };
|
|
|
BD20F1CA2283C12000677D8E /* ShoppingCartListNoneItemCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartListNoneItemCell.swift; sourceTree = "<group>"; };
|
|
|
BD20F1CC2283C51300677D8E /* ShoppingCartFinishPayController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartFinishPayController.swift; sourceTree = "<group>"; };
|
|
@@ -1873,6 +1875,7 @@
|
|
|
A77F2CA32232010F001BD3F6 /* ShoppingMallModule */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A7FF1550228AC22700A85748 /* ProductAllComment */,
|
|
|
A70B2C122286B14C00B2449F /* ProductView */,
|
|
|
A77F2CA42232010F001BD3F6 /* ShoppingMall */,
|
|
|
A70B2C112286B10000B2449F /* ProductDetail */,
|
|
@@ -2513,6 +2516,30 @@
|
|
|
path = FMDB;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A7FF1550228AC22700A85748 /* ProductAllComment */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A7FF1553228AC25000A85748 /* ViewController */,
|
|
|
+ A7FF1552228AC24B00A85748 /* View */,
|
|
|
+ );
|
|
|
+ path = ProductAllComment;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A7FF1552228AC24B00A85748 /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A7FF1554228AC27600A85748 /* ProductAllCommentView.swift */,
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A7FF1553228AC25000A85748 /* ViewController */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = ViewController;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BD15CCCF22895DBD00EDCE93 /* ProductCartHotSaleCollectionCell */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -3035,6 +3062,7 @@
|
|
|
A72A7333223256E100B21995 /* PayManager.swift in Sources */,
|
|
|
A70B2C6722887B2B00B2449F /* ProductDetailEvaluationListTableViewCell.swift in Sources */,
|
|
|
A775CC00223774A300EBDCF8 /* ShoppingMallView.swift in Sources */,
|
|
|
+ A7FF1555228AC27600A85748 /* ProductAllCommentView.swift in Sources */,
|
|
|
A7CC7526227196A8003C4F38 /* AccountSecurityTableViewCell.swift in Sources */,
|
|
|
A7CC74F122706FE3003C4F38 /* MessageOneCollectionViewCell.swift in Sources */,
|
|
|
A72A72D622321E2700B21995 /* ThirdPartyMacro.swift in Sources */,
|