Skip to content

Commit

Permalink
Merge pull request #57 from finestructure/add-platforms
Browse files Browse the repository at this point in the history
Add platforms
  • Loading branch information
finestructure authored Jun 11, 2020
2 parents 972c41b + 02a5768 commit cb3b4ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import PackageDescription

let package = Package(
name: "Arena",
platforms: [
.macOS(.v10_15)
],
products: [
.executable(name: "arena", targets: ["ArenaCLI"]),
.library(name: "ArenaCore", type: .dynamic, targets: ["ArenaCore"])
Expand Down

0 comments on commit cb3b4ba

Please sign in to comment.