Defined the minimum platform requirements for the Package file.

This commit is contained in:
Javier Cicchelli 2025-01-12 01:33:52 +01:00
parent af1703e6c1
commit 15d1e22f1c

View File

@ -4,6 +4,9 @@ import PackageDescription
let package = Package(
name: "Colibri",
platforms: [
.macOS(.v10_15)
],
products: [
.executable(
name: "colibri",