|
@@ -105,6 +105,11 @@
|
|
|
A72A738F2233B2DE00B21995 /* RealmUtility.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A738C2233B2DE00B21995 /* RealmUtility.swift */; };
|
|
|
A72A73912233B55400B21995 /* Dog.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A73902233B55400B21995 /* Dog.swift */; };
|
|
|
A72A73932233BFCD00B21995 /* SwiftMoyaNetWorkCacheModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A73922233BFCD00B21995 /* SwiftMoyaNetWorkCacheModel.swift */; };
|
|
|
+ A775CBFE2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A775CBFD2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift */; };
|
|
|
+ A775CC00223774A300EBDCF8 /* ShoppingMallView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A775CBFF223774A300EBDCF8 /* ShoppingMallView.swift */; };
|
|
|
+ A775CC0322377C6500EBDCF8 /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A775CC0222377C6500EBDCF8 /* EmptyView.swift */; };
|
|
|
+ A775CC05223798F000EBDCF8 /* ShoppingMallCategoryCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A775CC04223798F000EBDCF8 /* ShoppingMallCategoryCollectionViewCell.swift */; };
|
|
|
+ A775CC072237A69D00EBDCF8 /* ShoppingMallHeaderCollectionReusableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A775CC062237A69D00EBDCF8 /* ShoppingMallHeaderCollectionReusableView.swift */; };
|
|
|
A77F2C612231FB49001BD3F6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C602231FB49001BD3F6 /* AppDelegate.swift */; };
|
|
|
A77F2C682231FB4A001BD3F6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A77F2C672231FB4A001BD3F6 /* Assets.xcassets */; };
|
|
|
A77F2C762231FB4A001BD3F6 /* RainbowPlanetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C752231FB4A001BD3F6 /* RainbowPlanetTests.swift */; };
|
|
@@ -113,8 +118,7 @@
|
|
|
A77F2C9C2231FDCF001BD3F6 /* BaseView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C9B2231FDCF001BD3F6 /* BaseView.swift */; };
|
|
|
A77F2C9E2231FDDC001BD3F6 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C9D2231FDDC001BD3F6 /* BaseViewController.swift */; };
|
|
|
A77F2CA02231FE45001BD3F6 /* BaseWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C9F2231FE45001BD3F6 /* BaseWebViewController.swift */; };
|
|
|
- A77F2CB42232010F001BD3F6 /* ShoppingViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A77F2CA62232010F001BD3F6 /* ShoppingViewController.xib */; };
|
|
|
- A77F2CB52232010F001BD3F6 /* ShoppingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CA72232010F001BD3F6 /* ShoppingViewController.swift */; };
|
|
|
+ A77F2CB52232010F001BD3F6 /* ShoppingMallViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CA72232010F001BD3F6 /* ShoppingMallViewController.swift */; };
|
|
|
A77F2CB62232010F001BD3F6 /* MineViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A77F2CAC2232010F001BD3F6 /* MineViewController.xib */; };
|
|
|
A77F2CB72232010F001BD3F6 /* MineViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CAD2232010F001BD3F6 /* MineViewController.swift */; };
|
|
|
A77F2CB82232010F001BD3F6 /* ShoppingCartViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A77F2CB22232010F001BD3F6 /* ShoppingCartViewController.xib */; };
|
|
@@ -251,6 +255,11 @@
|
|
|
A72A738C2233B2DE00B21995 /* RealmUtility.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RealmUtility.swift; sourceTree = "<group>"; };
|
|
|
A72A73902233B55400B21995 /* Dog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Dog.swift; sourceTree = "<group>"; };
|
|
|
A72A73922233BFCD00B21995 /* SwiftMoyaNetWorkCacheModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftMoyaNetWorkCacheModel.swift; sourceTree = "<group>"; };
|
|
|
+ A775CBFD2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingMallNavigationBarView.swift; sourceTree = "<group>"; };
|
|
|
+ A775CBFF223774A300EBDCF8 /* ShoppingMallView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingMallView.swift; sourceTree = "<group>"; };
|
|
|
+ A775CC0222377C6500EBDCF8 /* EmptyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyView.swift; sourceTree = "<group>"; };
|
|
|
+ A775CC04223798F000EBDCF8 /* ShoppingMallCategoryCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingMallCategoryCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
|
+ A775CC062237A69D00EBDCF8 /* ShoppingMallHeaderCollectionReusableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingMallHeaderCollectionReusableView.swift; sourceTree = "<group>"; };
|
|
|
A77F2C5D2231FB49001BD3F6 /* RainbowPlanet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RainbowPlanet.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
A77F2C602231FB49001BD3F6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
A77F2C672231FB4A001BD3F6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
@@ -265,8 +274,7 @@
|
|
|
A77F2C9B2231FDCF001BD3F6 /* BaseView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseView.swift; sourceTree = "<group>"; };
|
|
|
A77F2C9D2231FDDC001BD3F6 /* BaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; };
|
|
|
A77F2C9F2231FE45001BD3F6 /* BaseWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseWebViewController.swift; sourceTree = "<group>"; };
|
|
|
- A77F2CA62232010F001BD3F6 /* ShoppingViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ShoppingViewController.xib; sourceTree = "<group>"; };
|
|
|
- A77F2CA72232010F001BD3F6 /* ShoppingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingViewController.swift; sourceTree = "<group>"; };
|
|
|
+ A77F2CA72232010F001BD3F6 /* ShoppingMallViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingMallViewController.swift; sourceTree = "<group>"; };
|
|
|
A77F2CAC2232010F001BD3F6 /* MineViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MineViewController.xib; sourceTree = "<group>"; };
|
|
|
A77F2CAD2232010F001BD3F6 /* MineViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MineViewController.swift; sourceTree = "<group>"; };
|
|
|
A77F2CB22232010F001BD3F6 /* ShoppingCartViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ShoppingCartViewController.xib; sourceTree = "<group>"; };
|
|
@@ -655,6 +663,25 @@
|
|
|
path = RealmUtility;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A775CBFC2237483E00EBDCF8 /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A775CBFD2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift */,
|
|
|
+ A775CBFF223774A300EBDCF8 /* ShoppingMallView.swift */,
|
|
|
+ A775CC04223798F000EBDCF8 /* ShoppingMallCategoryCollectionViewCell.swift */,
|
|
|
+ A775CC062237A69D00EBDCF8 /* ShoppingMallHeaderCollectionReusableView.swift */,
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A775CC0122377AB700EBDCF8 /* EmptyView */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A775CC0222377C6500EBDCF8 /* EmptyView.swift */,
|
|
|
+ );
|
|
|
+ path = EmptyView;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A77F2C542231FB49001BD3F6 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -781,8 +808,8 @@
|
|
|
A77F2CA22232010F001BD3F6 /* Modules */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- A77F2CA82232010F001BD3F6 /* CommonModule */,
|
|
|
A77F2CA32232010F001BD3F6 /* ShoppingMallModule */,
|
|
|
+ A77F2CA82232010F001BD3F6 /* CommonModule */,
|
|
|
A77F2CAE2232010F001BD3F6 /* RegisterLoginModule */,
|
|
|
A77F2CAF2232010F001BD3F6 /* ShoppingCartModule */,
|
|
|
A77F2CA92232010F001BD3F6 /* MineModule */,
|
|
@@ -801,6 +828,7 @@
|
|
|
A77F2CA42232010F001BD3F6 /* ShoppingMall */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A775CBFC2237483E00EBDCF8 /* View */,
|
|
|
A77F2CA52232010F001BD3F6 /* ViewController */,
|
|
|
);
|
|
|
path = ShoppingMall;
|
|
@@ -809,8 +837,7 @@
|
|
|
A77F2CA52232010F001BD3F6 /* ViewController */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- A77F2CA72232010F001BD3F6 /* ShoppingViewController.swift */,
|
|
|
- A77F2CA62232010F001BD3F6 /* ShoppingViewController.xib */,
|
|
|
+ A77F2CA72232010F001BD3F6 /* ShoppingMallViewController.swift */,
|
|
|
);
|
|
|
path = ViewController;
|
|
|
sourceTree = "<group>";
|
|
@@ -892,6 +919,7 @@
|
|
|
A77F2CBC2232022A001BD3F6 /* Tools */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A775CC0122377AB700EBDCF8 /* EmptyView */,
|
|
|
A72A73892233B2DE00B21995 /* RealmUtility */,
|
|
|
A72A728422321DE000B21995 /* AlertView */,
|
|
|
A72A727D22321DDF00B21995 /* AppInfo */,
|
|
@@ -1066,7 +1094,6 @@
|
|
|
A72A73532233541100B21995 /* TYRZResource.bundle in Resources */,
|
|
|
A72A73522233541100B21995 /* uni_account_login_sdk_res.bundle in Resources */,
|
|
|
A77F2C682231FB4A001BD3F6 /* Assets.xcassets in Resources */,
|
|
|
- A77F2CB42232010F001BD3F6 /* ShoppingViewController.xib in Resources */,
|
|
|
A72A73562233541100B21995 /* HTMLResource.bundle in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -1149,6 +1176,7 @@
|
|
|
"${BUILT_PRODUCTS_DIR}/FBRetainCycleDetector/FBRetainCycleDetector.framework",
|
|
|
"${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework",
|
|
|
"${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
|
|
|
+ "${BUILT_PRODUCTS_DIR}/LYEmptyView/LYEmptyView.framework",
|
|
|
"${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework",
|
|
|
"${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
|
|
|
"${BUILT_PRODUCTS_DIR}/MLeaksFinder/MLeaksFinder.framework",
|
|
@@ -1162,7 +1190,6 @@
|
|
|
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
|
|
|
"${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
|
|
|
"${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework",
|
|
|
- "${BUILT_PRODUCTS_DIR}/TangramKit/TangramKit.framework",
|
|
|
);
|
|
|
name = "[CP] Embed Pods Frameworks";
|
|
|
outputFileListPaths = (
|
|
@@ -1174,6 +1201,7 @@
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBRetainCycleDetector.framework",
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework",
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
|
|
|
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LYEmptyView.framework",
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework",
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MLeaksFinder.framework",
|
|
@@ -1187,7 +1215,6 @@
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework",
|
|
|
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TangramKit.framework",
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
shellPath = /bin/sh;
|
|
@@ -1271,7 +1298,7 @@
|
|
|
A72A72A222321DE000B21995 /* LBXScanNetAnimation.swift in Sources */,
|
|
|
A72A72D322321E2700B21995 /* CacheMacro.swift in Sources */,
|
|
|
A72A72A422321DE000B21995 /* LBXScanViewController.swift in Sources */,
|
|
|
- A77F2CB52232010F001BD3F6 /* ShoppingViewController.swift in Sources */,
|
|
|
+ A77F2CB52232010F001BD3F6 /* ShoppingMallViewController.swift in Sources */,
|
|
|
A77F2CC3223203BA001BD3F6 /* AppDelegate+Window.swift in Sources */,
|
|
|
A72A72B022321DE000B21995 /* CGView.swift in Sources */,
|
|
|
A72A73142232475E00B21995 /* AlipayManager.swift in Sources */,
|
|
@@ -1279,18 +1306,22 @@
|
|
|
A72A726622321DBD00B21995 /* BaiduMapManager.swift in Sources */,
|
|
|
A72A737E2233966800B21995 /* RootInfoModel.swift in Sources */,
|
|
|
A72A7333223256E100B21995 /* PayManager.swift in Sources */,
|
|
|
+ A775CC00223774A300EBDCF8 /* ShoppingMallView.swift in Sources */,
|
|
|
A72A738F2233B2DE00B21995 /* RealmUtility.swift in Sources */,
|
|
|
A72A72D622321E2700B21995 /* ThirdPartyMacro.swift in Sources */,
|
|
|
A72A72A622321DE000B21995 /* LBXScanViewStyle.swift in Sources */,
|
|
|
A72A72B422321DE000B21995 /* Extension+UIImage.swift in Sources */,
|
|
|
A72A72AF22321DE000B21995 /* AppInfo.swift in Sources */,
|
|
|
+ A775CC072237A69D00EBDCF8 /* ShoppingMallHeaderCollectionReusableView.swift in Sources */,
|
|
|
A72A72D422321E2700B21995 /* EnumMacro.swift in Sources */,
|
|
|
+ A775CC0322377C6500EBDCF8 /* EmptyView.swift in Sources */,
|
|
|
A72A72B322321DE000B21995 /* UIAlertController+BAKit.m in Sources */,
|
|
|
A72A72A922321DE000B21995 /* NumberKeyboard.swift in Sources */,
|
|
|
A72A72AA22321DE000B21995 /* Log.swift in Sources */,
|
|
|
A72A72B622321DE000B21995 /* Extension+NSRange.swift in Sources */,
|
|
|
A72A72A722321DE000B21995 /* LBXPermissions.swift in Sources */,
|
|
|
A72A72AE22321DE000B21995 /* CountdownButton.swift in Sources */,
|
|
|
+ A775CC05223798F000EBDCF8 /* ShoppingMallCategoryCollectionViewCell.swift in Sources */,
|
|
|
A77F2CB72232010F001BD3F6 /* MineViewController.swift in Sources */,
|
|
|
A72A7385223396CB00B21995 /* SwiftMoyaNetWorkService.swift in Sources */,
|
|
|
A72A7346223350ED00B21995 /* ShanYanManager.swift in Sources */,
|
|
@@ -1306,6 +1337,7 @@
|
|
|
A72A72C322321DE000B21995 /* Extension+Date.swift in Sources */,
|
|
|
A72A72B222321DE000B21995 /* NSObject+BARunTime.m in Sources */,
|
|
|
A72A73912233B55400B21995 /* Dog.swift in Sources */,
|
|
|
+ A775CBFE2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift in Sources */,
|
|
|
A72A72C622321DE000B21995 /* WebView.swift in Sources */,
|
|
|
A72A72D122321E2700B21995 /* HTMLURLMacro.swift in Sources */,
|
|
|
A72A73162232481600B21995 /* WeChatpayManager.swift in Sources */,
|