Skip to content

Commit

Permalink
Merge pull request #4399 from Rubenfer/master
Browse files Browse the repository at this point in the history
Increase iOS version to 9 in Package.swift
  • Loading branch information
liuxuan30 committed Sep 21, 2020
2 parents 8bb20b6 + 0f1f033 commit 6654640
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: "Charts",
platforms: [
.iOS(.v8),
.iOS(.v9),
.tvOS(.v9),
.macOS(.v10_11),
],
Expand Down

0 comments on commit 6654640

Please sign in to comment.