111
This commit is contained in:
parent
e9643ca47f
commit
be13fc0575
|
|
@ -29,7 +29,7 @@ const testing = {
|
|||
};
|
||||
|
||||
// 根据环境变量选择对应配置
|
||||
let currentEnv = testing;//production;//testing;
|
||||
let currentEnv = production;//production;//testing;
|
||||
// 衍生配置
|
||||
const config = {
|
||||
...currentEnv,
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
||||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
||||
],
|
||||
"schemes" : "youda;",
|
||||
"schemes" : "com.huanman.youda",
|
||||
"minSdkVersion" : 21,
|
||||
"abiFilters" : [ "arm64-v8a", "x86" ]
|
||||
},
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
"NSPhotoLibraryUsageDescription" : "为了设置您的个人头像,我们需要访问您的照片图库。这将允许您从相册中选择现有照片作为头像。我们只会在您主动选择更换头像时访问照片,未经您的许可绝不会查看您的其他照片。",
|
||||
"NSPhotoLibraryAddUsageDescription" : "我们需要访问权限以便将生成的海报保存到您的相册中。这样您就可以方便地在照片应用中查看和分享这些海报。我们只会在您明确选择保存时才将图片存入相册。"
|
||||
},
|
||||
"urltypes" : "youda;",
|
||||
"urltypes" : "com.huanman.youda",
|
||||
"capabilities" : {
|
||||
"entitlements" : {
|
||||
"com.apple.developer.associated-domains" : [ "applinks:zfunbox.cn" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user