Skip to content

Commit 3867cd0

Browse files
committedApr 11, 2021
Added platforms in PackageDescriptor
1 parent 2ed470d commit 3867cd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎Package.swift

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ import PackageDescription
55

66
let package = Package(
77
name: "SwiftUISnackbar",
8+
platforms: [
9+
.macOS(.v11),
10+
.iOS(.v14),
11+
.tvOS(.v14),
12+
.watchOS(.v7)
13+
],
814
products: [
915
// Products define the executables and libraries a package produces, and make them visible to other packages.
1016
.library(

0 commit comments

Comments
 (0)
Please sign in to comment.