forked from njerschow/Command
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
38 lines (38 loc) · 1.45 KB
/
Info.plist
File metadata and controls
38 lines (38 loc) · 1.45 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
<?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>Command</string>
<key>CFBundleDisplayName</key>
<string>Command</string>
<key>CFBundleIdentifier</key>
<string>com.command.app</string>
<key>CFBundleVersion</key>
<string>10</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<key>CFBundleExecutable</key>
<string>Command</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
<key>LSUIElement</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2024. All rights reserved.</string>
<key>NSAccessibilityUsageDescription</key>
<string>Command needs accessibility access to read terminal window information.</string>
<key>NSAppleEventsUsageDescription</key>
<string>Command needs automation access to communicate with terminal applications and read their content.</string>
<key>NSScreenCaptureUsageDescription</key>
<string>Command needs screen recording access to read terminal window titles.</string>
</dict>
</plist>