Added the "dockerFile" case to the File enumeration in the library target.

This commit is contained in:
2025-01-18 12:07:57 +01:00
parent f558465b62
commit 29dad1d688
4 changed files with 93 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ let package = Package(
.macOS(.v10_15)
],
products: [
.executable(name: "app", targets: ["App"]),
.executable(name: "App", targets: ["App"]),
.library(name: "AppLibrary", targets: ["AppLibrary"])
],
dependencies: [