[#501] Bump MacOS minimum deployment target to 10_15 (#502)

This is needed to be ablo to build on Macs without running Xcode IDE
Closes #501
This commit is contained in:
Francisco Gindre 2022-08-24 14:18:28 -07:00 committed by GitHub
parent 6d0f241ed6
commit 29e06d0b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
// swift-tools-version:5.5
// swift-tools-version:5.6
import PackageDescription
let package = Package(
name: "ZcashLightClientKit",
platforms: [
.iOS(.v13),
.macOS(.v10_12)
.macOS(.v10_15)
],
products: [
.library(