|
@@ -120,6 +120,12 @@
|
|
81C796272A4FD898003083B8 /* ASBirthdayTreatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C796262A4FD898003083B8 /* ASBirthdayTreatViewController.m */; };
|
|
81C796272A4FD898003083B8 /* ASBirthdayTreatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C796262A4FD898003083B8 /* ASBirthdayTreatViewController.m */; };
|
|
81C7962B2A539E80003083B8 /* ASMessageListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C7962A2A539E80003083B8 /* ASMessageListViewController.m */; };
|
|
81C7962B2A539E80003083B8 /* ASMessageListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C7962A2A539E80003083B8 /* ASMessageListViewController.m */; };
|
|
81C7962E2A539F4D003083B8 /* ASMessageListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C7962D2A539F4D003083B8 /* ASMessageListCell.m */; };
|
|
81C7962E2A539F4D003083B8 /* ASMessageListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C7962D2A539F4D003083B8 /* ASMessageListCell.m */; };
|
|
|
|
+ 81C796342A551643003083B8 /* ASSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C796332A551643003083B8 /* ASSettingViewController.m */; };
|
|
|
|
+ 81C796372A5517B0003083B8 /* ASSettingListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C796362A5517B0003083B8 /* ASSettingListCell.m */; };
|
|
|
|
+ 81C7963A2A5517F7003083B8 /* KWSwitchButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C796392A5517F7003083B8 /* KWSwitchButton.m */; };
|
|
|
|
+ 81C7963F2A551FB0003083B8 /* ASInfomationSetController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C7963E2A551FB0003083B8 /* ASInfomationSetController.m */; };
|
|
|
|
+ 81C796422A551FE9003083B8 /* KWTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C796402A551FE9003083B8 /* KWTextField.m */; };
|
|
|
|
+ 81C796462A5542B2003083B8 /* ASHelpListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C796452A5542B2003083B8 /* ASHelpListViewController.m */; };
|
|
81DFA5592A4681E900DA708B /* ASPointEranCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DFA5582A4681E900DA708B /* ASPointEranCell.m */; };
|
|
81DFA5592A4681E900DA708B /* ASPointEranCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DFA5582A4681E900DA708B /* ASPointEranCell.m */; };
|
|
81DFA55D2A46C46D00DA708B /* ASWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DFA55C2A46C46D00DA708B /* ASWebViewController.m */; };
|
|
81DFA55D2A46C46D00DA708B /* ASWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DFA55C2A46C46D00DA708B /* ASWebViewController.m */; };
|
|
81DFA5602A46CC8E00DA708B /* CTMediator+ASWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DFA55F2A46CC8E00DA708B /* CTMediator+ASWebView.m */; };
|
|
81DFA5602A46CC8E00DA708B /* CTMediator+ASWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DFA55F2A46CC8E00DA708B /* CTMediator+ASWebView.m */; };
|
|
@@ -453,6 +459,18 @@
|
|
81C7962A2A539E80003083B8 /* ASMessageListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASMessageListViewController.m; sourceTree = "<group>"; };
|
|
81C7962A2A539E80003083B8 /* ASMessageListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASMessageListViewController.m; sourceTree = "<group>"; };
|
|
81C7962C2A539F4D003083B8 /* ASMessageListCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASMessageListCell.h; sourceTree = "<group>"; };
|
|
81C7962C2A539F4D003083B8 /* ASMessageListCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASMessageListCell.h; sourceTree = "<group>"; };
|
|
81C7962D2A539F4D003083B8 /* ASMessageListCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASMessageListCell.m; sourceTree = "<group>"; };
|
|
81C7962D2A539F4D003083B8 /* ASMessageListCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASMessageListCell.m; sourceTree = "<group>"; };
|
|
|
|
+ 81C796322A551643003083B8 /* ASSettingViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASSettingViewController.h; sourceTree = "<group>"; };
|
|
|
|
+ 81C796332A551643003083B8 /* ASSettingViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASSettingViewController.m; sourceTree = "<group>"; };
|
|
|
|
+ 81C796352A5517B0003083B8 /* ASSettingListCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASSettingListCell.h; sourceTree = "<group>"; };
|
|
|
|
+ 81C796362A5517B0003083B8 /* ASSettingListCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASSettingListCell.m; sourceTree = "<group>"; };
|
|
|
|
+ 81C796382A5517F7003083B8 /* KWSwitchButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KWSwitchButton.h; sourceTree = "<group>"; };
|
|
|
|
+ 81C796392A5517F7003083B8 /* KWSwitchButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KWSwitchButton.m; sourceTree = "<group>"; };
|
|
|
|
+ 81C7963D2A551FB0003083B8 /* ASInfomationSetController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASInfomationSetController.h; sourceTree = "<group>"; };
|
|
|
|
+ 81C7963E2A551FB0003083B8 /* ASInfomationSetController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASInfomationSetController.m; sourceTree = "<group>"; };
|
|
|
|
+ 81C796402A551FE9003083B8 /* KWTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KWTextField.m; sourceTree = "<group>"; };
|
|
|
|
+ 81C796412A551FE9003083B8 /* KWTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KWTextField.h; sourceTree = "<group>"; };
|
|
|
|
+ 81C796442A5542B2003083B8 /* ASHelpListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASHelpListViewController.h; sourceTree = "<group>"; };
|
|
|
|
+ 81C796452A5542B2003083B8 /* ASHelpListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASHelpListViewController.m; sourceTree = "<group>"; };
|
|
81DFA5572A4681E900DA708B /* ASPointEranCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASPointEranCell.h; sourceTree = "<group>"; };
|
|
81DFA5572A4681E900DA708B /* ASPointEranCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASPointEranCell.h; sourceTree = "<group>"; };
|
|
81DFA5582A4681E900DA708B /* ASPointEranCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASPointEranCell.m; sourceTree = "<group>"; };
|
|
81DFA5582A4681E900DA708B /* ASPointEranCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASPointEranCell.m; sourceTree = "<group>"; };
|
|
81DFA55B2A46C46D00DA708B /* ASWebViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASWebViewController.h; sourceTree = "<group>"; };
|
|
81DFA55B2A46C46D00DA708B /* ASWebViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASWebViewController.h; sourceTree = "<group>"; };
|
|
@@ -1151,9 +1169,51 @@
|
|
path = Message;
|
|
path = Message;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ 81C796312A55159B003083B8 /* Setting */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 81C796322A551643003083B8 /* ASSettingViewController.h */,
|
|
|
|
+ 81C796332A551643003083B8 /* ASSettingViewController.m */,
|
|
|
|
+ 81C7963D2A551FB0003083B8 /* ASInfomationSetController.h */,
|
|
|
|
+ 81C7963E2A551FB0003083B8 /* ASInfomationSetController.m */,
|
|
|
|
+ 81C796442A5542B2003083B8 /* ASHelpListViewController.h */,
|
|
|
|
+ 81C796452A5542B2003083B8 /* ASHelpListViewController.m */,
|
|
|
|
+ 81C7963C2A551F86003083B8 /* view */,
|
|
|
|
+ );
|
|
|
|
+ path = Setting;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ 81C7963B2A5517FE003083B8 /* switchBtn */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 81C796382A5517F7003083B8 /* KWSwitchButton.h */,
|
|
|
|
+ 81C796392A5517F7003083B8 /* KWSwitchButton.m */,
|
|
|
|
+ );
|
|
|
|
+ path = switchBtn;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ 81C7963C2A551F86003083B8 /* view */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 81C796352A5517B0003083B8 /* ASSettingListCell.h */,
|
|
|
|
+ 81C796362A5517B0003083B8 /* ASSettingListCell.m */,
|
|
|
|
+ );
|
|
|
|
+ path = view;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ 81C796432A551FF0003083B8 /* textField */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 81C796412A551FE9003083B8 /* KWTextField.h */,
|
|
|
|
+ 81C796402A551FE9003083B8 /* KWTextField.m */,
|
|
|
|
+ );
|
|
|
|
+ path = textField;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
81D484DD2A0F40510075DC43 /* UserCenter */ = {
|
|
81D484DD2A0F40510075DC43 /* UserCenter */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ 81C796312A55159B003083B8 /* Setting */,
|
|
81C796282A539E65003083B8 /* Message */,
|
|
81C796282A539E65003083B8 /* Message */,
|
|
81E5EE8D2A498FA20075695F /* VipCenter */,
|
|
81E5EE8D2A498FA20075695F /* VipCenter */,
|
|
81DFA5722A47D91400DA708B /* ConponsAndGiftCard */,
|
|
81DFA5722A47D91400DA708B /* ConponsAndGiftCard */,
|
|
@@ -1215,6 +1275,8 @@
|
|
81E257EF2A12093A004EEF71 /* CustomView */ = {
|
|
81E257EF2A12093A004EEF71 /* CustomView */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ 81C796432A551FF0003083B8 /* textField */,
|
|
|
|
+ 81C7963B2A5517FE003083B8 /* switchBtn */,
|
|
81E257FE2A1235D1004EEF71 /* CutomBottomBar */,
|
|
81E257FE2A1235D1004EEF71 /* CutomBottomBar */,
|
|
81E257FA2A1233F1004EEF71 /* EnterItemV */,
|
|
81E257FA2A1233F1004EEF71 /* EnterItemV */,
|
|
81E257F02A120952004EEF71 /* UserInfoV */,
|
|
81E257F02A120952004EEF71 /* UserInfoV */,
|
|
@@ -1955,6 +2017,7 @@
|
|
819900222A020A6F006FE68C /* LYTools.m in Sources */,
|
|
819900222A020A6F006FE68C /* LYTools.m in Sources */,
|
|
816020072A2DD4FB00E4A8F1 /* Target_Home.m in Sources */,
|
|
816020072A2DD4FB00E4A8F1 /* Target_Home.m in Sources */,
|
|
816020132A2EE5A200E4A8F1 /* ASCategaryCollectCell.m in Sources */,
|
|
816020132A2EE5A200E4A8F1 /* ASCategaryCollectCell.m in Sources */,
|
|
|
|
+ 81C796422A551FE9003083B8 /* KWTextField.m in Sources */,
|
|
9AD346012A08D60F005CA070 /* ZFFloatView.m in Sources */,
|
|
9AD346012A08D60F005CA070 /* ZFFloatView.m in Sources */,
|
|
9AD345F92A08D60F005CA070 /* ZFPlayerController.m in Sources */,
|
|
9AD345F92A08D60F005CA070 /* ZFPlayerController.m in Sources */,
|
|
9AD345AC2A08D59A005CA070 /* WKM_goodsBanner.m in Sources */,
|
|
9AD345AC2A08D59A005CA070 /* WKM_goodsBanner.m in Sources */,
|
|
@@ -1982,6 +2045,7 @@
|
|
9AD346022A08D60F005CA070 /* ZFPlayerView.m in Sources */,
|
|
9AD346022A08D60F005CA070 /* ZFPlayerView.m in Sources */,
|
|
81DFA55D2A46C46D00DA708B /* ASWebViewController.m in Sources */,
|
|
81DFA55D2A46C46D00DA708B /* ASWebViewController.m in Sources */,
|
|
81BEA6832A2D7CF3009D36C4 /* UITableView+ASBase.m in Sources */,
|
|
81BEA6832A2D7CF3009D36C4 /* UITableView+ASBase.m in Sources */,
|
|
|
|
+ 81C7963A2A5517F7003083B8 /* KWSwitchButton.m in Sources */,
|
|
81717C992A3BF1DD00648139 /* ASHomeAlertWindow.m in Sources */,
|
|
81717C992A3BF1DD00648139 /* ASHomeAlertWindow.m in Sources */,
|
|
81C7962B2A539E80003083B8 /* ASMessageListViewController.m in Sources */,
|
|
81C7962B2A539E80003083B8 /* ASMessageListViewController.m in Sources */,
|
|
81C3B44429F6612800D79294 /* ASBaseViewController.m in Sources */,
|
|
81C3B44429F6612800D79294 /* ASBaseViewController.m in Sources */,
|
|
@@ -1993,18 +2057,21 @@
|
|
81717D132A3C4AE000648139 /* KWSearchViewController.m in Sources */,
|
|
81717D132A3C4AE000648139 /* KWSearchViewController.m in Sources */,
|
|
9AD6A5442A1218E8001DE3D9 /* PassWordSecureBtnV.m in Sources */,
|
|
9AD6A5442A1218E8001DE3D9 /* PassWordSecureBtnV.m in Sources */,
|
|
811F42462A40533C00DA68F1 /* ASPointsHomeViewController.m in Sources */,
|
|
811F42462A40533C00DA68F1 /* ASPointsHomeViewController.m in Sources */,
|
|
|
|
+ 81C796372A5517B0003083B8 /* ASSettingListCell.m in Sources */,
|
|
81717D392A3D322700648139 /* KWCustomLayout.m in Sources */,
|
|
81717D392A3D322700648139 /* KWCustomLayout.m in Sources */,
|
|
81DFA5602A46CC8E00DA708B /* CTMediator+ASWebView.m in Sources */,
|
|
81DFA5602A46CC8E00DA708B /* CTMediator+ASWebView.m in Sources */,
|
|
81C3B44A29F6661500D79294 /* ASBaseNavController.m in Sources */,
|
|
81C3B44A29F6661500D79294 /* ASBaseNavController.m in Sources */,
|
|
9AD3460C2A08D60F005CA070 /* ZFVolumeBrightnessView.m in Sources */,
|
|
9AD3460C2A08D60F005CA070 /* ZFVolumeBrightnessView.m in Sources */,
|
|
81DFA5752A47D97C00DA708B /* ASCouponsListViewController.m in Sources */,
|
|
81DFA5752A47D97C00DA708B /* ASCouponsListViewController.m in Sources */,
|
|
9AD346072A08D60F005CA070 /* UIViewController+ZFPlayerRotation.m in Sources */,
|
|
9AD346072A08D60F005CA070 /* UIViewController+ZFPlayerRotation.m in Sources */,
|
|
|
|
+ 81C796462A5542B2003083B8 /* ASHelpListViewController.m in Sources */,
|
|
8160200D2A2DD5C000E4A8F1 /* CTMediator+UserCenter.m in Sources */,
|
|
8160200D2A2DD5C000E4A8F1 /* CTMediator+UserCenter.m in Sources */,
|
|
81DFA5712A46D95400DA708B /* ASPointDetailCell.m in Sources */,
|
|
81DFA5712A46D95400DA708B /* ASPointDetailCell.m in Sources */,
|
|
9ACBEC2B2A14CCA300A8F97A /* ThirdPartService.m in Sources */,
|
|
9ACBEC2B2A14CCA300A8F97A /* ThirdPartService.m in Sources */,
|
|
81C3265F2A36B284002EF442 /* ASProductListViewController.m in Sources */,
|
|
81C3265F2A36B284002EF442 /* ASProductListViewController.m in Sources */,
|
|
9AD346142A08D60F005CA070 /* ZFSpeedLoadingView.m in Sources */,
|
|
9AD346142A08D60F005CA070 /* ZFSpeedLoadingView.m in Sources */,
|
|
81E5EE902A498FC90075695F /* ASVipCenterViewController.m in Sources */,
|
|
81E5EE902A498FC90075695F /* ASVipCenterViewController.m in Sources */,
|
|
|
|
+ 81C7963F2A551FB0003083B8 /* ASInfomationSetController.m in Sources */,
|
|
9AD346062A08D60F005CA070 /* ZFReachabilityManager.m in Sources */,
|
|
9AD346062A08D60F005CA070 /* ZFReachabilityManager.m in Sources */,
|
|
81717CA52A3C0A5000648139 /* KWProductFilterItemCell.m in Sources */,
|
|
81717CA52A3C0A5000648139 /* KWProductFilterItemCell.m in Sources */,
|
|
9AD345FE2A08D60F005CA070 /* UIScrollView+ZFPlayer.m in Sources */,
|
|
9AD345FE2A08D60F005CA070 /* UIScrollView+ZFPlayer.m in Sources */,
|
|
@@ -2041,6 +2108,7 @@
|
|
81DFA5672A46D60900DA708B /* ASPointDetailViewController.m in Sources */,
|
|
81DFA5672A46D60900DA708B /* ASPointDetailViewController.m in Sources */,
|
|
81601FF62A2DC78300E4A8F1 /* WMZBannerFlowLayout.m in Sources */,
|
|
81601FF62A2DC78300E4A8F1 /* WMZBannerFlowLayout.m in Sources */,
|
|
814F5CF52A11B37E003847A9 /* ASUserAvaterView.m in Sources */,
|
|
814F5CF52A11B37E003847A9 /* ASUserAvaterView.m in Sources */,
|
|
|
|
+ 81C796342A551643003083B8 /* ASSettingViewController.m in Sources */,
|
|
81354C0B2A289C350082C93A /* KWTimeEndView.m in Sources */,
|
|
81354C0B2A289C350082C93A /* KWTimeEndView.m in Sources */,
|
|
9AD346032A08D60F005CA070 /* ZFPortraitViewController.m in Sources */,
|
|
9AD346032A08D60F005CA070 /* ZFPortraitViewController.m in Sources */,
|
|
81354BED2A287AB50082C93A /* KWMineHomeOrderHeadView.m in Sources */,
|
|
81354BED2A287AB50082C93A /* KWMineHomeOrderHeadView.m in Sources */,
|
|
@@ -2236,6 +2304,7 @@
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
INFOPLIST_KEY_UIMainStoryboardFile = "";
|
|
INFOPLIST_KEY_UIMainStoryboardFile = "";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
|
|
|
+ INFOPLIST_KEY_UIUserInterfaceStyle = Light;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(inherited)",
|
|
@@ -2267,6 +2336,7 @@
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
INFOPLIST_KEY_UIMainStoryboardFile = "";
|
|
INFOPLIST_KEY_UIMainStoryboardFile = "";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
|
|
|
+ INFOPLIST_KEY_UIUserInterfaceStyle = Light;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(inherited)",
|