Skip to content

Commit 69ac3aa

Browse files
committed
specify supported platforms
1 parent ce12eda commit 69ac3aa

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)