tianyi 2 weeks ago
parent
commit
b5f8ea51e9
  1. 10
      manifest.json

10
manifest.json

@ -55,7 +55,7 @@
/* ios */
"ios" : {
// "deploymentTarget" : "15.0", //202715.0ios
"UIBackgroundModes" : "",
"UIBackgroundModes" : ["remote-notification"],
"privacyDescription" : {
"NSLocationWhenInUseUsageDescription" : "导航SDK需要您的定位服务,否则可能无法使用,如果您需要使用后台导航功能请选择“始终允许”。",
"NSLocationAlwaysUsageDescription" : "导航SDK需要您的定位服务,否则可能无法使用。",
@ -63,7 +63,7 @@
"NSCameraUsageDescription" : "用户商家拍照上传商品图片和上传门头图",
"NSPhotoLibraryAddUsageDescription" : "用户商家在相册选择图片,上传商品图片和上传门头图",
"NSPhotoLibraryUsageDescription" : "用户商家在相册选择图片,上传商品图片和上传门头图",
"NSBluetoothPeripheralUsageDescription" : "用于商家连接蓝牙打印机打印出餐小票"
"NSBluetoothPeripheralUsageDescription" : "App需要连接蓝牙打印机,以便为您打印出餐小票。"
},
"urlschemewhitelist" : "amapuri",
"validArchitectures" : [ "arm64" ],
@ -164,7 +164,7 @@
"platforms" : "Android,iOS",
"url" : "https://ext.dcloud.net.cn/plugin?id=4028",
"android_package_name" : "com.peisong",
"ios_bundle_id" : "com.xenjoyou.banjingli",
"ios_bundle_id" : "com.peisong",
"isCloud" : true,
"bought" : 1,
"pid" : "4028",
@ -194,7 +194,7 @@
},
"JG-JPush" : {
"JPUSH_ADVERTISINGID_IOS" : "130f556e8473c9b558777fe3",
"JPUSH_DEFAULTINITJPUSH_IOS" : "130f556e8473c9b558777fe3",
"JPUSH_DEFAULTINITJPUSH_IOS" : "true",
"JPUSH_GOOGLE_API_KEY" : "130f556e8473c9b558777fe3",
"JPUSH_GOOGLE_APP_ID" : "130f556e8473c9b558777fe3",
"JPUSH_GOOGLE_PROJECT_ID" : "130f556e8473c9b558777fe3",
@ -202,7 +202,7 @@
"JPUSH_GOOGLE_STORAGE_BUCKET" : "130f556e8473c9b558777fe3",
"JPUSH_HONOR_APPID" : "130f556e8473c9b558777fe3",
"JPUSH_HUAWEI_APPID" : "130f556e8473c9b558777fe3",
"JPUSH_ISPRODUCTION_IOS" : "130f556e8473c9b558777fe3",
"JPUSH_ISPRODUCTION_IOS" : "false",
"JPUSH_MEIZU_APPID" : "130f556e8473c9b558777fe3",
"JPUSH_MEIZU_APPKEY" : "130f556e8473c9b558777fe3",
"JPUSH_OPPO_APPID" : "130f556e8473c9b558777fe3",

Loading…
Cancel
Save