From fe7aebacc7b7b73e3e461e0bbe5cfbda87f9f384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9D=E5=8F=91=E5=86=AC?= Date: Mon, 6 Jun 2022 18:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=89=88=E6=9C=AC=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ifish.xcodeproj/project.pbxproj | 4 ++-- Ifish/Utinitys/Define.h | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Ifish.xcodeproj/project.pbxproj b/Ifish.xcodeproj/project.pbxproj index 7f978be..241b482 100644 --- a/Ifish.xcodeproj/project.pbxproj +++ b/Ifish.xcodeproj/project.pbxproj @@ -16013,7 +16013,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = WFX8GD5HFX; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = YES; @@ -16132,7 +16132,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = WFX8GD5HFX; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = YES; diff --git a/Ifish/Utinitys/Define.h b/Ifish/Utinitys/Define.h index c307936..3417f26 100644 --- a/Ifish/Utinitys/Define.h +++ b/Ifish/Utinitys/Define.h @@ -144,13 +144,13 @@ alpha:1.0] static NSString* DOMAIN_NAME =@"app.ifish7.cn"; //正式环境 -#define SOCKETPORT [Define sharedDefine].server -#define JIEKOUPORT [[Define sharedDefine] getRealSever] -#define JIEKOUPORTHTTP [[Define sharedDefine] getRealSever] +//#define SOCKETPORT [Define sharedDefine].server +//#define JIEKOUPORT [[Define sharedDefine] getRealSever] +//#define JIEKOUPORTHTTP [[Define sharedDefine] getRealSever] //测试环境 -//#define SOCKETPORT @"139.196.24.156" -//#define JIEKOUPORT @"http://139.196.24.156:7080" -//#define JIEKOUPORTHTTP @"https://app.ifish7.com" +#define SOCKETPORT @"139.196.24.156" +#define JIEKOUPORT @"http://139.196.24.156:7080" +#define JIEKOUPORTHTTP @"https://app.ifish7.com" //云 @"https://app.ifish7.com" //云图片头像等地址 @"http://app.ifish7.com" //#define JIEKOUPORTHTTP @"https://app.ifish7.com"