Skip to content

Commit

Permalink
Fix macOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed May 8, 2020
1 parent a4bd85f commit fe00e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ Carthage/Build
# Swift Package Manager

.build
.swiftpm
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_11), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
],
products: [
.library(name: "ReactiveKit", targets: ["ReactiveKit"])
Expand Down

0 comments on commit fe00e0f

Please sign in to comment.