bonus-material-app/nativeplugins/Mpaas-Scan/ios/mPaas.framework/AutoConfig.json

33 lines
1.9 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"class": "MPaaSInterface",
"header": "<mPaas/MPaaSInterface.h>",
"group": "General",
"entries": [
{
"title": {
"chinese": "开启设置服务",
"english": "Enable Setting Service"
},
"declaration": "- (BOOL)enableSettingService",
"description": {
"chinese": "使用苹果系统设置服务在开发阶段方便的切换环境。默认的MPaaS设置服务支持RPC与远程日志埋点模块的环境配置。如果使用该服务重写以下方法会导致设置失效\n [DTRpcInterface productId][DTRpcInterface gatewayURL]\n [APLogAdditions logServerURL][APLogAdditions configServerURL][APLogAdditions platformID]",
"english": "iOS setting service for application can be used for environment switching. The defualt MPaaS setting service supports RPC and Remote-Logging system. If you enable this service, you should not override the following methods:\n [DTRpcInterface productId], [DTRpcInterface gatewayURL]\n [APLogAdditions logServerURL], [APLogAdditions configServerURL], [APLogAdditions platformID]"
},
"type": "option",
"default": "NO",
"options": [
"YES",
"NO"
],
"option:YES": [
{
"type": "resource",
"files": [
"Settings.bundle",
"GatewayConfig.plist"
]
}
]
}
]
}