Skip to content

Commit

Permalink
Fix profile id
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Sep 20, 2024
1 parent 8b5ad19 commit 10c6439
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Library/Database/Profile+Transferable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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") }
}
4 changes: 2 additions & 2 deletions SFI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<key>UTTypeIconFiles</key>
<array/>
<key>UTTypeIdentifier</key>
<string>io.nekohasekai.sfa.profile</string>
<string>io.nekohasekai.sfavt.profile</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
Expand All @@ -106,7 +106,7 @@
<string>AppIcon.icns</string>
</array>
<key>UTTypeIdentifier</key>
<string>io.nekohasekai.sfa.profile</string>
<string>io.nekohasekai.sfavt.profile</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
Expand Down
6 changes: 3 additions & 3 deletions SFM.System/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>io.nekohasekai.sfa.profile</string>
<string>io.nekohasekai.sfavt.profile</string>
</array>
</dict>
</array>
Expand Down Expand Up @@ -62,7 +62,7 @@
<key>UTTypeIconFiles</key>
<array/>
<key>UTTypeIdentifier</key>
<string>io.nekohasekai.sfa.profile</string>
<string>io.nekohasekai.sfavt.profile</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
Expand All @@ -88,7 +88,7 @@
<string>AppIcon.icns</string>
</array>
<key>UTTypeIdentifier</key>
<string>io.nekohasekai.sfa.profile</string>
<string>io.nekohasekai.sfavt.profile</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
Expand Down
6 changes: 3 additions & 3 deletions SFM/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>io.nekohasekai.sfa.profile</string>
<string>io.nekohasekai.sfavt.profile</string>
</array>
</dict>
</array>
Expand Down Expand Up @@ -62,7 +62,7 @@
<key>UTTypeIconFiles</key>
<array/>
<key>UTTypeIdentifier</key>
<string>io.nekohasekai.sfa.profile</string>
<string>io.nekohasekai.sfavt.profile</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
Expand All @@ -88,7 +88,7 @@
<string>AppIcon.icns</string>
</array>
<key>UTTypeIdentifier</key>
<string>io.nekohasekai.sfa.profile</string>
<string>io.nekohasekai.sfavt.profile</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
Expand Down

0 comments on commit 10c6439

Please sign in to comment.