1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-03 12:29:39 +01:00

chore: fix CI build issue

This commit is contained in:
CMK 2022-04-13 20:54:34 +08:00
parent 080f20d253
commit 8e0d526708

View File

@ -60,7 +60,9 @@ let package = Package(
),
.target(
name: "MastodonCommon",
dependencies: []
dependencies: [
"MastodonExtension"
]
),
.target(
name: "MastodonExtension",