|
|
|
@ -70,7 +70,10 @@ |
|
|
|
|
"targetSdkVersion": 30 |
|
|
|
|
}, |
|
|
|
|
"ios": { |
|
|
|
|
"urlschemewhitelist" : [ "baidumap", "iosamap" ], |
|
|
|
|
"urlschemewhitelist": [ |
|
|
|
|
"baidumap", |
|
|
|
|
"iosamap" |
|
|
|
|
], |
|
|
|
|
"dSYMs": false, |
|
|
|
|
"privacyDescription": { |
|
|
|
|
"NSPhotoLibraryUsageDescription": "中科香灸需要读取你的相册,用于设置个人头像", |
|
|
|
@ -81,7 +84,9 @@ |
|
|
|
|
"urltypes": "shopro", |
|
|
|
|
"capabilities": { |
|
|
|
|
"entitlements": { |
|
|
|
|
"com.apple.developer.associated-domains" : [ "applinks:shopro.sheepjs.com" ] |
|
|
|
|
"com.apple.developer.associated-domains": [ |
|
|
|
|
"applinks:shopro.sheepjs.com" |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"idfa": true |
|
|
|
@ -97,12 +102,18 @@ |
|
|
|
|
}, |
|
|
|
|
"payment": { |
|
|
|
|
"weixin": { |
|
|
|
|
"__platform__" : [ "ios", "android" ], |
|
|
|
|
"__platform__": [ |
|
|
|
|
"ios", |
|
|
|
|
"android" |
|
|
|
|
], |
|
|
|
|
"appid": "wx6747151b87e2d9f3", |
|
|
|
|
"UniversalLinks": "https://shopro.sheepjs.com/uni-universallinks/__UNI__082C0BA/" |
|
|
|
|
}, |
|
|
|
|
"alipay": { |
|
|
|
|
"__platform__" : [ "ios", "android" ] |
|
|
|
|
"__platform__": [ |
|
|
|
|
"ios", |
|
|
|
|
"android" |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"share": { |
|
|
|
@ -112,7 +123,9 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"orientation" : [ "portrait-primary" ], |
|
|
|
|
"orientation": [ |
|
|
|
|
"portrait-primary" |
|
|
|
|
], |
|
|
|
|
"splashscreen": { |
|
|
|
|
"androidStyle": "common", |
|
|
|
|
"iosStyle": "common", |
|
|
|
@ -183,7 +196,9 @@ |
|
|
|
|
"lazyCodeLoading": "requiredComponents", |
|
|
|
|
"usingComponents": {}, |
|
|
|
|
"permission": {}, |
|
|
|
|
"requiredPrivateInfos" : [ "chooseAddress" ] |
|
|
|
|
"requiredPrivateInfos": [ |
|
|
|
|
"chooseAddress" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"mp-alipay": { |
|
|
|
|
"usingComponents": true |
|
|
|
|