浏览代码

Fix issue with iOS 9-beta

Sebastián Katzer 10 年之前
父节点
当前提交
593fe5a8d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ()
 @interface APPLocalNotificationOptions ()
 
 
 // The dictionary which contains all notification properties
 // The dictionary which contains all notification properties
-@property(readwrite, assign) NSDictionary* dict;
+@property(nonatomic, retain) NSDictionary* dict;
 
 
 @end
 @end