Skip to content

Commit

Permalink
fix macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
radmakr committed Oct 16, 2023
1 parent 12dc1ef commit ebac2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ let package = Package(
name: "PodcastIndexKit",
platforms: [
.iOS(.v17),
.macOS(.v14),
.macCatalyst(.v17),
.macOS(.v10_15),
.watchOS(.v9),
.tvOS(.v16),
],
Expand Down

0 comments on commit ebac2fd

Please sign in to comment.