Skip to content

Commit

Permalink
Merge pull request #320 from Alecaddd/patch-1
Browse files Browse the repository at this point in the history
Update APPLocalNotification.m
  • Loading branch information
katzer committed Dec 21, 2014
2 parents b223fde + ab06e24 commit bce6adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/APPLocalNotification.m
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ - (NSMutableDictionary*) repeatDict
[repeatDict setObject:
[NSNumber numberWithInt:NSCalendarUnitDay] forKey:@"daily"];
[repeatDict setObject:
[NSNumber numberWithInt:NSWeekCalendarUnit] forKey:@"weekly"];
[NSNumber numberWithInt:NSCalendarUnitWeekOfYear] forKey:@"weekly"];
[repeatDict setObject:
[NSNumber numberWithInt:NSCalendarUnitMonth] forKey:@"monthly"];
[repeatDict setObject:
Expand Down

0 comments on commit bce6adb

Please sign in to comment.