From 6b2bc7a209d4cc4760274f686bfe5c1944c4e58a Mon Sep 17 00:00:00 2001 From: Michele Restuccia Date: Fri, 9 May 2025 11:19:05 +0200 Subject: [PATCH] Fix copy --- Sources/LemonKit/LemonAPIClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/LemonKit/LemonAPIClient.swift b/Sources/LemonKit/LemonAPIClient.swift index 94cdf8a..104dd87 100644 --- a/Sources/LemonKit/LemonAPIClient.swift +++ b/Sources/LemonKit/LemonAPIClient.swift @@ -26,7 +26,7 @@ public class LemonAPIClient: APIClient, @unchecked Sendable { let request = Request( endpoint: Requests.sendAppLaunch( platformUserID: deviceUUID.uuidString, - projectName: Bundle.main.bundleIdentifier ?? "com.mediquo.main", + projectName: Bundle.main.bundleIdentifier ?? "com.tlb.main", osVersion: "\(osVersion.majorVersion).\(osVersion.minorVersion).\(osVersion.patchVersion)", appVersion: Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "" )