diff options
| author | Dave DeLong | 2019-12-08 13:13:14 -0700 |
|---|---|---|
| committer | Dave DeLong | 2019-12-08 13:13:14 -0700 |
| commit | d017d33504269ad5a16796b92649e3d34624a2c0 (patch) | |
| tree | c5cb6191a4ce323af7e8c187b79def00eab154c3 /Package.swift | |
| parent | b2204faa788929fe8ba9918e213e8d437f541d9a (diff) | |
| download | DDHotKey-d017d33504269ad5a16796b92649e3d34624a2c0.tar.bz2 | |
Translating DDHotKeyTextFieldswift5
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( |
