From fffb072dcd736a061186f44511d2a10cb41e8b42 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Sun, 14 Jan 2024 19:52:32 -0800 Subject: Add support for downloading files with resource forks! Also properly set HFS creator code and type on downloaded files when specified by the server. --- Hotline/macOS/FilesView.swift | 3 --- 1 file changed, 3 deletions(-) (limited to 'Hotline/macOS') diff --git a/Hotline/macOS/FilesView.swift b/Hotline/macOS/FilesView.swift index b9f15db..397feb3 100644 --- a/Hotline/macOS/FilesView.swift +++ b/Hotline/macOS/FilesView.swift @@ -42,9 +42,6 @@ struct FileView: View { } else { FileIconView(filename: file.name) -// .resizable() -// .aspectRatio(contentMode: .fit) -// .scaledToFill() .frame(width: 16, height: 16) } } -- cgit