damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 7894cad4f4aef69f7c3c0bc2c5f840853cc0a7a0
parent 44bcae148568e9d464c00622587c47b095792f2a
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 24 Jan 2024 09:39:59 -0800

project: add 'updates files in place' to info.plist

xcode seems to be complaining about this. We technically open the LMDB
file in place? Maybe this is what it detected and is complaining about.

Diffstat:
Mdamus/Info.plist | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/damus/Info.plist b/damus/Info.plist @@ -76,5 +76,7 @@ <string>Damus needs access to your media library for playback statuses</string> <key>NSMicrophoneUsageDescription</key> <string>Damus needs access to your microphone for creating video recording posts</string> + <key>LSSupportsOpeningDocumentsInPlace</key> + <true/> </dict> </plist>