Skip to content

Commit fe00e0f

Browse files
committed
Fix macOS platform
1 parent a4bd85f commit fe00e0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ Carthage/Build
3636
# Swift Package Manager
3737

3838
.build
39+
.swiftpm

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_11), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
7+
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
88
],
99
products: [
1010
.library(name: "ReactiveKit", targets: ["ReactiveKit"])

0 commit comments

Comments
 (0)