From 6f4d1afcf88e275f4a6b8c73cfc904e3833d0dd0 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 1 Apr 2019 22:41:20 +0000 Subject: Add official logo --- assets/osx/Alacritty.app/Contents/Info.plist | 56 --------------------- .../Contents/Resources/alacritty.icns | Bin 529652 -> 0 bytes assets/windows/alacritty.ico | Bin 184386 -> 0 bytes assets/windows/alacritty.manifest | 8 --- assets/windows/windows.rc | 9 ---- 5 files changed, 73 deletions(-) delete mode 100644 assets/osx/Alacritty.app/Contents/Info.plist delete mode 100644 assets/osx/Alacritty.app/Contents/Resources/alacritty.icns delete mode 100644 assets/windows/alacritty.ico delete mode 100644 assets/windows/alacritty.manifest delete mode 100644 assets/windows/windows.rc (limited to 'assets') 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 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - alacritty - CFBundleIdentifier - io.alacritty - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Alacritty - CFBundlePackageType - APPL - CFBundleShortVersionString - 0.2.9 - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 1 - CFBundleIconFile - alacritty.icns - NSHighResolutionCapable - - NSMainNibFile - - NSSupportsAutomaticGraphicsSwitching - - CFBundleDisplayName - Alacritty - NSRequiresAquaSystemAppearance - NO - NSAppleEventsUsageDescription - An application in Alacritty would like to access AppleScript. - NSCalendarsUsageDescription - An application in Alacritty would like to access calendar data. - NSCameraUsageDescription - An application in Alacritty would like to access the camera. - NSContactsUsageDescription - An application in Alacritty wants to access your contacts. - NSLocationAlwaysUsageDescription - An application in Alacritty would like to access your location information, even in the background. - NSLocationUsageDescription - An application in Alacritty would like to access your location information. - NSLocationWhenInUseUsageDescription - An application in Alacritty would like to access your location information while active. - NSMicrophoneUsageDescription - An application in Alacritty would like to access your microphone. - NSRemindersUsageDescription - An application in Alacritty would like to access your reminders. - - 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 Binary files a/assets/osx/Alacritty.app/Contents/Resources/alacritty.icns and /dev/null differ diff --git a/assets/windows/alacritty.ico b/assets/windows/alacritty.ico deleted file mode 100644 index cea9106b..00000000 Binary files a/assets/windows/alacritty.ico and /dev/null 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 @@ - - - - - PerMonitorV2, unaware - - - 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 - -- cgit v1.2.3-54-g00ecf