1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-14 17:02:26 +00:00

feat: Add VS Code launch/task configurations and refactor app icon and resource management.

This commit is contained in:
Tw93
2025-12-15 14:00:27 +08:00
parent 46cebd7dbb
commit 4547f5819e
28 changed files with 111 additions and 35 deletions

View File

@@ -12,6 +12,8 @@ let package = Package(
targets: [
.executableTarget(
name: "Mole",
path: ".",
exclude: ["Package.swift", "package.sh"],
resources: [
.process("Resources")
]