Skip to content

Commit

Permalink
Fix minimum OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
florianpircher committed Aug 26, 2024
1 parent 6bbd5b9 commit 6b8e9f3
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 @@ -5,11 +5,11 @@ let package = Package(
name: "LightTableFilePaths",
platforms: [
.macOS(.v12),
.iOS(.v14),
.macCatalyst(.v14),
.tvOS(.v14),
.iOS(.v15),
.macCatalyst(.v15),
.tvOS(.v15),
.visionOS(.v1),
.watchOS(.v7),
.watchOS(.v8),
],
products: [
.library(
Expand Down

0 comments on commit 6b8e9f3

Please sign in to comment.