Skip to content

Commit

Permalink
Doing my part...
Browse files Browse the repository at this point in the history
  • Loading branch information
destari committed Dec 15, 2020
1 parent 2a850f7 commit 2a69ea4
Show file tree
Hide file tree
Showing 4 changed files with 2,554 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let package = Package(
.library(
name: "SFSymbolicator",
targets: ["SFSymbolicator"]),
//.executable(name: "symbolicator", targets: ["SFSymbolicator"])
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand All @@ -24,6 +25,9 @@ let package = Package(
.target(
name: "SFSymbolicator",
dependencies: []),
.target(
name: "symbolicator",
dependencies: ["SFSymbolicator"]),
.testTarget(
name: "SFSymbolicatorTests",
dependencies: ["SFSymbolicator"]),
Expand Down
Loading

0 comments on commit 2a69ea4

Please sign in to comment.