mirror-ghostty/macos/Sources
Mitchell Hashimoto c583505430
Expand `~` in `macos-custom-icon` (#9024)
Since #8999, `macos-custom-icon` works when its a fully expanded
absolute path like `/Users/username/dir/icon.icns`, but not when it's
abbreviated as `~/dir/icon.icns`. Users were understandably surprised
and confused by this. This PR adds tilde expansion using `NSString`s
built-in property for this.

Also removed a line from the config docs that seemed erroneous. Given
that the option has a functional default, it seems incorrect to say that
it's required.
2025-10-06 09:05:34 -07:00
..
App macos: set the app icon in syncAppearance to delay the icon update (#8792) 2025-09-29 12:59:04 -07:00
Features macos: avoid any zero-sized content size increments (#9020) 2025-10-06 09:05:22 -07:00
Ghostty Expand `~` in `macos-custom-icon` (#9024) 2025-10-06 09:05:34 -07:00
Helpers macos: window-position-x/y are from top-left corner 2025-09-29 12:52:40 -07:00