Skip to content

Commit

Permalink
findEvent crashes on iOS (release 4.5.4) #338
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Oct 16, 2016
1 parent 8ee39fd commit 63c6bae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-calendar",
"version": "4.5.4",
"version": "4.5.5",
"description": "This plugin allows you to manipulate the native calendar.",
"cordova": {
"id": "cordova-plugin-calendar",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-calendar"
version="4.5.4">
version="4.5.5">

<name>Calendar</name>

Expand Down
2 changes: 1 addition & 1 deletion src/ios/Calendar.m
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ - (NSMutableArray*) eventsToDataArray: (NSArray*)matchingEvents {
}

if (event.recurrenceRules != nil) {
[entry setObject:event.recurrenceRules forKey:@"rrule"];
// [entry setObject:event.recurrenceRules forKey:@"rrule"];
}

[entry setObject:event.calendarItemIdentifier forKey:@"id"];
Expand Down

0 comments on commit 63c6bae

Please sign in to comment.