diff --git a/Ifish.xcodeproj/project.pbxproj b/Ifish.xcodeproj/project.pbxproj index f062573..c397d50 100644 --- a/Ifish.xcodeproj/project.pbxproj +++ b/Ifish.xcodeproj/project.pbxproj @@ -17429,7 +17429,7 @@ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "compiler-default"; CODE_SIGN_ENTITLEMENTS = Ifish/Ifish.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer: guowu ouyang (Q5YLXZSN4A)"; + CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: guowu ouyang (Q5YLXZSN4A)"; CODE_SIGN_STYLE = Manual; DEVELOPMENT_TEAM = WFX8GD5HFX; @@ -17542,10 +17542,10 @@ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "compiler-default"; CODE_SIGN_ENTITLEMENTS = Ifish/Ifish.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer: guowu ouyang (Q5YLXZSN4A)"; + CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Shanghai Yu Ying Technology Co., Ltd. (WFX8GD5HFX)"; CODE_SIGN_STYLE = Manual; - DEVELOPMENT_TEAM = WFX8GD5HFX; + DEVELOPMENT_TEAM = ""; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = YES; FRAMEWORK_SEARCH_PATHS = ( @@ -17641,7 +17641,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.shyuying.Ifish8; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE = ""; - PROVISIONING_PROFILE_SPECIFIER = isfishAppstoreDistribution; + PROVISIONING_PROFILE_SPECIFIER = ""; TARGETED_DEVICE_FAMILY = 1; USER_HEADER_SEARCH_PATHS = ""; VERSIONING_SYSTEM = "apple-generic"; diff --git a/Ifish/AppDelegate.m b/Ifish/AppDelegate.m index 31b65ff..9ce1818 100644 --- a/Ifish/AppDelegate.m +++ b/Ifish/AppDelegate.m @@ -43,7 +43,6 @@ #define BMKMAP_APPKEY @"wYcF3YXqeepKfzruExLPn0eS" //#import #import "Socketsingleton.h" -#import "CenterViewController.h" #import #import #import diff --git a/Ifish/controllers/IfishTabControllers/设备/IfishDeviceViewController.m b/Ifish/controllers/IfishTabControllers/设备/IfishDeviceViewController.m index c3497f9..146a73e 100644 --- a/Ifish/controllers/IfishTabControllers/设备/IfishDeviceViewController.m +++ b/Ifish/controllers/IfishTabControllers/设备/IfishDeviceViewController.m @@ -41,7 +41,6 @@ #import "IfishAlibcWebViewController.h" #import "MBProgressHUD.h" #import "NTESSessionListViewController.h" -#import "RunSun84biteCenterViewController.h" #import "RunSunChangeNameViewController.h" @interface IfishDeviceViewController () diff --git a/Ifish/controllers/leftcontrollers/SelectDeviceViewController.m b/Ifish/controllers/leftcontrollers/SelectDeviceViewController.m index ead889a..3aab2a9 100644 --- a/Ifish/controllers/leftcontrollers/SelectDeviceViewController.m +++ b/Ifish/controllers/leftcontrollers/SelectDeviceViewController.m @@ -9,7 +9,6 @@ #import "SelectDeviceViewController.h" #import "FirstConnectWifiController.h" #import "LeftViewController.h" -#import "CenterViewController.h" #import "ICSDrawerController.h" #import "YooseConnectFirstViewController.h" #import "IfishMianTabViewController.h" diff --git a/Ifish/controllers/leftcontrollers/SetViewController.m b/Ifish/controllers/leftcontrollers/SetViewController.m index 7872edb..4b0401c 100644 --- a/Ifish/controllers/leftcontrollers/SetViewController.m +++ b/Ifish/controllers/leftcontrollers/SetViewController.m @@ -17,7 +17,6 @@ #import "ChangeSecretCodeController.h" #import "AboutUsViewController.h" //#import "LeftViewController.h" -//#import "CenterViewController.h" #import "RegistViewController.h" #import "AppDelegate.h" #import "LogInViewController.h" diff --git a/Ifish/controllers/logAddRegistController/RegistViewController.mm b/Ifish/controllers/logAddRegistController/RegistViewController.mm index 63a4231..8674645 100644 --- a/Ifish/controllers/logAddRegistController/RegistViewController.mm +++ b/Ifish/controllers/logAddRegistController/RegistViewController.mm @@ -13,7 +13,6 @@ #import "AFNetworking.h" #import "MyMD5.h" #import "LeftViewController.h" -#import "CenterViewController.h" #import "RightViewController.h" #import "AgreementViewController.h" #import "MyIntroductionViewController.h"