-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
29 lines (29 loc) · 1.1 KB
/
Copy pathInfo.plist
File metadata and controls
29 lines (29 loc) · 1.1 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
<?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>CFBundleIdentifier</key>
<string>com.pubbles.app</string>
<key>CFBundleExecutable</key>
<string>Pubbles</string>
<key>CFBundleName</key>
<string>Pubbles</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.2</string>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>LSUIElement</key>
<true/>
<key>NSAccessibilityUsageDescription</key>
<string>Pubbles needs accessibility access to capture global hotkeys and keyboard input.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Pubbles uses the microphone to transcribe speech into the subtitle bubble.</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>Pubbles uses speech recognition to display live transcriptions in the subtitle bubble.</string>
</dict>
</plist>