2017-01-12 05:01:52 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-12-13 16:30:27 -05:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
2017-01-12 05:01:52 -05:00
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
2017-12-13 16:30:27 -05:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>en</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>alacritty</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2022-07-10 16:55:57 -04:00
|
|
|
<string>org.alacritty</string>
|
2017-12-13 16:30:27 -05:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>Alacritty</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2023-02-14 18:19:19 -05:00
|
|
|
<string>0.13.0-dev</string>
|
2017-12-13 16:30:27 -05:00
|
|
|
<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>
|
2019-05-14 11:36:13 -04:00
|
|
|
<true/>
|
2017-12-13 16:30:27 -05:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>Alacritty</string>
|
2018-09-18 16:27:40 -04:00
|
|
|
<key>NSRequiresAquaSystemAppearance</key>
|
|
|
|
<string>NO</string>
|
2018-12-02 11:06:24 -05:00
|
|
|
<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>
|
2019-05-07 11:49:22 -04:00
|
|
|
<key>NSSystemAdministrationUsageDescription</key>
|
|
|
|
<string>An application in Alacritty requires elevated permissions.</string>
|
2017-01-12 05:01:52 -05:00
|
|
|
</dict>
|
|
|
|
</plist>
|