From 8e0d526708f93c8c463137832192bdaafcd41cb7 Mon Sep 17 00:00:00 2001 From: CMK Date: Wed, 13 Apr 2022 20:54:34 +0800 Subject: [PATCH] chore: fix CI build issue --- MastodonSDK/Package.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MastodonSDK/Package.swift b/MastodonSDK/Package.swift index af27091f..d6078090 100644 --- a/MastodonSDK/Package.swift +++ b/MastodonSDK/Package.swift @@ -60,7 +60,9 @@ let package = Package( ), .target( name: "MastodonCommon", - dependencies: [] + dependencies: [ + "MastodonExtension" + ] ), .target( name: "MastodonExtension",