|
@@ -1,4 +1,4 @@
|
|
|
-{
|
|
|
+https://iscm.360arrow.com{
|
|
|
"name" : "iSCM智慧供应链",
|
|
|
"appid" : "__UNI__5B57B68",
|
|
|
"description" : "iSCM智慧供应链系统",
|
|
@@ -54,7 +54,8 @@
|
|
|
},
|
|
|
/* 模块配置 */
|
|
|
"modules" : {
|
|
|
- "Bluetooth" : {}
|
|
|
+ "Bluetooth" : {},
|
|
|
+ "Share" : {}
|
|
|
},
|
|
|
/* 应用发布信息 */
|
|
|
"distribute" : {
|
|
@@ -92,6 +93,14 @@
|
|
|
"ios" : {
|
|
|
"idfa" : false,
|
|
|
"dSYMs" : false,
|
|
|
+ "urltypes" : "iscm",
|
|
|
+ "capabilities" : {
|
|
|
+ "entitlements" : {
|
|
|
+ // 合并到工程entitlements文件的数据(json格式)
|
|
|
+ "com.apple.developer.associated-domains" : [ "applinks:iscm.360arrow.com" ]
|
|
|
+ },
|
|
|
+ "plists" : {}
|
|
|
+ },
|
|
|
"UIBackgroundModes" : "bluetooth-central",
|
|
|
"privacyDescription" : {
|
|
|
//可选,JSON对象,iOS隐私信息访问的许可描述
|
|
@@ -113,6 +122,12 @@
|
|
|
"system" : {
|
|
|
"__platform__" : [ "ios", "android" ]
|
|
|
}
|
|
|
+ },
|
|
|
+ "share" : {
|
|
|
+ "weixin" : {
|
|
|
+ "appid" : "",
|
|
|
+ "UniversalLinks" : "https://iscm.360arrow.com/ulink/"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"icons" : {
|