From 3e8d05fa2ef77e654a0770c453122066bf851e2c Mon Sep 17 00:00:00 2001 From: jack Date: Thu, 25 Sep 2025 12:08:00 +0200 Subject: [PATCH] Restore mac photo picker access --- bitchat/Info.plist | 2 ++ bitchat/bitchat-macOS.entitlements | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bitchat/Info.plist b/bitchat/Info.plist index 694cd815..c7d9e3dd 100644 --- a/bitchat/Info.plist +++ b/bitchat/Info.plist @@ -37,6 +37,8 @@ bitchat uses Bluetooth to discover and connect with other bitchat users nearby. NSCameraUsageDescription bitchat uses the camera to scan QR codes to verify peers. + NSPhotoLibraryUsageDescription + bitchat lets you pick images from your photo library to share with nearby peers. NSMicrophoneUsageDescription bitchat uses the microphone to record voice notes that relay across the mesh. NSLocationWhenInUseUsageDescription diff --git a/bitchat/bitchat-macOS.entitlements b/bitchat/bitchat-macOS.entitlements index 71045f5a..a271c15d 100644 --- a/bitchat/bitchat-macOS.entitlements +++ b/bitchat/bitchat-macOS.entitlements @@ -20,5 +20,7 @@ com.apple.security.files.user-selected.read-only + com.apple.security.assets.pictures.read-only +