diff --git a/MastodonSDK/Sources/MastodonCore/Service/API/APIService+App.swift b/MastodonSDK/Sources/MastodonCore/Service/API/APIService+App.swift index 82d814294..530d4288a 100644 --- a/MastodonSDK/Sources/MastodonCore/Service/API/APIService+App.swift +++ b/MastodonSDK/Sources/MastodonCore/Service/API/APIService+App.swift @@ -14,7 +14,7 @@ import MastodonSDK extension APIService { #if DEBUG - private static let clientName = "Skimming" + private static let clientName = "Mastodon for iOS (Development)" #else private static let clientName = "Mastodon for iOS" #endif