|
@@ -299,6 +299,8 @@
|
|
A7DC467F22783A47001F3EFC /* EditExpressAddressTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DC467E22783A47001F3EFC /* EditExpressAddressTableViewCell.swift */; };
|
|
A7DC467F22783A47001F3EFC /* EditExpressAddressTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DC467E22783A47001F3EFC /* EditExpressAddressTableViewCell.swift */; };
|
|
A7DF50D622A4E8B400998908 /* OrderDetailProductTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DF50D522A4E8B400998908 /* OrderDetailProductTableViewCell.swift */; };
|
|
A7DF50D622A4E8B400998908 /* OrderDetailProductTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DF50D522A4E8B400998908 /* OrderDetailProductTableViewCell.swift */; };
|
|
A7DF50D822A4FAFC00998908 /* ProductDetailEvaluationImageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DF50D722A4FAFC00998908 /* ProductDetailEvaluationImageCollectionViewCell.swift */; };
|
|
A7DF50D822A4FAFC00998908 /* ProductDetailEvaluationImageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DF50D722A4FAFC00998908 /* ProductDetailEvaluationImageCollectionViewCell.swift */; };
|
|
|
|
+ A7DF50DF22A5590200998908 /* BrowsePicturesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DF50DE22A5590200998908 /* BrowsePicturesViewController.swift */; };
|
|
|
|
+ A7DF50E322A55AB600998908 /* BrowsePicturesPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DF50E222A55AB600998908 /* BrowsePicturesPagerViewCell.swift */; };
|
|
A7FF1555228AC27600A85748 /* ProductAllCommentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7FF1554228AC27600A85748 /* ProductAllCommentView.swift */; };
|
|
A7FF1555228AC27600A85748 /* ProductAllCommentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7FF1554228AC27600A85748 /* ProductAllCommentView.swift */; };
|
|
A7FF1557228AC3E800A85748 /* ProductAllCommentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7FF1556228AC3E800A85748 /* ProductAllCommentViewController.swift */; };
|
|
A7FF1557228AC3E800A85748 /* ProductAllCommentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7FF1556228AC3E800A85748 /* ProductAllCommentViewController.swift */; };
|
|
A7FF1560228C693D00A85748 /* OrderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7FF155F228C693D00A85748 /* OrderViewController.swift */; };
|
|
A7FF1560228C693D00A85748 /* OrderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7FF155F228C693D00A85748 /* OrderViewController.swift */; };
|
|
@@ -704,6 +706,8 @@
|
|
A7DC467E22783A47001F3EFC /* EditExpressAddressTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditExpressAddressTableViewCell.swift; sourceTree = "<group>"; };
|
|
A7DC467E22783A47001F3EFC /* EditExpressAddressTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditExpressAddressTableViewCell.swift; sourceTree = "<group>"; };
|
|
A7DF50D522A4E8B400998908 /* OrderDetailProductTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderDetailProductTableViewCell.swift; sourceTree = "<group>"; };
|
|
A7DF50D522A4E8B400998908 /* OrderDetailProductTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderDetailProductTableViewCell.swift; sourceTree = "<group>"; };
|
|
A7DF50D722A4FAFC00998908 /* ProductDetailEvaluationImageCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductDetailEvaluationImageCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
A7DF50D722A4FAFC00998908 /* ProductDetailEvaluationImageCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductDetailEvaluationImageCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
|
|
+ A7DF50DE22A5590200998908 /* BrowsePicturesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowsePicturesViewController.swift; sourceTree = "<group>"; };
|
|
|
|
+ A7DF50E222A55AB600998908 /* BrowsePicturesPagerViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowsePicturesPagerViewCell.swift; sourceTree = "<group>"; };
|
|
A7E03A30F40582782EC5DA89 /* Pods_RainbowPlanetTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanetTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
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>"; };
|
|
A7FF1554228AC27600A85748 /* ProductAllCommentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductAllCommentView.swift; sourceTree = "<group>"; };
|
|
A7FF1556228AC3E800A85748 /* ProductAllCommentViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductAllCommentViewController.swift; sourceTree = "<group>"; };
|
|
A7FF1556228AC3E800A85748 /* ProductAllCommentViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductAllCommentViewController.swift; sourceTree = "<group>"; };
|
|
@@ -2084,6 +2088,7 @@
|
|
A77F2CA32232010F001BD3F6 /* ShoppingMallModule */ = {
|
|
A77F2CA32232010F001BD3F6 /* ShoppingMallModule */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ A7DF50D922A556C300998908 /* BrowsePictures */,
|
|
A77F2CA42232010F001BD3F6 /* ShoppingMall */,
|
|
A77F2CA42232010F001BD3F6 /* ShoppingMall */,
|
|
A7FF1550228AC22700A85748 /* ProductAllComment */,
|
|
A7FF1550228AC22700A85748 /* ProductAllComment */,
|
|
A70B2C122286B14C00B2449F /* ProductView */,
|
|
A70B2C122286B14C00B2449F /* ProductView */,
|
|
@@ -2732,6 +2737,31 @@
|
|
path = FMDB;
|
|
path = FMDB;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ A7DF50D922A556C300998908 /* BrowsePictures */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A7DF50DD22A558D400998908 /* ViewController */,
|
|
|
|
+ A7DF50DC22A558C500998908 /* View */,
|
|
|
|
+ );
|
|
|
|
+ path = BrowsePictures;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ A7DF50DC22A558C500998908 /* View */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A7DF50E222A55AB600998908 /* BrowsePicturesPagerViewCell.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = View;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ A7DF50DD22A558D400998908 /* ViewController */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A7DF50DE22A5590200998908 /* BrowsePicturesViewController.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = ViewController;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
A7FF1550228AC22700A85748 /* ProductAllComment */ = {
|
|
A7FF1550228AC22700A85748 /* ProductAllComment */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -3467,6 +3497,7 @@
|
|
A7A98E3622802AD7005306E9 /* ShoppingMallBannerFSPagerViewCell.swift in Sources */,
|
|
A7A98E3622802AD7005306E9 /* ShoppingMallBannerFSPagerViewCell.swift in Sources */,
|
|
A7824AFD2271EAC900ABA381 /* SelfMentionContactsListTableViewCell.swift in Sources */,
|
|
A7824AFD2271EAC900ABA381 /* SelfMentionContactsListTableViewCell.swift in Sources */,
|
|
BD7AB83F228438290030646A /* OrderPayExpressAddInfoCell.swift in Sources */,
|
|
BD7AB83F228438290030646A /* OrderPayExpressAddInfoCell.swift in Sources */,
|
|
|
|
+ A7DF50DF22A5590200998908 /* BrowsePicturesViewController.swift in Sources */,
|
|
A7CC74DA22702E41003C4F38 /* MineOrderTableViewCell.swift in Sources */,
|
|
A7CC74DA22702E41003C4F38 /* MineOrderTableViewCell.swift in Sources */,
|
|
A77F2CB92232010F001BD3F6 /* ShoppingCartViewController.swift in Sources */,
|
|
A77F2CB92232010F001BD3F6 /* ShoppingCartViewController.swift in Sources */,
|
|
A72A72B822321DE000B21995 /* Extension+UserDefaults.swift in Sources */,
|
|
A72A72B822321DE000B21995 /* Extension+UserDefaults.swift in Sources */,
|
|
@@ -3587,6 +3618,7 @@
|
|
A72A72BD22321DE000B21995 /* Extension+UIColor.swift in Sources */,
|
|
A72A72BD22321DE000B21995 /* Extension+UIColor.swift in Sources */,
|
|
A7FF1596228CFA8100A85748 /* OrderListViewController.swift in Sources */,
|
|
A7FF1596228CFA8100A85748 /* OrderListViewController.swift in Sources */,
|
|
A7A98E05227EB891005306E9 /* CategoryViewController.swift in Sources */,
|
|
A7A98E05227EB891005306E9 /* CategoryViewController.swift in Sources */,
|
|
|
|
+ A7DF50E322A55AB600998908 /* BrowsePicturesPagerViewCell.swift in Sources */,
|
|
A77F2CC822320627001BD3F6 /* WRCustomNavigationBar.swift in Sources */,
|
|
A77F2CC822320627001BD3F6 /* WRCustomNavigationBar.swift in Sources */,
|
|
A7FF1564228C696B00A85748 /* OrderListView.swift in Sources */,
|
|
A7FF1564228C696B00A85748 /* OrderListView.swift in Sources */,
|
|
A7CC74EF22706CCA003C4F38 /* MessageView.swift in Sources */,
|
|
A7CC74EF22706CCA003C4F38 /* MessageView.swift in Sources */,
|