Added some more cases to the File enumeration in the library target.

This commit is contained in:
2025-01-18 13:32:59 +01:00
parent 0b69973537
commit c08dbe5602
12 changed files with 258 additions and 16 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "App",
platforms: [
.macOS(.v10_15)
.macOS(.v14)
],
products: [
.executable(name: "App", targets: ["App"]),