|
@@ -54,7 +54,8 @@
|
|
|
},
|
|
|
|
|
|
"modules" : {
|
|
|
- "Bluetooth" : {}
|
|
|
+ "Bluetooth" : {},
|
|
|
+ "Push" : {}
|
|
|
},
|
|
|
|
|
|
"distribute" : {
|
|
@@ -95,12 +96,12 @@
|
|
|
"UIBackgroundModes" : "audio,bluetooth-central,remote-notification",
|
|
|
"privacyDescription" : {
|
|
|
|
|
|
- "NSPhotoLibraryUsageDescription" : "为了方便识别产品二维码,需要开启相册",
|
|
|
- "NSPhotoLibraryAddUsageDescription" : "为了方便识别产品二维码,需要开启相册",
|
|
|
- "NSCameraUsageDescription" : "为了方便识别产品二维码,需要开启相机",
|
|
|
- "NSLocationWhenInUseUsageDescription" : "为了连接蓝牙打印机,需要开启定位",
|
|
|
- "NSBluetoothPeripheralUsageDescription" : "为了连接蓝牙打印机,需要开启蓝牙",
|
|
|
- "NSBluetoothAlwaysUsageDescription" : "为了连接蓝牙打印机,需要开启蓝牙"
|
|
|
+ "NSPhotoLibraryUsageDescription" : "扫描识别产品需要访问设备相册,是否同意?",
|
|
|
+ "NSPhotoLibraryAddUsageDescription" : "扫描识别产品需要访问设备相册,是否同意?",
|
|
|
+ "NSCameraUsageDescription" : "扫描识别产品二维码需要访问相机,是否同意?",
|
|
|
+ "NSLocationWhenInUseUsageDescription" : "连接打印机需要开启位置权限,是否同意?",
|
|
|
+ "NSBluetoothPeripheralUsageDescription" : "连接打印机需要开启蓝牙权限,是否同意?",
|
|
|
+ "NSBluetoothAlwaysUsageDescription" : "连接打印机需要开启蓝牙权限,是否同意?"
|
|
|
}
|
|
|
},
|
|
|
|
|
@@ -111,6 +112,9 @@
|
|
|
"system" : {
|
|
|
"__platform__" : [ "ios", "android" ]
|
|
|
}
|
|
|
+ },
|
|
|
+ "push" : {
|
|
|
+ "unipush" : null
|
|
|
}
|
|
|
},
|
|
|
"icons" : {
|
|
@@ -221,8 +225,6 @@
|
|
|
"JPUSH_MEIZU_APPID" : "",
|
|
|
"JPUSH_XIAOMI_APPKEY" : "",
|
|
|
"JPUSH_XIAOMI_APPID" : "",
|
|
|
- "JPUSH_HUAWEI_APPID" : "",
|
|
|
- "JPUSH_HONOR_APPID" : "",
|
|
|
"__plugin_info__" : {
|
|
|
"name" : "JG-JPush",
|
|
|
"description" : "极光推送Hbuilder插件",
|