|
@@ -248,6 +248,9 @@
|
|
|
BD20F1D32283D0ED00677D8E /* ShoppingCartPaySuccessCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1D22283D0ED00677D8E /* ShoppingCartPaySuccessCell.swift */; };
|
|
|
BD20F1D52283D15500677D8E /* ShoppingCartPayFailureCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1D42283D15500677D8E /* ShoppingCartPayFailureCell.swift */; };
|
|
|
BD20F1D82283D2AA00677D8E /* ShoppingCartModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BD20F1D72283D2AA00677D8E /* ShoppingCartModule.xcassets */; };
|
|
|
+ BDD4FB1222840597006FE833 /* ShoppingCartPayOrderController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDD4FB1122840597006FE833 /* ShoppingCartPayOrderController.swift */; };
|
|
|
+ BDD4FB1422840954006FE833 /* ShoppingCartOrderPayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDD4FB1322840954006FE833 /* ShoppingCartOrderPayView.swift */; };
|
|
|
+ BDD4FB1722840DD3006FE833 /* OrderPayAcountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDD4FB1622840DD3006FE833 /* OrderPayAcountView.swift */; };
|
|
|
BDF47D7A228271F600941AB9 /* ShoppingCartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D79228271F600941AB9 /* ShoppingCartView.swift */; };
|
|
|
BDF47D7E22827C3F00941AB9 /* ProductSlidingTopBottomCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D7D22827C3F00941AB9 /* ProductSlidingTopBottomCollectionViewCell.swift */; };
|
|
|
BDF47D80228288F900941AB9 /* ShoppingCartAccountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47D7F228288F900941AB9 /* ShoppingCartAccountView.swift */; };
|
|
@@ -531,6 +534,9 @@
|
|
|
BD20F1D42283D15500677D8E /* ShoppingCartPayFailureCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartPayFailureCell.swift; sourceTree = "<group>"; };
|
|
|
BD20F1D72283D2AA00677D8E /* ShoppingCartModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ShoppingCartModule.xcassets; sourceTree = "<group>"; };
|
|
|
BD9052C044FD3AE4E62D3929 /* Pods-RainbowPlanet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanet.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
+ BDD4FB1122840597006FE833 /* ShoppingCartPayOrderController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartPayOrderController.swift; sourceTree = "<group>"; };
|
|
|
+ BDD4FB1322840954006FE833 /* ShoppingCartOrderPayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartOrderPayView.swift; sourceTree = "<group>"; };
|
|
|
+ BDD4FB1622840DD3006FE833 /* OrderPayAcountView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderPayAcountView.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>"; };
|
|
|
BDF47D7F228288F900941AB9 /* ShoppingCartAccountView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartAccountView.swift; sourceTree = "<group>"; };
|
|
@@ -1574,6 +1580,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
A77F2CB32232010F001BD3F6 /* ShoppingCartViewController.swift */,
|
|
|
+ BDD4FB1122840597006FE833 /* ShoppingCartPayOrderController.swift */,
|
|
|
BD20F1CC2283C51300677D8E /* ShoppingCartFinishPayController.swift */,
|
|
|
);
|
|
|
path = ViewController;
|
|
@@ -2139,14 +2146,24 @@
|
|
|
path = ShoppingCartFinishPay;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BDD4FB1522840A69006FE833 /* ShoppingCartOrderPay */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = ShoppingCartOrderPay;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BDF47D782282645900941AB9 /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
BDF47D882282D94D00941AB9 /* ShoppingCartList */,
|
|
|
BDF47D832282BF4300941AB9 /* ShoppingCartHotSale */,
|
|
|
+ BDD4FB1522840A69006FE833 /* ShoppingCartOrderPay */,
|
|
|
BD20F1D12283D09E00677D8E /* ShoppingCartFinishPay */,
|
|
|
BDF47D79228271F600941AB9 /* ShoppingCartView.swift */,
|
|
|
BDF47D7F228288F900941AB9 /* ShoppingCartAccountView.swift */,
|
|
|
+ BDD4FB1322840954006FE833 /* ShoppingCartOrderPayView.swift */,
|
|
|
+ BDD4FB1622840DD3006FE833 /* OrderPayAcountView.swift */,
|
|
|
BD20F1CE2283CE2300677D8E /* ShoppingCartFinishPayView.swift */,
|
|
|
);
|
|
|
path = View;
|
|
@@ -2495,6 +2512,7 @@
|
|
|
A7284A7322546460000BAEC4 /* SwiftMoyaServicePayApi.swift in Sources */,
|
|
|
A7A98DFF227E8501005306E9 /* SwiftMoyaNetWorkServiceProduct.swift in Sources */,
|
|
|
A7CC74DC2270352F003C4F38 /* MineOrderCollectionViewCell.swift in Sources */,
|
|
|
+ BDD4FB1222840597006FE833 /* ShoppingCartPayOrderController.swift in Sources */,
|
|
|
A7284404224DBFBD00F82F30 /* UserModel.swift in Sources */,
|
|
|
A7CC74D822700359003C4F38 /* MineTableViewHeaderView.swift in Sources */,
|
|
|
A71D2A602265673A00A55D16 /* RegisterLoginView.swift in Sources */,
|
|
@@ -2573,6 +2591,7 @@
|
|
|
A7A98E41228046C5005306E9 /* ShoppingMallSepcialTableViewCell.swift in Sources */,
|
|
|
A7CC753A2271B98B003C4F38 /* AddressManagerAddTableViewCell.swift in Sources */,
|
|
|
A71AF0AC226EDE37001730FE /* SearchNavigationbarView.swift in Sources */,
|
|
|
+ BDD4FB1422840954006FE833 /* ShoppingCartOrderPayView.swift in Sources */,
|
|
|
A7CC75432271E038003C4F38 /* SelfMentionContactsListViewController.swift in Sources */,
|
|
|
BDF47D872282C92200941AB9 /* ShoppingCartListTableViewHeader.swift in Sources */,
|
|
|
A7778CDF22461BAD00C7C47A /* PhoneCountryAreaSectionHeaderView.swift in Sources */,
|
|
@@ -2686,6 +2705,7 @@
|
|
|
A72A72CF22321E2700B21995 /* NotificationCenterMacro.swift in Sources */,
|
|
|
A72A72BF22321DE000B21995 /* Extension+UIButton.swift in Sources */,
|
|
|
A71901702275EF9900104A50 /* NXLRealm.swift in Sources */,
|
|
|
+ BDD4FB1722840DD3006FE833 /* OrderPayAcountView.swift in Sources */,
|
|
|
A7CC753C2271C177003C4F38 /* AddressManagerSelfMentionTableViewCell.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|