Update README

This commit is contained in:
Niklas Amslgruber
2023-06-14 18:45:44 +02:00
parent 22a0182e01
commit 6bbb3a1a71
5 changed files with 7482 additions and 25 deletions

View File

@@ -28,6 +28,9 @@ let package = Package(
.product(name: "SwiftSoup", package: "SwiftSoup"),
.target(name: "EmojiKitLibrary")
]),
.target(name: "EmojiKitLibrary")
.target(
name: "EmojiKitLibrary", resources: [
.process("Resources")
])
]
)