-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
27 lines (27 loc) · 902 Bytes
/
Copy pathInfo.plist
File metadata and controls
27 lines (27 loc) · 902 Bytes
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
<?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>CFBundleName</key>
<string>BoloPrompt</string>
<key>CFBundleDisplayName</key>
<string>BoloPrompt</string>
<key>CFBundleIdentifier</key>
<string>com.cnitsolution.bolo</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleExecutable</key>
<string>Bolo</string>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
<!-- Menu-bar-only: no dock icon. -->
<key>LSUIElement</key>
<true/>
<key>NSMicrophoneUsageDescription</key>
<string>Bolo records your Urdu speech to transcribe it on-device.</string>
</dict>
</plist>