asset catalog: add mac &watchos icons

This commit is contained in:
neon443
2025-05-28 11:31:33 +01:00
parent d1c1144ad8
commit 7236f0640e
10 changed files with 22 additions and 25 deletions

View File

@@ -526,7 +526,7 @@ func getDevice() -> (sf: String, label: String) {
return (sf: "iphone", label: "iPhone")
#elseif canImport(AppKit)
return (sf: "", label: "")
return (sf: "desktopcomputer", label: "Mac")
#endif
}