-
-
Notifications
You must be signed in to change notification settings - Fork 321
Expand file tree
/
Copy pathInfo.plist
More file actions
38 lines (38 loc) · 1.69 KB
/
Copy pathInfo.plist
File metadata and controls
38 lines (38 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?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>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleDisplayName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleVersion</key>
<string>12</string>
<key>CFBundleShortVersionString</key>
<string>1.6.1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>NSAccessibilityUsageDescription</key>
<string>FluidVoice needs Accessibility permission to listen for global hotkeys and type text into other apps when you stop recording.</string>
<key>NSMicrophoneUsageDescription</key>
<string>FluidVoice needs microphone access to record your voice for speech-to-text transcription. Your audio is processed locally and never sent to external servers.</string>
<key>LSUIElement</key>
<false/>
<key>NSAppleEventsUsageDescription</key>
<string>FluidVoice needs permission to control system events for managing launch at startup settings.</string>
<key>POSTHOG_API_KEY</key>
<string>phc_coNu37345O2bgaAeQMD3tezkg1rDCbDS9Y3pOVvp2VM</string>
<key>POSTHOG_HOST</key>
<string>https://eu.i.posthog.com</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>FluidVoice uses on-device speech recognition to transcribe your voice commands and text quickly and privately.</string>
</dict>
</plist>