Explorar el Código

Fix issue with iOS 9-beta

Sebastián Katzer hace 10 años
padre
commit
593fe5a8d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/ios/APPLocalNotificationOptions.m

+ 1 - 1
src/ios/APPLocalNotificationOptions.m

@@ -29,7 +29,7 @@ NSString* const DEFAULT_SOUND = @"res://platform_default";
 @interface APPLocalNotificationOptions ()
 
 // The dictionary which contains all notification properties
-@property(readwrite, assign) NSDictionary* dict;
+@property(nonatomic, retain) NSDictionary* dict;
 
 @end