Basic project creation #3

Merged
javier merged 64 commits from feature/create-basic-project into main 2025-01-28 00:07:25 +00:00
12 changed files with 2 additions and 2 deletions
Showing only changes of commit 04bd2a1160 - Show all commits

View File

@ -38,9 +38,9 @@ let package = Package(
.target(
name: "ColibriLibrary",
dependencies: [],
path: "Sources/Library",
path: "Library",
resources: [
.copy("Resources/Files/LICENSE")
.copy("Resources/Files")
]
),
.testTarget(