summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-06-20 21:08:06 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-06-21 12:34:49 -0700
commitc1c3f639c5d50e15c8890ecfa56d82f52072deea (patch)
tree38d00129b0f47546f47f25deab0ef331a34a1406 /dist
parent6fe72db0c4bf6a906c57669950973de3c9c705b0 (diff)
macos: Ghostty Icon Update for macOS Tahoe
This updates the Ghostty icon to be compatible with macOS Tahoe (supports glass effects, light/dark, tinting, etc.). This icon is made in the new Apple Icon Composer as the source format, and all other formats are exported from it. This commit also updates the icon for non-Apple platforms because the icon is fundamentally the same and I don't see any reason to maintain multiple icons of fundamentally the same design and style. This commit also includes updates to the macOS app so that the About Window and so on will use the new icon.
Diffstat (limited to 'dist')
-rw-r--r--dist/macos/Ghostty.icnsbin382978 -> 0 bytes
-rw-r--r--dist/macos/Info.plist17
2 files changed, 0 insertions, 17 deletions
diff --git a/dist/macos/Ghostty.icns b/dist/macos/Ghostty.icns
deleted file mode 100644
index 44a44711a..000000000
--- a/dist/macos/Ghostty.icns
+++ /dev/null
Binary files differ
diff --git a/dist/macos/Info.plist b/dist/macos/Info.plist
deleted file mode 100644
index 8283cc529..000000000
--- a/dist/macos/Info.plist
+++ /dev/null
@@ -1,17 +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>CFBundleExecutable</key>
- <string>ghostty</string>
- <key>CFBundleIdentifier</key>
- <string>com.mitchellh.ghostty</string>
- <key>CFBundleName</key>
- <string>Ghostty</string>
- <key>CFBundleDisplayName</key>
- <string>Ghostty</string>
- <key>CFBundleIconFile</key>
- <string>Ghostty.icns</string>
- </dict>
-</plist>
-