2024-11-24 19:25:47 +08: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>NSCameraUsageDescription</key>
|
|
|
|
|
<string>Request camera access for WebRTC</string>
|
|
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
|
<string>Request microphone access for WebRTC</string>
|
2025-01-10 14:59:03 +08:00
|
|
|
|
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
|
<string>rs.coco.app</string>
|
2025-02-13 08:34:23 +08:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
<string>coco</string>
|
2025-01-10 14:59:03 +08:00
|
|
|
<key>NSPrefPaneIconLabel</key>
|
|
|
|
|
<string>coco-ai</string>
|
2025-02-08 07:38:02 +08:00
|
|
|
|
|
|
|
|
<key>LSUIElement</key>
|
|
|
|
|
<true/>
|
|
|
|
|
|
2025-02-13 08:34:23 +08:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
|
<false/>
|
|
|
|
|
|
2025-01-10 14:59:03 +08:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
|
<string>rs.coco.app</string>
|
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>coco</string>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
2025-03-11 16:36:51 +08:00
|
|
|
|
|
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
|
<string>Coco AI needs access to your microphone for voice input and audio recording features.</string>
|
|
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
|
<string>Coco AI requires camera access for scanning documents and capturing images.</string>
|
|
|
|
|
<key>NSSpeechRecognitionUsageDescription</key>
|
|
|
|
|
<string>Coco AI uses speech recognition to convert your voice into text for a hands-free experience.</string>
|
2025-11-27 10:12:49 +08:00
|
|
|
<key>NSAppleEventsUsageDescription</key>
|
|
|
|
|
<string>Coco AI requires access to Apple Events to enable certain features, such as opening files and applications.</string>
|
|
|
|
|
<key>NSAccessibility</key>
|
|
|
|
|
<true/>
|
2024-11-24 19:25:47 +08:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|