From c229ea3f0ff0549302bf08a1a08aeeee9abd3b55 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Tue, 14 Feb 2017 15:57:58 +0100 Subject: [PATCH] Right call sound --- Classes/ProviderDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/ProviderDelegate.m b/Classes/ProviderDelegate.m index 5d334d564..61f577c69 100644 --- a/Classes/ProviderDelegate.m +++ b/Classes/ProviderDelegate.m @@ -35,7 +35,7 @@ - (void)config { CXProviderConfiguration *config = [[CXProviderConfiguration alloc] initWithLocalizedName:[NSBundle.mainBundle objectForInfoDictionaryKey:@"CFBundleDisplayName"]]; - config.ringtoneSound = @"shortring.caf"; + config.ringtoneSound = @"notes_of_the_optimistic.caf"; config.supportsVideo = FALSE; config.iconTemplateImageData = UIImagePNGRepresentation([UIImage imageNamed:@"callkit_logo"]);