Skip to content

Commit

Permalink
Set minimum deployment version to iOS 9.
Browse files Browse the repository at this point in the history
Xcode 12 doesn’t support 8 anymore.
  • Loading branch information
Frank Schlegel committed Jul 14, 2020
1 parent 657faa9 commit 6d4755f
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 @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "ReactiveKit",
platforms: [
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
.macOS(.v10_10), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)
],
products: [
.library(name: "ReactiveKit", targets: ["ReactiveKit"])
Expand Down

0 comments on commit 6d4755f

Please sign in to comment.