From 56f1c37129cfcb828facd9d7618578be7e018590 Mon Sep 17 00:00:00 2001 From: Islam <2553451+qalandarov@users.noreply.github.com> Date: Thu, 11 Sep 2025 18:14:27 +0100 Subject: [PATCH] Regenerate info.plist by adding the missing keys (#576) `xcodegen` probably uses alphabetical sorting so had to commit the info.plist to avoid discrepancies --- bitchat/Info.plist | 4 ++-- project.yml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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