From 71d8cfb485e16f6556f6258798dc9d9933a72973 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Tue, 23 May 2023 16:23:02 +0200 Subject: [PATCH] Fix name for development (IOS-157) --- .../Sources/MastodonCore/Service/API/APIService+App.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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