From 560375bac6dad6e418a61ac03cd2682d3c600618 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E8=90=8C?= <494089941@qq.com>
Date: Mon, 9 May 2022 15:54:50 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ios=E6=9D=83=E9=99=90?=
=?UTF-8?q?=E6=8F=8F=E8=BF=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ios/Runner/Info.plist | 6 ++++--
pubspec.yaml | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index c8a4b598..5fa99b90 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -51,9 +51,11 @@
NSAppleMusicUsageDescription
请允许访问,否则无法在小蜜蜂社区中发送及保存照片.
NSBluetoothAlwaysUsageDescription
- 无需使用蓝牙
+ 需要使用蓝牙
NSBluetoothPeripheralUsageDescription
- 无需使用蓝牙
+ 需要使用蓝牙
+ NSMicrophoneUsageDescription
+ 需要使用麦克风用于发布任务等功能的音频输入
NSCalendarsUsageDescription
请允许访问,否则无法查看您每日的浏览记录.
NSCameraUsageDescription
diff --git a/pubspec.yaml b/pubspec.yaml
index a96f4fae..1cba7e5d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,7 +2,7 @@ name: aku_new_community
description: A new Flutter project.
publish_to: "none"
-version: 1.8.10-dev+50
+version: 1.8.11-dev+51
environment:
sdk: ">=2.12.0 <3.0.0"