Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Fix supported platforms declaration in Package.swift.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankrausch committed Nov 30, 2020
1 parent 5253906 commit c733d70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import PackageDescription
let package = Package(
name: "WikipediaKit",
platforms: [
.iOS(.v9),
.macOS("10.10"),
.iOS(.v12),
.macOS("10.12"),
.watchOS(.v3),
.tvOS(.v9)
.tvOS(.v12)
],
products: [
.library(
Expand Down

0 comments on commit c733d70

Please sign in to comment.