From 842611754debec7d1814e44e6a2cf302e84c0d66 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Wed, 22 May 2024 17:35:01 -0700 Subject: Support for drag and drop of old Hotline Bookmark files onto the Servers window. --- Hotline/Application-macOS.swift | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Hotline/Application-macOS.swift') 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: -- cgit