We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7861cc3 + 003486e commit 4c7c561Copy full SHA for 4c7c561
1 file changed
Package.swift
@@ -6,8 +6,9 @@ import PackageDescription
6
let package = Package(
7
name: "TinySSDP",
8
platforms: [
9
- SupportedPlatform.iOS(.v12),
10
- SupportedPlatform.macOS(.v10_14)
+ SupportedPlatform.iOS(.v11),
+ SupportedPlatform.macOS(.v10_14)
11
+
12
],
13
products: [
14
// Products define the executables and libraries a package produces, and make them visible to other packages.
0 commit comments