Skip to content

Commit

Permalink
iOS/tvOS 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhvorost committed Mar 3, 2024
1 parent 423501a commit d18da1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import PackageDescription
let package = Package(
name: "M3U8Decoder",
platforms: [
.iOS(.v12),
.iOS(.v13),
.macOS(.v10_14),
.tvOS(.v12),
.tvOS(.v13),
.watchOS(.v5)
],
products: [
Expand Down
4 changes: 2 additions & 2 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import PackageDescription
let package = Package(
name: "M3U8Decoder",
platforms: [
.iOS(.v12),
.iOS(.v13),
.macOS(.v10_14),
.tvOS(.v12),
.tvOS(.v13),
.visionOS(.v1),
.watchOS(.v5)
],
Expand Down

0 comments on commit d18da1c

Please sign in to comment.