2025-12-07 19:32:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
|
<plist version="1.0">
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSSupportsAutomaticTermination</key>
|
|
|
|
|
<false/>
|
|
|
|
|
<key>NSSupportsSuddenTermination</key>
|
|
|
|
|
<false/>
|
2025-12-08 02:20:52 +02:00
|
|
|
<key>NSAppleEventsUsageDescription</key>
|
|
|
|
|
<string>OpenChamber needs to run the OpenCode CLI to provide AI coding assistance.</string>
|
|
|
|
|
<key>NSDesktopFolderUsageDescription</key>
|
|
|
|
|
<string>OpenChamber needs access to work with your projects.</string>
|
|
|
|
|
<key>NSDocumentsFolderUsageDescription</key>
|
|
|
|
|
<string>OpenChamber needs access to work with your projects.</string>
|
|
|
|
|
<key>NSDownloadsFolderUsageDescription</key>
|
|
|
|
|
<string>OpenChamber needs access to work with your projects.</string>
|
2026-02-09 13:55:10 -08:00
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
|
<string>OpenChamber needs microphone access for voice input.</string>
|
|
|
|
|
<key>NSSpeechRecognitionUsageDescription</key>
|
|
|
|
|
<string>OpenChamber needs speech recognition to transcribe voice input.</string>
|
2026-02-11 20:07:44 +02:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSAllowsArbitraryLoadsInWebContent</key>
|
|
|
|
|
<true/>
|
|
|
|
|
</dict>
|
2025-12-07 19:32:53 +02:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|