Skip to content

Commit

Permalink
Update platforms to support async
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Nov 14, 2024
1 parent 65a7213 commit 2fd9e66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import PackageDescription
let package = Package(
name: "XyoClient",
platforms: [
.macOS(.v10_15),
.iOS(.v12),
.tvOS(.v12),
.watchOS(.v5),
.macOS(.v12),
.iOS(.v15),
.tvOS(.v15),
.watchOS(.v8),
],
products: [
.library(
Expand Down

0 comments on commit 2fd9e66

Please sign in to comment.