ios: Declare reasons we might use some permissions to avoid crashes.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 18m57s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 18m57s
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# Model
|
# Model
|
||||||
|
|
||||||
A reasonable mental model of Tilde Friends is as a virtual computer. User
|
A reasonable mental model of Tilde Friends is as a virtual computer. User
|
||||||
interace is through a web browser. Communication with the outside world is
|
interace is through a web browser. Communication with the outside world is
|
||||||
through the Secure Scuttlebutt (SSB) network protocol. Persistence is through
|
through the Secure Scuttlebutt (SSB) network protocol. Persistence is through
|
||||||
an SSB store and an additional key-value store in an sqlite database.
|
an SSB store and an additional key-value store in an sqlite database.
|
||||||
|
|
||||||
The schema for the sqlite database is primarily a `messages` table and a
|
The schema for the sqlite database is primarily a `messages` table and a
|
||||||
|
|||||||
@@ -83,5 +83,11 @@
|
|||||||
</dict>
|
</dict>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
|
<key>NSCameraUsageDescription</key>
|
||||||
|
<string>Camera access is used to take pictures to add to posts.</string>
|
||||||
|
<key>NSMicrophoneUsageDescription</key>
|
||||||
|
<string>Microphone access is used to capture audio to add to posts.</string>
|
||||||
|
<key>NSPhotoLibraryUsageDescription</key>
|
||||||
|
<string>Photo library access is userd to select images to add to posts.</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user