Fix name for development (IOS-157)

This commit is contained in:
Nathan Mattes 2023-05-23 16:23:02 +02:00
parent 63a79b1cfe
commit 71d8cfb485
1 changed files with 1 additions and 1 deletions

View File

@ -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