mac: add app icon and tidy voice picker

This commit is contained in:
Peter Steinberger
2025-12-06 02:40:49 +01:00
parent f207788c0a
commit d2a3db4c78
5 changed files with 44 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ let package = Package(
.product(name: "AsyncXPCConnection", package: "AsyncXPCConnection"),
.product(name: "MenuBarExtraAccess", package: "MenuBarExtraAccess"),
],
resources: [
.copy("Resources/Clawdis.icns"),
],
swiftSettings: [
.enableUpcomingFeature("StrictConcurrency"),
]