|
@@ -246,7 +246,9 @@
|
|
BDF47D7A228271F600941AB9 /* ShoppingCartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D79228271F600941AB9 /* ShoppingCartView.swift */; };
|
|
BDF47D7A228271F600941AB9 /* ShoppingCartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D79228271F600941AB9 /* ShoppingCartView.swift */; };
|
|
BDF47D7E22827C3F00941AB9 /* ProductSlidingTopBottomCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D7D22827C3F00941AB9 /* ProductSlidingTopBottomCollectionViewCell.swift */; };
|
|
BDF47D7E22827C3F00941AB9 /* ProductSlidingTopBottomCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D7D22827C3F00941AB9 /* ProductSlidingTopBottomCollectionViewCell.swift */; };
|
|
BDF47D80228288F900941AB9 /* ShoppingCartAccountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D7F228288F900941AB9 /* ShoppingCartAccountView.swift */; };
|
|
BDF47D80228288F900941AB9 /* ShoppingCartAccountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D7F228288F900941AB9 /* ShoppingCartAccountView.swift */; };
|
|
- BDF47D822282B3D100941AB9 /* ShoppingChartHotSaleTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D812282B3D100941AB9 /* ShoppingChartHotSaleTableViewCell.swift */; };
|
|
|
|
|
|
+ BDF47D822282B3D100941AB9 /* ShoppingCartHotSaleTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D812282B3D100941AB9 /* ShoppingCartHotSaleTableViewCell.swift */; };
|
|
|
|
+ BDF47D852282C59F00941AB9 /* ShoppingCartListTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D842282C59F00941AB9 /* ShoppingCartListTableViewCell.swift */; };
|
|
|
|
+ BDF47D872282C92200941AB9 /* ShoppingCartListTableViewHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D862282C92200941AB9 /* ShoppingCartListTableViewHeader.swift */; };
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -522,7 +524,9 @@
|
|
BDF47D79228271F600941AB9 /* ShoppingCartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartView.swift; sourceTree = "<group>"; };
|
|
BDF47D79228271F600941AB9 /* ShoppingCartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartView.swift; sourceTree = "<group>"; };
|
|
BDF47D7D22827C3F00941AB9 /* ProductSlidingTopBottomCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductSlidingTopBottomCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
BDF47D7D22827C3F00941AB9 /* ProductSlidingTopBottomCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductSlidingTopBottomCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
BDF47D7F228288F900941AB9 /* ShoppingCartAccountView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartAccountView.swift; sourceTree = "<group>"; };
|
|
BDF47D7F228288F900941AB9 /* ShoppingCartAccountView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartAccountView.swift; sourceTree = "<group>"; };
|
|
- BDF47D812282B3D100941AB9 /* ShoppingChartHotSaleTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingChartHotSaleTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
+ BDF47D812282B3D100941AB9 /* ShoppingCartHotSaleTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartHotSaleTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
|
+ BDF47D842282C59F00941AB9 /* ShoppingCartListTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartListTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
|
+ BDF47D862282C92200941AB9 /* ShoppingCartListTableViewHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartListTableViewHeader.swift; sourceTree = "<group>"; };
|
|
D469F6C3768252BCB7001EDD /* Pods_RainbowPlanet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
D469F6C3768252BCB7001EDD /* Pods_RainbowPlanet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
@@ -2118,6 +2122,7 @@
|
|
BDF47D782282645900941AB9 /* View */ = {
|
|
BDF47D782282645900941AB9 /* View */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ BDF47D882282D94D00941AB9 /* ShoppingCartList */,
|
|
BDF47D832282BF4300941AB9 /* ShppingCartHotSale */,
|
|
BDF47D832282BF4300941AB9 /* ShppingCartHotSale */,
|
|
BDF47D79228271F600941AB9 /* ShoppingCartView.swift */,
|
|
BDF47D79228271F600941AB9 /* ShoppingCartView.swift */,
|
|
BDF47D7F228288F900941AB9 /* ShoppingCartAccountView.swift */,
|
|
BDF47D7F228288F900941AB9 /* ShoppingCartAccountView.swift */,
|
|
@@ -2128,12 +2133,21 @@
|
|
BDF47D832282BF4300941AB9 /* ShppingCartHotSale */ = {
|
|
BDF47D832282BF4300941AB9 /* ShppingCartHotSale */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
- BDF47D812282B3D100941AB9 /* ShoppingChartHotSaleTableViewCell.swift */,
|
|
|
|
|
|
+ BDF47D812282B3D100941AB9 /* ShoppingCartHotSaleTableViewCell.swift */,
|
|
BDF47D7D22827C3F00941AB9 /* ProductSlidingTopBottomCollectionViewCell.swift */,
|
|
BDF47D7D22827C3F00941AB9 /* ProductSlidingTopBottomCollectionViewCell.swift */,
|
|
);
|
|
);
|
|
path = ShppingCartHotSale;
|
|
path = ShppingCartHotSale;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ BDF47D882282D94D00941AB9 /* ShoppingCartList */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BDF47D862282C92200941AB9 /* ShoppingCartListTableViewHeader.swift */,
|
|
|
|
+ BDF47D842282C59F00941AB9 /* ShoppingCartListTableViewCell.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = ShoppingCartList;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
FA8AAFBADE8BD144A5C36FDB /* Frameworks */ = {
|
|
FA8AAFBADE8BD144A5C36FDB /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -2472,6 +2486,7 @@
|
|
A7A98E12227ECA11005306E9 /* ProductSearchModel.swift in Sources */,
|
|
A7A98E12227ECA11005306E9 /* ProductSearchModel.swift in Sources */,
|
|
A71AF0B0226EF185001730FE /* SearchCollectionViewCell.swift in Sources */,
|
|
A71AF0B0226EF185001730FE /* SearchCollectionViewCell.swift in Sources */,
|
|
A7A98E1D227EF1CB005306E9 /* SpecialBannerView.swift in Sources */,
|
|
A7A98E1D227EF1CB005306E9 /* SpecialBannerView.swift in Sources */,
|
|
|
|
+ BDF47D852282C59F00941AB9 /* ShoppingCartListTableViewCell.swift in Sources */,
|
|
A77F2CCA223209F2001BD3F6 /* BaseTabbarViewController.swift in Sources */,
|
|
A77F2CCA223209F2001BD3F6 /* BaseTabbarViewController.swift in Sources */,
|
|
A7CC75332271ABB0003C4F38 /* AddressManagerViewController.swift in Sources */,
|
|
A7CC75332271ABB0003C4F38 /* AddressManagerViewController.swift in Sources */,
|
|
A7CC750D227157DA003C4F38 /* MessageDetailesView.swift in Sources */,
|
|
A7CC750D227157DA003C4F38 /* MessageDetailesView.swift in Sources */,
|
|
@@ -2534,6 +2549,7 @@
|
|
A7CC753A2271B98B003C4F38 /* AddressManagerAddTableViewCell.swift in Sources */,
|
|
A7CC753A2271B98B003C4F38 /* AddressManagerAddTableViewCell.swift in Sources */,
|
|
A71AF0AC226EDE37001730FE /* SearchNavigationbarView.swift in Sources */,
|
|
A71AF0AC226EDE37001730FE /* SearchNavigationbarView.swift in Sources */,
|
|
A7CC75432271E038003C4F38 /* SelfMentionContactsListViewController.swift in Sources */,
|
|
A7CC75432271E038003C4F38 /* SelfMentionContactsListViewController.swift in Sources */,
|
|
|
|
+ BDF47D872282C92200941AB9 /* ShoppingCartListTableViewHeader.swift in Sources */,
|
|
A7778CDF22461BAD00C7C47A /* PhoneCountryAreaSectionHeaderView.swift in Sources */,
|
|
A7778CDF22461BAD00C7C47A /* PhoneCountryAreaSectionHeaderView.swift in Sources */,
|
|
A7A98E2D22801642005306E9 /* SwiftMoyaServiceCMSApi.swift in Sources */,
|
|
A7A98E2D22801642005306E9 /* SwiftMoyaServiceCMSApi.swift in Sources */,
|
|
A7A98E3122801B10005306E9 /* ShoppingMallListView.swift in Sources */,
|
|
A7A98E3122801B10005306E9 /* ShoppingMallListView.swift in Sources */,
|
|
@@ -2624,7 +2640,7 @@
|
|
A7CC751F227190C5003C4F38 /* AccountSecurityViewController.swift in Sources */,
|
|
A7CC751F227190C5003C4F38 /* AccountSecurityViewController.swift in Sources */,
|
|
A7284440224DFACD00F82F30 /* InfoModel.swift in Sources */,
|
|
A7284440224DFACD00F82F30 /* InfoModel.swift in Sources */,
|
|
A72A72B522321DE000B21995 /* Extension+UITextView.swift in Sources */,
|
|
A72A72B522321DE000B21995 /* Extension+UITextView.swift in Sources */,
|
|
- BDF47D822282B3D100941AB9 /* ShoppingChartHotSaleTableViewCell.swift in Sources */,
|
|
|
|
|
|
+ BDF47D822282B3D100941AB9 /* ShoppingCartHotSaleTableViewCell.swift in Sources */,
|
|
A757C92E22744ACE00226355 /* AddressManagerListModel.swift in Sources */,
|
|
A757C92E22744ACE00226355 /* AddressManagerListModel.swift in Sources */,
|
|
A7541502224C5ECB002480B5 /* BaiduMapManager.swift in Sources */,
|
|
A7541502224C5ECB002480B5 /* BaiduMapManager.swift in Sources */,
|
|
A757C9342274882E00226355 /* UIScrollView+MJRefreshEX.m in Sources */,
|
|
A757C9342274882E00226355 /* UIScrollView+MJRefreshEX.m in Sources */,
|