Skip to content

Commit 7fefafb

Browse files
lhr0909sgade
authored andcommitted
Declare support for iOS 16+
1 parent 656fc5b commit 7fefafb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import PackageDescription
55
let package = Package(
66
name: "PDFViewKit",
77
platforms: [
8-
.macOS(.v13)
8+
.macOS(.v13),
9+
.iOS(.v16)
910
],
1011
products: [
1112
.library(

0 commit comments

Comments
 (0)