summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/osx/Alacritty.app/Contents/Info.plist56
-rw-r--r--assets/osx/Alacritty.app/Contents/Resources/alacritty.icnsbin529652 -> 0 bytes
-rw-r--r--assets/windows/alacritty.icobin184386 -> 0 bytes
-rw-r--r--assets/windows/alacritty.manifest8
-rw-r--r--assets/windows/windows.rc9
5 files changed, 0 insertions, 73 deletions
diff --git a/assets/osx/Alacritty.app/Contents/Info.plist b/assets/osx/Alacritty.app/Contents/Info.plist
deleted file mode 100644
index 53ebb1c8..00000000
--- a/assets/osx/Alacritty.app/Contents/Info.plist
+++ /dev/null
@@ -1,56 +0,0 @@
-<?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>
diff --git a/assets/osx/Alacritty.app/Contents/Resources/alacritty.icns b/assets/osx/Alacritty.app/Contents/Resources/alacritty.icns
deleted file mode 100644
index aaedeab7..00000000
--- a/assets/osx/Alacritty.app/Contents/Resources/alacritty.icns
+++ /dev/null
Binary files differ
diff --git a/assets/windows/alacritty.ico b/assets/windows/alacritty.ico
deleted file mode 100644
index cea9106b..00000000
--- a/assets/windows/alacritty.ico
+++ /dev/null
Binary files differ
diff --git a/assets/windows/alacritty.manifest b/assets/windows/alacritty.manifest
deleted file mode 100644
index 82039bf7..00000000
--- a/assets/windows/alacritty.manifest
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
- <asmv3:application>
- <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
- <dpiAwareness>PerMonitorV2, unaware</dpiAwareness>
- </asmv3:windowsSettings>
- </asmv3:application>
-</assembly>
diff --git a/assets/windows/windows.rc b/assets/windows/windows.rc
deleted file mode 100644
index b265d4bc..00000000
--- a/assets/windows/windows.rc
+++ /dev/null
@@ -1,9 +0,0 @@
-#define IDI_ICON 0x101
-
-IDI_ICON ICON "alacritty.ico"
-
-#define RT_MANIFEST 24
-#define APP_MANIFEST 1
-
-APP_MANIFEST RT_MANIFEST alacritty.manifest
-