diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-22 17:35:01 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-22 17:35:01 -0700 |
| commit | 842611754debec7d1814e44e6a2cf302e84c0d66 (patch) | |
| tree | e5c92e2abde5038df695faf4371bbaf9a477ff7a /Hotline/Application-macOS.swift | |
| parent | c7a2970c7f17a1b19a76d9cb6addda8fb877a63a (diff) | |
Support for drag and drop of old Hotline Bookmark files onto the Servers window.
Diffstat (limited to 'Hotline/Application-macOS.swift')
| -rw-r--r-- | Hotline/Application-macOS.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Hotline/Application-macOS.swift b/Hotline/Application-macOS.swift index 9aec187..016cb60 100644 --- a/Hotline/Application-macOS.swift +++ b/Hotline/Application-macOS.swift @@ -22,6 +22,9 @@ class AppDelegate: NSObject, NSApplicationDelegate { func applicationDidFinishLaunching(_ notification: Notification) { AppLaunchState.shared.launchState = .launched + let blah = NSFileTypeForHFSTypeCode("HTbm".fourCharCode()) + print("FILETYPE: \(blah)", blah!, "'HTbm'") + CKContainer.default().accountStatus { status, error in switch status { case .noAccount: |