Commit a8450d1a authored by IOS-张 博's avatar IOS-张 博

提交app store审核

parent f7330532
Pipeline #919 failed with stages
......@@ -7498,9 +7498,9 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = VirtualPayment/Application/VirtualPayment.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer: GongJing Yin (9CVXBA22DQ)";
CODE_SIGN_IDENTITY = "iPhone Distribution: Beijing UbiCredit Technology Co., Ltd (VN5SD4NGLS)";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = YJD2L6AVTN;
DEVELOPMENT_TEAM = VN5SD4NGLS;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
......@@ -7527,14 +7527,40 @@
"$(PROJECT_DIR)/VirtualPayment/QGVender/MiPush",
);
MiSDKRun = debug;
OTHER_CFLAGS = (
"-mllvm",
"-falsify-control-flow",
"-mllvm",
"-falsify-control-flow-percentage=80",
"-mllvm",
"-falsify-control-flow-probability=20",
"-mllvm",
"-transform-operator-identically",
"-mllvm",
"-transform-operator-identically-loop=1",
"-mllvm",
"-split-basic-block",
"-mllvm",
"-split-basic-block-number=2",
"-mllvm",
"-indirection-control-flow",
"-mllvm",
"-indirection-control-flow-probability=80",
"-mllvm",
"-encrypt-constant-string",
"-mllvm",
"-encrypt-constant-string-level=1",
"-mllvm",
"-encrypt-constant-string-probability=70",
);
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",
);
PRODUCT_BUNDLE_IDENTIFIER = com.quantgroup.test;
PRODUCT_BUNDLE_IDENTIFIER = com.baitiao.www;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "8a6d2852-b238-4c7d-ac83-8e0feb142de9";
PROVISIONING_PROFILE_SPECIFIER = wallet_dev_test;
PROVISIONING_PROFILE_SPECIFIER = BaiTiao_AppStore;
TARGETED_DEVICE_FAMILY = 1;
WARNING_CFLAGS = "";
};
......@@ -7545,9 +7571,9 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = VirtualPayment/Application/VirtualPayment.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution: Beijing QuantGroup Information Technology Co., Ltd";
CODE_SIGN_IDENTITY = "iPhone Distribution: Beijing UbiCredit Technology Co., Ltd (VN5SD4NGLS)";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = YJD2L6AVTN;
DEVELOPMENT_TEAM = VN5SD4NGLS;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
......@@ -7574,13 +7600,39 @@
"$(PROJECT_DIR)/VirtualPayment/QGVender/MiPush",
);
MiSDKRun = online;
OTHER_CFLAGS = (
"-mllvm",
"-falsify-control-flow",
"-mllvm",
"-falsify-control-flow-percentage=80",
"-mllvm",
"-falsify-control-flow-probability=20",
"-mllvm",
"-transform-operator-identically",
"-mllvm",
"-transform-operator-identically-loop=1",
"-mllvm",
"-split-basic-block",
"-mllvm",
"-split-basic-block-number=2",
"-mllvm",
"-indirection-control-flow",
"-mllvm",
"-indirection-control-flow-probability=80",
"-mllvm",
"-encrypt-constant-string",
"-mllvm",
"-encrypt-constant-string-level=1",
"-mllvm",
"-encrypt-constant-string-probability=70",
);
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",
);
PRODUCT_BUNDLE_IDENTIFIER = com.quantgroup.test;
PRODUCT_BUNDLE_IDENTIFIER = com.baitiao.www;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = wallet_hous_test;
PROVISIONING_PROFILE_SPECIFIER = BaiTiao_AppStore;
TARGETED_DEVICE_FAMILY = 1;
WARNING_CFLAGS = "";
};
......
......@@ -59,7 +59,7 @@ static NSString *const kTencentSchemeKey = @"tencent1108767784";
///需要打线上包时解开注释
//#define FormalEnviroment @"YES"
#define FormalEnviroment @"YES"
// 通过判断“FormalEnviroment”是否已经定义,区分后配置正式环境或测试环境。
#ifdef FormalEnviroment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment