Rename package to TwigsCore for importing into other apps
This commit is contained in:
parent
fde82a960f
commit
2859f22f5b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ let package = Package(
|
||||||
products: [
|
products: [
|
||||||
// Products define the executables and libraries a package produces, and make them visible to other packages.
|
// Products define the executables and libraries a package produces, and make them visible to other packages.
|
||||||
.library(
|
.library(
|
||||||
name: "Twigs",
|
name: "TwigsCore",
|
||||||
targets: ["Twigs"]),
|
targets: ["Twigs"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
|
Loading…
Reference in a new issue