Skip to content

Commit 2d4e5ad

Browse files
authored
Merge pull request #1 from aokj4ck/add-platform-versions-to-Package.swift
Fix: Add platform versions to Package.swift
2 parents 797ee8b + f1486ce commit 2d4e5ad

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: "FlowLayout",
8+
platforms: [.iOS(.v16), .macOS(.v12), .watchOS(.v9), .tvOS(.v16)],
89
products: [
910
// Products define the executables and libraries a package produces, making them visible to other packages.
1011
.library(

0 commit comments

Comments
 (0)