-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
23 lines (23 loc) · 779 Bytes
/
Copy pathInfo.plist
File metadata and controls
23 lines (23 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>ApplePressAndHoldEnabled</key>
<false/>
<key>NSMicrophoneUsageDescription</key>
<string>Spurwechsel uses microphone input to transcribe voice into the active agent prompt.</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>Spurwechsel uses speech recognition to convert your voice into text for the active agent prompt.</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>dev.breuer.spurwechsel.deeplink</string>
<key>CFBundleURLSchemes</key>
<array>
<string>spurwechsel</string>
</array>
</dict>
</array>
</dict>
</plist>