diff --git a/bitchat/Info.plist b/bitchat/Info.plist index 7f5a6464..5d0a9984 100644 --- a/bitchat/Info.plist +++ b/bitchat/Info.plist @@ -35,10 +35,10 @@ bitchat uses Bluetooth to create a secure mesh network for chatting with nearby users. NSBluetoothPeripheralUsageDescription bitchat uses Bluetooth to discover and connect with other bitchat users nearby. - NSLocationWhenInUseUsageDescription - bitchat uses your approximate location to compute local geohash channels for optional public chats. Exact GPS is never shared. NSCameraUsageDescription bitchat uses the camera to scan QR codes to verify peers. + NSLocationWhenInUseUsageDescription + bitchat uses your approximate location to compute local geohash channels for optional public chats. Exact GPS is never shared. UIBackgroundModes bluetooth-central diff --git a/project.yml b/project.yml index 8496c3d2..90e9e4ae 100644 --- a/project.yml +++ b/project.yml @@ -32,6 +32,8 @@ targets: CFBundleVersion: $(CURRENT_PROJECT_VERSION) NSBluetoothAlwaysUsageDescription: bitchat uses Bluetooth to create a secure mesh network for chatting with nearby users. NSBluetoothPeripheralUsageDescription: bitchat uses Bluetooth to discover and connect with other bitchat users nearby. + NSCameraUsageDescription: bitchat uses the camera to scan QR codes to verify peers. + NSLocationWhenInUseUsageDescription: bitchat uses your approximate location to compute local geohash channels for optional public chats. Exact GPS is never shared. UIBackgroundModes: - bluetooth-central - bluetooth-peripheral @@ -89,6 +91,8 @@ targets: LSMinimumSystemVersion: $(MACOSX_DEPLOYMENT_TARGET) NSBluetoothAlwaysUsageDescription: bitchat uses Bluetooth to create a secure mesh network for chatting with nearby users. NSBluetoothPeripheralUsageDescription: bitchat uses Bluetooth to discover and connect with other bitchat users nearby. + NSCameraUsageDescription: bitchat uses the camera to scan QR codes to verify peers. + NSLocationWhenInUseUsageDescription: bitchat uses your approximate location to compute local geohash channels for optional public chats. Exact GPS is never shared. CFBundleURLTypes: - CFBundleURLSchemes: - bitchat