Skip to content

Commit

Permalink
Merge pull request #81 from Actomaton/include-ActomatonDebugging-as-t…
Browse files Browse the repository at this point in the history
…arget

Include `ActomatonDebugging` as `ActomatonUI` library target
  • Loading branch information
inamiy committed Sep 23, 2023
2 parents ac44ab1 + 045c52a commit 77dbd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -11,10 +11,10 @@ let package = Package(
targets: ["Actomaton", "ActomatonDebugging"]),
.library(
name: "ActomatonUI",
targets: ["ActomatonUI"]),
targets: ["ActomatonUI", "ActomatonDebugging"]),
.library(
name: "ActomatonStore",
targets: ["ActomatonStore", "ActomatonDebugging"])
targets: ["ActomatonStore", "ActomatonDebugging"]),
],
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.7.0"),
Expand Down

0 comments on commit 77dbd63

Please sign in to comment.