Skip to content

Commit

Permalink
fix: update platforms to match swift client
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Mar 5, 2024
1 parent 8f4b2ef commit 0ccc815
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import PackageDescription
let package = Package(
name: "InstantSearch",
platforms: [
.iOS(.v9),
.macOS(.v10_11),
.watchOS(.v2),
.tvOS(.v9)
.iOS(.v14),
.macOS(.v11),
.watchOS(.v7),
.tvOS(.v14)
],
products: [
.library(
Expand Down

0 comments on commit 0ccc815

Please sign in to comment.