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:
parent
080f20d253
commit
8e0d526708
@ -60,7 +60,9 @@ let package = Package(
|
|||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "MastodonCommon",
|
name: "MastodonCommon",
|
||||||
dependencies: []
|
dependencies: [
|
||||||
|
"MastodonExtension"
|
||||||
|
]
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "MastodonExtension",
|
name: "MastodonExtension",
|
||||||
|
Loading…
Reference in New Issue
Block a user