Skip to content

Commit 60d0196

Browse files
authored
Add experimental support for watchOS (#84)
1 parent 8c7b96b commit 60d0196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ let package = Package(
55
name: "fluent-sqlite-driver",
66
platforms: [
77
.macOS(.v10_15),
8-
.iOS(.v13)
8+
.iOS(.v13),
9+
.watchOS(.v6)
910
],
1011
products: [
1112
.library(name: "FluentSQLiteDriver", targets: ["FluentSQLiteDriver"]),

0 commit comments

Comments
 (0)