19 lines
775 B
Plaintext
19 lines
775 B
Plaintext
<?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/>
|
|
<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>
|
|
</dict>
|
|
</plist>
|