Skip to content

Commit

Permalink
Bump minimum targets in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Aug 24, 2024
1 parent 6157a40 commit 38e867c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ let package = Package(
name: "GRDB",
defaultLocalization: "en", // for tests
platforms: [
.iOS(.v11),
.iOS(.v12),
.macOS(.v10_13),
.tvOS(.v11),
.watchOS(.v4),
.tvOS(.v12),
.watchOS(.v7),
],
products: [
.library(name: "CSQLite", targets: ["CSQLite"]),
Expand Down

0 comments on commit 38e867c

Please sign in to comment.