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.
This commit is contained in:
William Casarin
2024-01-24 09:39:59 -08:00
parent 44bcae1485
commit 7894cad4f4

View File

@@ -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>