测试版本提交
This commit is contained in:
parent
a450b78ba4
commit
fe7aebacc7
|
|
@ -16013,7 +16013,7 @@
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
ENABLE_TESTABILITY = YES;
|
ENABLE_TESTABILITY = YES;
|
||||||
|
|
@ -16132,7 +16132,7 @@
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
ENABLE_TESTABILITY = YES;
|
ENABLE_TESTABILITY = YES;
|
||||||
|
|
|
||||||
|
|
@ -144,13 +144,13 @@ alpha:1.0]
|
||||||
|
|
||||||
static NSString* DOMAIN_NAME =@"app.ifish7.cn";
|
static NSString* DOMAIN_NAME =@"app.ifish7.cn";
|
||||||
//正式环境
|
//正式环境
|
||||||
#define SOCKETPORT [Define sharedDefine].server
|
//#define SOCKETPORT [Define sharedDefine].server
|
||||||
#define JIEKOUPORT [[Define sharedDefine] getRealSever]
|
//#define JIEKOUPORT [[Define sharedDefine] getRealSever]
|
||||||
#define JIEKOUPORTHTTP [[Define sharedDefine] getRealSever]
|
//#define JIEKOUPORTHTTP [[Define sharedDefine] getRealSever]
|
||||||
//测试环境
|
//测试环境
|
||||||
//#define SOCKETPORT @"139.196.24.156"
|
#define SOCKETPORT @"139.196.24.156"
|
||||||
//#define JIEKOUPORT @"http://139.196.24.156:7080"
|
#define JIEKOUPORT @"http://139.196.24.156:7080"
|
||||||
//#define JIEKOUPORTHTTP @"https://app.ifish7.com"
|
#define JIEKOUPORTHTTP @"https://app.ifish7.com"
|
||||||
//云 @"https://app.ifish7.com"
|
//云 @"https://app.ifish7.com"
|
||||||
//云图片头像等地址 @"http://app.ifish7.com"
|
//云图片头像等地址 @"http://app.ifish7.com"
|
||||||
//#define JIEKOUPORTHTTP @"https://app.ifish7.com"
|
//#define JIEKOUPORTHTTP @"https://app.ifish7.com"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue