Skip to content

Commit 9a0ea07

Browse files
authored
Merge pull request #263 from DigitalMasterpieces/fix/xcode-12
Set minimum deployment version to iOS 9
2 parents ce0e189 + 6d4755f commit 9a0ea07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "ReactiveKit",
66
platforms: [
7-
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
7+
.macOS(.v10_10), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)
88
],
99
products: [
1010
.library(name: "ReactiveKit", targets: ["ReactiveKit"])

0 commit comments

Comments
 (0)