mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-25 16:19:58 +08:00
ios: We do not use bluetooth
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user