Replace sound file

This commit is contained in:
Sebastián Katzer
2014-12-14 00:57:22 +01:00
parent a472777304
commit c20c90c1ec
6 changed files with 11 additions and 6 deletions

View File

@@ -128,7 +128,7 @@ NSString *const kAPPBackgroundModeFailureEvent = @"failure";
* Configure the audio player.
*/
- (void) configureAudioPlayer {
NSString* path = [[NSBundle mainBundle] pathForResource:@"silent"
NSString* path = [[NSBundle mainBundle] pathForResource:@"appbeep"
ofType:@"wav"];
NSURL* url = [NSURL fileURLWithPath:path];