Skip to content

Commit 951f52d

Browse files
authored
Merge pull request #1 from rhysforyou/xcode-11
Specify supported platforms
2 parents ce12eda + 69ac3aa commit 951f52d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "LoggingOSLog",
8+
platforms: [.iOS("10.0"), .macOS("10.12"), .tvOS("10.0"), .watchOS("3.0")],
89
products: [
910
.library(
1011
name: "LoggingOSLog",

0 commit comments

Comments
 (0)