Commit 593fe5a8 by Sebastián Katzer

Fix issue with iOS 9-beta

parent 7a6424ae
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment