From 754be05a4c453fd7e910a3be6c73d5b91c353322 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 29 Jun 2021 21:53:28 +0200 Subject: [PATCH] ios: We do not use bluetooth --- ios/Podfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 9834fa88..cced78c4 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -78,7 +78,10 @@ post_install do |installer| 'PERMISSION_MEDIA_LIBRARY=0', ## dart: PermissionGroup.sensors - 'PERMISSION_SENSORS=0' + 'PERMISSION_SENSORS=0', + + ## dart: PermissionGroup.bluetooth + 'PERMISSION_BLUETOOTH=0' ] end