mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 16:38:38 +03:00
9 lines
174 B
Swift
9 lines
174 B
Swift
import Sparkle
|
|
|
|
class UpdaterDelegate: NSObject, SPUUpdaterDelegate {
|
|
func feedURLString(for updater: SPUUpdater) -> String? {
|
|
// TODO
|
|
return nil
|
|
}
|
|
}
|