From 90df5f056dde158f340a8ed650f44b2228e7ad2d Mon Sep 17 00:00:00 2001 From: psavarmattas Date: Sat, 15 Aug 2026 16:27:39 +0100 Subject: [PATCH] fix: missing UniformTypeIdentifiers import for NSOpenPanel content types --- Outpost/Features/Account/SettingsView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Outpost/Features/Account/SettingsView.swift b/Outpost/Features/Account/SettingsView.swift index 095f996..48570f7 100644 --- a/Outpost/Features/Account/SettingsView.swift +++ b/Outpost/Features/Account/SettingsView.swift @@ -1,6 +1,7 @@ #if os(macOS) import AppKit import SwiftUI +import UniformTypeIdentifiers import OutlineKit /// Settings *detail* content for one section — the section list itself now