Fix profile id

This commit is contained in:
世界
2024-09-20 22:07:05 +08:00
parent 8b5ad1928f
commit 10c64390c3
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -102,5 +102,5 @@ public struct TypedProfile: Transferable, Codable {
}
public extension UTType {
static var profile: UTType { .init(exportedAs: "io.nekohasekai.sfa.profile") }
static var profile: UTType { .init(exportedAs: "io.nekohasekai.sfavt.profile") }
}