-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathInfo.plist
More file actions
68 lines (68 loc) · 2.38 KB
/
Copy pathInfo.plist
File metadata and controls
68 lines (68 loc) · 2.38 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?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>WP Workspace</string>
<key>CFBundleDisplayName</key>
<string>WP Workspace</string>
<key>CFBundleIdentifier</key>
<string>com.automattic.wpworkspace</string>
<key>CFBundleVersion</key>
<string>0.4.6</string>
<key>CFBundleShortVersionString</key>
<string>0.4.6</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleExecutable</key>
<string>WP Workspace</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>ATSApplicationFontsPath</key>
<string>Fonts</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>LSUIElement</key>
<true/>
<key>NSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Images</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.image</string>
</array>
</dict>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>WP Workspace OAuth Callback</string>
<key>CFBundleURLSchemes</key>
<array>
<string>wpworkspace</string>
</array>
</dict>
</array>
<key>WPCOMOAuthClientID</key>
<string>138038</string>
<key>WPCOMOAuthClientSecret</key>
<string></string>
<key>NSMicrophoneUsageDescription</key>
<string>WP Workspace needs microphone access when you dictate to your site.</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>WP Workspace needs speech recognition when you dictate text.</string>
<key>NSAccessibilityUsageDescription</key>
<string>WP Workspace needs accessibility access to detect the text cursor position, transform selected text, and paste results.</string>
<key>NSScreenCaptureUsageDescription</key>
<string>WP Workspace uses screenshots you capture to upload selected images to WordPress.com.</string>
</dict>
</plist>