alpha
Login
or
Join now
ptr.pet
/
ghostty
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ghostty
/
macos
/
Sources
/
Features
/
Custom App Icon
/
at
main
1 folder
5 files
Lukas
macOS: fix App Icon update in Finders
3mo ago
c7a73076
Extensions
macOS: fix App Icon update in Finders Looks like `NSWorkspace.shared.setIcon` can only be called from the main App, DockTilePlugin is sandboxed and doesn't have the permission to `file-write-finderinfo`. It works fine in debug, but not in release. This fixes #11489, #11290
3 months ago
AppIcon.swift
macOS: fix App Icon update in Finders Looks like `NSWorkspace.shared.setIcon` can only be called from the main App, DockTilePlugin is sandboxed and doesn't have the permission to `file-write-finderinfo`. It works fine in debug, but not in release. This fixes #11489, #11290
3 months ago
ColorizedGhosttyIcon.swift
macos: move icon codable/equatable to extension
5 months ago
ColorizedGhosttyIconImage.swift
macOS: fix App Icon update in Finders Looks like `NSWorkspace.shared.setIcon` can only be called from the main App, DockTilePlugin is sandboxed and doesn't have the permission to `file-write-finderinfo`. It works fine in debug, but not in release. This fixes #11489, #11290
3 months ago
ColorizedGhosttyIconView.swift
macos: rename a bunch of files
5 months ago
DockTilePlugin.swift
macOS: fix App Icon update in Finders Looks like `NSWorkspace.shared.setIcon` can only be called from the main App, DockTilePlugin is sandboxed and doesn't have the permission to `file-write-finderinfo`. It works fine in debug, but not in release. This fixes #11489, #11290
3 months ago