Skip to content

Commit

Permalink
Revert "Update OS versions that are supported"
Browse files Browse the repository at this point in the history
This reverts commit fa8e577.
  • Loading branch information
donnywdavis committed Mar 29, 2021
1 parent d7d95c6 commit c2569b2
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 @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "Heimdallr",
platforms: [.iOS(.v11), .macOS(.v10_10), .watchOS(.v4), .tvOS(.v11)],
platforms: [.iOS(.v11), .macOS(.v10_10)],
products: [
.library(
name: "Heimdallr",
Expand Down

0 comments on commit c2569b2

Please sign in to comment.