Skip to content

Commit

Permalink
Support for vision
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsprint09 committed Oct 19, 2023
1 parent e204e62 commit 7bdc61d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.5
// swift-tools-version:5.9
//
// Package.swift
//
Expand Down Expand Up @@ -30,10 +30,12 @@ import PackageDescription
let package = Package(
name: "DBNetworkStack",
platforms: [
.iOS(.v9),
.tvOS(.v9),
.watchOS(.v2),
.macOS(.v10_10)
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6),
.macOS(.v10_13),
.visionOS(.v1),
.macCatalyst(.v14)
],
products: [
.library(
Expand Down

0 comments on commit 7bdc61d

Please sign in to comment.