Skip to content

Commit 4c7c561

Browse files
authored
Merge pull request #2 from devmkdd/feat/deploymentTarget_to_v11
Feat/deployment target to v11
2 parents 7861cc3 + 003486e commit 4c7c561

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import PackageDescription
66
let package = Package(
77
name: "TinySSDP",
88
platforms: [
9-
SupportedPlatform.iOS(.v12),
10-
SupportedPlatform.macOS(.v10_14)
9+
SupportedPlatform.iOS(.v11),
10+
SupportedPlatform.macOS(.v10_14)
11+
1112
],
1213
products: [
1314
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)