diff options
Diffstat (limited to 'assets/osx/Alacritty.app')
-rw-r--r-- | assets/osx/Alacritty.app/Contents/Info.plist | 58 |
1 files changed, 31 insertions, 27 deletions
diff --git a/assets/osx/Alacritty.app/Contents/Info.plist b/assets/osx/Alacritty.app/Contents/Info.plist index 9016ca4d..3aa2f703 100644 --- a/assets/osx/Alacritty.app/Contents/Info.plist +++ b/assets/osx/Alacritty.app/Contents/Info.plist @@ -1,32 +1,36 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>CFBundleDisplayName</key> - <string>Alacritty</string> - <key>CFBundleExecutable</key> - <string>alacritty</string> - <key>CFBundleIdentifier</key> - <string>io.alacritty</string> - <key>CFBundleName</key> - <string>Alacritty</string> - <key>CFBundleIconFile</key> - <string>alacritty.icns</string> - <key>CFBundleShortVersionString</key> - <string>0.1.0</string> - <key>CFBundleVersion</key> - <string>0.1.0</string> - <key>CFBundleDevelopmentRegion</key> - <string>en</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>NSHighResolutionCapable</key> - <true/> - <key>NSMainNibFile</key> - <string></string> - <key>NSSupportsAutomaticGraphicsSwitching</key> - <true/> + <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.1.0</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> </dict> </plist> |