aboutsummaryrefslogtreecommitdiff
path: root/extra/osx/Alacritty.app/Contents/Info.plist
blob: e11f3a577ec3f8cd2e8206ff9e4a784db8125521 (plain)
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
<?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>CFBundleDevelopmentRegion</key>
  <string>en</string>
  <key>CFBundleExecutable</key>
  <string>alacritty</string>
  <key>CFBundleIdentifier</key>
  <string>org.alacritty</string>
  <key>CFBundleInfoDictionaryVersion</key>
  <string>6.0</string>
  <key>CFBundleName</key>
  <string>Alacritty</string>
  <key>CFBundlePackageType</key>
  <string>APPL</string>
  <key>CFBundleShortVersionString</key>
  <string>0.13.2-rc1</string>
  <key>CFBundleSupportedPlatforms</key>
  <array>
    <string>MacOSX</string>
  </array>
  <key>CFBundleVersion</key>
  <string>1</string>
  <key>CFBundleIconFile</key>
  <string>alacritty.icns</string>
  <key>NSHighResolutionCapable</key>
  <true/>
  <key>NSMainNibFile</key>
  <string></string>
  <key>NSSupportsAutomaticGraphicsSwitching</key>
  <true/>
  <key>CFBundleDisplayName</key>
  <string>Alacritty</string>
  <key>NSRequiresAquaSystemAppearance</key>
  <string>NO</string>
    <key>NSAppleEventsUsageDescription</key>
    <string>An application in Alacritty would like to access AppleScript.</string>
    <key>NSCalendarsUsageDescription</key>
    <string>An application in Alacritty would like to access calendar data.</string>
    <key>NSCameraUsageDescription</key>
    <string>An application in Alacritty would like to access the camera.</string>
    <key>NSContactsUsageDescription</key>
    <string>An application in Alacritty wants to access your contacts.</string>
    <key>NSLocationAlwaysUsageDescription</key>
    <string>An application in Alacritty would like to access your location information, even in the background.</string>
    <key>NSLocationUsageDescription</key>
    <string>An application in Alacritty would like to access your location information.</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>An application in Alacritty would like to access your location information while active.</string>
    <key>NSMicrophoneUsageDescription</key>
    <string>An application in Alacritty would like to access your microphone.</string>
    <key>NSRemindersUsageDescription</key>
    <string>An application in Alacritty would like to access your reminders.</string>
    <key>NSSystemAdministrationUsageDescription</key>
    <string>An application in Alacritty requires elevated permissions.</string>
</dict>
</plist>