-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathInfo.plist
More file actions
52 lines (52 loc) · 2.17 KB
/
Info.plist
File metadata and controls
52 lines (52 loc) · 2.17 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?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>Transcripted</string>
<key>CFBundleDisplayName</key>
<string>Transcripted</string>
<key>CFBundleIconFile</key>
<string>Transcripted</string>
<key>CFBundleIdentifier</key>
<string>com.justinbetker.draft</string>
<key>CFBundleVersion</key>
<string>1.1.20</string>
<key>CFBundleShortVersionString</key>
<string>1.1.20</string>
<key>TranscriptedSentryDSN</key>
<string>https://137ddd7f72199a8d7a06f1644224dce5@o4511202804170752.ingest.us.sentry.io/4511202823045120</string>
<key>TranscriptedSentryEnvironment</key>
<string>production</string>
<key>TranscriptedPostHogAPIKey</key>
<string>phc_zQu8kX7TpsuVFqjrmPaK4XXpoSuuxSMrvzpP8cZTS63o</string>
<key>TranscriptedPostHogHost</key>
<string>https://us.i.posthog.com</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleExecutable</key>
<string>Transcripted</string>
<key>LSMinimumSystemVersion</key>
<string>26.0</string>
<key>LSUIElement</key>
<true/>
<key>SUEnableAutomaticChecks</key>
<true/>
<key>SUAllowsAutomaticUpdates</key>
<true/>
<key>SUScheduledCheckInterval</key>
<integer>14400</integer>
<key>SUFeedURL</key>
<string>https://raw.githubusercontent.com/r3dbars/transcripted/main/docs/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>Ib6MHm4eeZYjhsZblNT0DEo3LzK9fYvBLkmqvw/Vo7Q=</string>
<key>NSMicrophoneUsageDescription</key>
<string>Transcripted needs microphone access for dictation and to capture your side of meetings.</string>
<key>NSScreenCaptureUsageDescription</key>
<string>Transcripted needs screen recording access so meeting capture can access system audio from calls, videos, and other apps.</string>
<key>NSAudioCaptureUsageDescription</key>
<string>Transcripted records system audio alongside your microphone so meetings can be transcribed locally on your Mac.</string>
<key>NSCalendarsFullAccessUsageDescription</key>
<string>Transcripted can optionally use your calendar to spot upcoming meetings and offer a local record prompt right when they start.</string>
</dict>
</plist>