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
+