1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-03 10:47:35 +01:00

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

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