|
@@ -41,6 +41,9 @@
|
|
|
A70B2C732289019200B2449F /* ProductDetailSkuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A70B2C722289019200B2449F /* ProductDetailSkuView.swift */; };
|
|
|
A70B2C75228920BA00B2449F /* ProductDetailSkuSectionHeaerCollectionReusableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A70B2C74228920BA00B2449F /* ProductDetailSkuSectionHeaerCollectionReusableView.swift */; };
|
|
|
A70EBBC022561179000AD74F /* Extension+UITableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A70EBBBF22561179000AD74F /* Extension+UITableView.swift */; };
|
|
|
+ A71738A622897892000AEA6A /* SwiftMoyaServiceShopApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71738A522897892000AEA6A /* SwiftMoyaServiceShopApi.swift */; };
|
|
|
+ A71738A822897E96000AEA6A /* SwiftMoyaNetWorkServiceShop.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71738A722897E96000AEA6A /* SwiftMoyaNetWorkServiceShop.swift */; };
|
|
|
+ A71738AB22898660000AEA6A /* ShopModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71738AA22898660000AEA6A /* ShopModel.swift */; };
|
|
|
A7190167227543DB00104A50 /* baidu_cityid_rel.json in Resources */ = {isa = PBXBuildFile; fileRef = A7190166227543DB00104A50 /* baidu_cityid_rel.json */; };
|
|
|
A71901692275464000104A50 /* ProvinceCityAreaView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71901682275464000104A50 /* ProvinceCityAreaView.swift */; };
|
|
|
A719016B22757A5A00104A50 /* ProvinceCityAreaTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A719016A22757A5A00104A50 /* ProvinceCityAreaTableViewCell.swift */; };
|
|
@@ -359,6 +362,9 @@
|
|
|
A70B2C722289019200B2449F /* ProductDetailSkuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductDetailSkuView.swift; sourceTree = "<group>"; };
|
|
|
A70B2C74228920BA00B2449F /* ProductDetailSkuSectionHeaerCollectionReusableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductDetailSkuSectionHeaerCollectionReusableView.swift; sourceTree = "<group>"; };
|
|
|
A70EBBBF22561179000AD74F /* Extension+UITableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Extension+UITableView.swift"; sourceTree = "<group>"; };
|
|
|
+ A71738A522897892000AEA6A /* SwiftMoyaServiceShopApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftMoyaServiceShopApi.swift; sourceTree = "<group>"; };
|
|
|
+ A71738A722897E96000AEA6A /* SwiftMoyaNetWorkServiceShop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftMoyaNetWorkServiceShop.swift; sourceTree = "<group>"; };
|
|
|
+ A71738AA22898660000AEA6A /* ShopModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShopModel.swift; sourceTree = "<group>"; };
|
|
|
A7190166227543DB00104A50 /* baidu_cityid_rel.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = baidu_cityid_rel.json; sourceTree = "<group>"; };
|
|
|
A71901682275464000104A50 /* ProvinceCityAreaView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProvinceCityAreaView.swift; sourceTree = "<group>"; };
|
|
|
A719016A22757A5A00104A50 /* ProvinceCityAreaTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProvinceCityAreaTableViewCell.swift; sourceTree = "<group>"; };
|
|
@@ -814,10 +820,10 @@
|
|
|
A70B2C4F22884EF100B2449F /* ProductDetailDescription */,
|
|
|
A70B2C4A228845B200B2449F /* ProductDetailParameter */,
|
|
|
A70B2C442288408E00B2449F /* ProductDetailHotSell */,
|
|
|
- A70B2C4122883B2F00B2449F /* ProductDetailShop */,
|
|
|
- A70B2C3C2288259200B2449F /* ProductDetailEvaluation */,
|
|
|
- A70B2C38228819B500B2449F /* ProductDetailProductSku */,
|
|
|
A70B2C3A228819DC00B2449F /* ProductDetailProductInfo */,
|
|
|
+ A70B2C38228819B500B2449F /* ProductDetailProductSku */,
|
|
|
+ A70B2C3C2288259200B2449F /* ProductDetailEvaluation */,
|
|
|
+ A70B2C4122883B2F00B2449F /* ProductDetailShop */,
|
|
|
);
|
|
|
path = Cell;
|
|
|
sourceTree = "<group>";
|
|
@@ -959,6 +965,23 @@
|
|
|
path = ProductDetailSkuView;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A71738A42289787C000AEA6A /* SwiftMoyaServiceShop */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A71738A522897892000AEA6A /* SwiftMoyaServiceShopApi.swift */,
|
|
|
+ A71738A722897E96000AEA6A /* SwiftMoyaNetWorkServiceShop.swift */,
|
|
|
+ );
|
|
|
+ path = SwiftMoyaServiceShop;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A71738A922898651000AEA6A /* ShopModel */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A71738AA22898660000AEA6A /* ShopModel.swift */,
|
|
|
+ );
|
|
|
+ path = ShopModel;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A71901622275411C00104A50 /* ProvinceCityArea */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -1146,6 +1169,7 @@
|
|
|
A71D2A612265756E00A55D16 /* SwiftMoyaServiceApi */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A71738A42289787C000AEA6A /* SwiftMoyaServiceShop */,
|
|
|
A7A98E29228015BA005306E9 /* SwiftMoyaServiceCMS */,
|
|
|
A7A98DFB227E84D0005306E9 /* SwiftMoyaServiceProduct */,
|
|
|
A71AA5242273202E008FF1A5 /* SwiftMoyaServiceConfig */,
|
|
@@ -1503,6 +1527,7 @@
|
|
|
A738D203225AEAD000EEE860 /* Model */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A71738A922898651000AEA6A /* ShopModel */,
|
|
|
A7B4E736228190810012914A /* CommonModel */,
|
|
|
A72A73722233966800B21995 /* RootModel */,
|
|
|
A7A98E00227E88E8005306E9 /* ProductModel */,
|
|
@@ -2957,6 +2982,7 @@
|
|
|
A7CC750D227157DA003C4F38 /* MessageDetailesView.swift in Sources */,
|
|
|
BD7AB83622841A8B0030646A /* ShoppingCartPayOrderItemCell.swift in Sources */,
|
|
|
A71AA519227219D7008FF1A5 /* EditExpressAddressViewController.swift in Sources */,
|
|
|
+ A71738A822897E96000AEA6A /* SwiftMoyaNetWorkServiceShop.swift in Sources */,
|
|
|
BD20F1CD2283C51300677D8E /* ShoppingCartFinishPayController.swift in Sources */,
|
|
|
A729B5B022671310004AE098 /* MobileLoginView.swift in Sources */,
|
|
|
A71AA50C2272126A008FF1A5 /* EditAddressFooterView.swift in Sources */,
|
|
@@ -3057,6 +3083,7 @@
|
|
|
A7B4E71F228131720012914A /* ProductSlidingLeftRightCollectionViewCell.swift in Sources */,
|
|
|
A77F2CB72232010F001BD3F6 /* MineViewController.swift in Sources */,
|
|
|
A7778CA92244904500C7C47A /* Extension+Gifu.GIFImageView.swift in Sources */,
|
|
|
+ A71738AB22898660000AEA6A /* ShopModel.swift in Sources */,
|
|
|
A7A98E02227E8900005306E9 /* ProductSearchListModel.swift in Sources */,
|
|
|
A7A98E17227EED76005306E9 /* SpecialViewController.swift in Sources */,
|
|
|
A7778CB32244D73400C7C47A /* RegisterLoginViewController.swift in Sources */,
|
|
@@ -3128,6 +3155,7 @@
|
|
|
A729B5A82266F2E0004AE098 /* AlertSheetView.swift in Sources */,
|
|
|
A7CC75382271ADD6003C4F38 /* AddressManagerSelfMentionExpressHeaderView.swift in Sources */,
|
|
|
A738D66F225D9BD900EEE860 /* UMLoginModel.swift in Sources */,
|
|
|
+ A71738A622897892000AEA6A /* SwiftMoyaServiceShopApi.swift in Sources */,
|
|
|
A72A726722321DBD00B21995 /* LocationModel.swift in Sources */,
|
|
|
A7A98E10227EC531005306E9 /* ProductHSmallTableViewCell.swift in Sources */,
|
|
|
A7A98DFD227E84F4005306E9 /* SwiftMoyaServiceProductApi.swift in Sources */,
|