ios: We do not use bluetooth

This commit is contained in:
Vishesh Handa
2021-06-29 21:53:28 +02:00
parent 66ac3dc7c8
commit 754be05a4c

View File

@ -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