diff options
Diffstat (limited to 'Package.swift')
| -rw-r--r-- | Package.swift | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Package.swift b/Package.swift index 573352b..9fdbf77 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,7 @@ import PackageDescription  let package = Package(      name: "DDHotKey", +    platforms: [.macOS(.v10_10)],      products: [          // Products define the executables and libraries produced by a package, and make them visible to other packages.          .library( | 
