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>
|
|
|
|
|
|
|
|
|
|
<key>NSPrefPaneIconLabel</key>
|
|
|
|
|
<string>coco-ai</string>
|
|
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
|
<string>rs.coco.app</string>
|
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>coco</string>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
2024-11-24 19:25:47 +08:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|