mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 01:02:14 +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',
|
'PERMISSION_MEDIA_LIBRARY=0',
|
||||||
|
|
||||||
## dart: PermissionGroup.sensors
|
## dart: PermissionGroup.sensors
|
||||||
'PERMISSION_SENSORS=0'
|
'PERMISSION_SENSORS=0',
|
||||||
|
|
||||||
|
## dart: PermissionGroup.bluetooth
|
||||||
|
'PERMISSION_BLUETOOTH=0'
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user