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(
|
||||
name: "MastodonCommon",
|
||||
dependencies: []
|
||||
dependencies: [
|
||||
"MastodonExtension"
|
||||
]
|
||||
),
|
||||
.target(
|
||||
name: "MastodonExtension",
|
||||
|
Loading…
Reference in New Issue
Block a user