Skip to content

Commit

Permalink
Increase iOS version to 9 in Package.swift
Browse files Browse the repository at this point in the history
Fixes Xcode 12 beta warning: "The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99."
  • Loading branch information
Rubenfer authored Jun 26, 2020
1 parent 8c97cb1 commit 0f1f033
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 0f1f033

Please sign in to comment.