Some checks failed
CI / Rust Check (push) Has been cancelled
CI / Rust Tests (push) Has been cancelled
CI / Frontend Check (push) Has been cancelled
CI / Build Tauri (macOS) (push) Has been cancelled
CI / Build Tauri (macOS Intel) (push) Has been cancelled
CI / Build Tauri (Linux) (push) Has been cancelled
Includes server (Rust/Axum API proxy with voice management), Tauri desktop client with Svelte UI, bot-sdk, Docker infra (Synapse, PostgreSQL, Coturn, Nginx), and CI/CD pipeline.
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
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>CFBundleDisplayName</key>
|
|
<string>EifelDC</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>EifelDC</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>de.eifeldc</string>
|
|
<key>CFBundleName</key>
|
|
<string>EifelDC</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>0.1.0</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.15</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>EifelDC needs microphone access for voice channels.</string>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>EifelDC needs camera access for video calls.</string>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.social-networking</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2024 EifelDC. All rights reserved.</string>
|
|
</dict>
|
|
</plist> |