diff --git a/Sources/Library/Resources/Files/.dockerignore b/Library/Resources/Files/.dockerignore similarity index 100% rename from Sources/Library/Resources/Files/.dockerignore rename to Library/Resources/Files/.dockerignore diff --git a/Sources/Library/Resources/Files/.gitignore b/Library/Resources/Files/.gitignore similarity index 100% rename from Sources/Library/Resources/Files/.gitignore rename to Library/Resources/Files/.gitignore diff --git a/Sources/Library/Resources/Files/LICENSE b/Library/Resources/Files/LICENSE similarity index 100% rename from Sources/Library/Resources/Files/LICENSE rename to Library/Resources/Files/LICENSE diff --git a/Sources/Library/Resources/Files/Package b/Library/Resources/Files/Package similarity index 100% rename from Sources/Library/Resources/Files/Package rename to Library/Resources/Files/Package diff --git a/Sources/Library/Resources/Files/README b/Library/Resources/Files/README similarity index 100% rename from Sources/Library/Resources/Files/README rename to Library/Resources/Files/README diff --git a/Sources/Library/Extensions/URL+Extensions.swift b/Library/Sources/Extensions/URL+Extensions.swift similarity index 100% rename from Sources/Library/Extensions/URL+Extensions.swift rename to Library/Sources/Extensions/URL+Extensions.swift diff --git a/Sources/Library/Protocols/FileServicing.swift b/Library/Sources/Protocols/FileServicing.swift similarity index 100% rename from Sources/Library/Protocols/FileServicing.swift rename to Library/Sources/Protocols/FileServicing.swift diff --git a/Sources/Library/Services/FileService.swift b/Library/Sources/Services/FileService.swift similarity index 100% rename from Sources/Library/Services/FileService.swift rename to Library/Sources/Services/FileService.swift diff --git a/Sources/Library/Tasks/CopyFilesTask.swift b/Library/Sources/Tasks/CopyFilesTask.swift similarity index 100% rename from Sources/Library/Tasks/CopyFilesTask.swift rename to Library/Sources/Tasks/CopyFilesTask.swift diff --git a/Sources/Library/Tasks/CreateFoldersTask.swift b/Library/Sources/Tasks/CreateFoldersTask.swift similarity index 100% rename from Sources/Library/Tasks/CreateFoldersTask.swift rename to Library/Sources/Tasks/CreateFoldersTask.swift diff --git a/Sources/Library/Tasks/CreateRootFolderTask.swift b/Library/Sources/Tasks/CreateRootFolderTask.swift similarity index 100% rename from Sources/Library/Tasks/CreateRootFolderTask.swift rename to Library/Sources/Tasks/CreateRootFolderTask.swift diff --git a/Package.swift b/Package.swift index 67c92d0..5f0c129 100644 --- a/Package.swift +++ b/Package.swift @@ -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(