Skip to content

Commit

Permalink
Merge pull request #263 from DigitalMasterpieces/fix/xcode-12
Browse files Browse the repository at this point in the history
Set minimum deployment version to iOS 9
  • Loading branch information
srdanrasic authored Aug 5, 2020
2 parents ce0e189 + 6d4755f commit 9a0ea07
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 9a0ea07

Please sign in to comment.