Minor fixes

This commit is contained in:
世界
2026-01-03 00:55:17 +08:00
parent 52db9bbb39
commit 64e2ece819
7 changed files with 65 additions and 27 deletions
@@ -118,6 +118,7 @@ public extension UTType {
static var profile: UTType { .init(exportedAs: "io.nekohasekai.sfavt.profile") }
}
#if !os(tvOS)
// MARK: - FileDocument for Export
public struct ProfileExportDocument: FileDocument {
@@ -175,3 +176,4 @@ public struct ProfileJSONExportDocument: FileDocument {
return FileWrapper(regularFileWithContents: data)
}
}
#endif