Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
adding platform specification to Swift package (realm#3482)
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Feb 23, 2021
1 parent 402e76b commit 3643fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ private let addCryptoSwift = true

let package = Package(
name: "SwiftLint",
platforms: [.macOS(.v10_12)],
products: [
.executable(name: "swiftlint", targets: ["swiftlint"]),
.library(name: "SwiftLintFramework", targets: ["SwiftLintFramework"])
Expand Down

0 comments on commit 3643fea

Please sign in to comment.