mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
ec3fa2b33a
To make the release process a bit smoother and prevent a freeze of the master process while review candidates are out, this will put the master in a perpetual development state. This should make it clear to everyone that the official source for releases is always the tagged branch and make it possible to release new versions completely independently. Since versions are bumped after each release, this makes it so the release branches do not have to get merged back into the master branch to show the correct development version.
58 lines
2.4 KiB
Text
58 lines
2.4 KiB
Text
<?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.4.1-dev</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>
|