From 2859f22f5b1475dbcb250ac38ee6038f04c8bee7 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Thu, 23 Dec 2021 06:16:11 -0700 Subject: [PATCH] Rename package to TwigsCore for importing into other apps --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index be5f21b..7e5824c 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( - name: "Twigs", + name: "TwigsCore", targets: ["Twigs"]), ], dependencies: [