We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 582445a + 610bb41 commit 65c16b8Copy full SHA for 65c16b8
Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
6
let package = Package(
7
name: "FeaturevisorSDK",
8
- platforms: [.iOS(.v13), .tvOS(.v13), .macOS(.v10_15), .watchOS(.v6), .macCatalyst(.v13), .visionOS(.v1)],
+ platforms: [.iOS(.v13), .tvOS(.v13), .macOS(.v11), .watchOS(.v6), .macCatalyst(.v13), .visionOS(.v1)],
9
products: [
10
// Products define the executables and libraries produced by a package, and make them visible to other packages.
11
.library(
0 commit comments