diff options
Diffstat (limited to 'extra/osx/Alacritty.app/Contents/Info.plist')
-rw-r--r-- | extra/osx/Alacritty.app/Contents/Info.plist | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist new file mode 100644 index 00000000..53ebb1c8 --- /dev/null +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -0,0 +1,56 @@ +<?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>io.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.2.9</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> +</dict> +</plist> |