Skip to content

Commit

Permalink
Add experimental support for watchOS (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyouuu committed Feb 27, 2023
1 parent 8c7b96b commit 60d0196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ let package = Package(
name: "fluent-sqlite-driver",
platforms: [
.macOS(.v10_15),
.iOS(.v13)
.iOS(.v13),
.watchOS(.v6)
],
products: [
.library(name: "FluentSQLiteDriver", targets: ["FluentSQLiteDriver"]),
Expand Down

0 comments on commit 60d0196

Please sign in to comment.