Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
Bumping iOS and tvOS version to silence warnings in Xcode 12.
  • Loading branch information
Martin Pittenauer committed Apr 12, 2021
1 parent c230fc5 commit 71b5d0c
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: "URLNavigator",
platforms: [
.iOS(.v8), .tvOS(.v9),
.iOS(.v9), .tvOS(.v10),
],
products: [
.library(name: "URLMatcher", targets: ["URLMatcher"]),
Expand Down

0 comments on commit 71b5d0c

Please sign in to comment.