Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ios/PocketPal/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
</dict>
<key>NSCameraUsageDescription</key>
<string>PocketPal uses your camera to capture images and video for local AI analysis only. All processing happens on your device and no images are transmitted to external servers.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>PocketPal connects to AI servers you run on your own network (like Ollama or llama.cpp) when you add them as remote endpoints.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>PocketPal accesses your photo library to select images for local AI analysis only. Selected images are processed entirely on your device and are never transmitted to external servers.</string>
<key>NSSiriUsageDescription</key>
Expand Down
Loading