Skip to content

Commit

Permalink
Merge pull request #2 from kalupas226/add-macos-platform
Browse files Browse the repository at this point in the history
Add macOS platform
  • Loading branch information
kalupas226 committed Mar 9, 2024
2 parents cbc9458 + f5e233a commit b547dce
Showing 1 changed file with 1 addition and 1 deletion.
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: "TCAWorkshop",
platforms: [.iOS(.v17)],
platforms: [.iOS(.v17), .macOS(.v10_15)],
products: [
.library(name: "AppFeature", targets: ["AppFeature"]),
.library(name: "Docs", targets: ["Docs"]),
Expand Down

0 comments on commit b547dce

Please sign in to comment.