From 1ff0d52b49acc4e98f5d618ffbda0e62d6792b97 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Thu, 26 Jan 2023 20:09:33 +0100 Subject: [PATCH] Change notification sound back to caf --- IceCubesNotifications/NotificationService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceCubesNotifications/NotificationService.swift b/IceCubesNotifications/NotificationService.swift index a7216a2e..32193399 100644 --- a/IceCubesNotifications/NotificationService.swift +++ b/IceCubesNotifications/NotificationService.swift @@ -56,7 +56,7 @@ class NotificationService: UNNotificationServiceExtension { bestAttemptContent.subtitle = bestAttemptContent.userInfo["i"] as? String ?? "" bestAttemptContent.body = notification.body.escape() bestAttemptContent.userInfo["plaintext"] = plaintextData - bestAttemptContent.sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: "glass.wav")) + bestAttemptContent.sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: "glass.caf")) let preferences = UserPreferences.shared preferences.pushNotificationsCount += 1