Forráskód Böngészése

Fix issue with iOS 9-beta

Sebastián Katzer 10 éve
szülő
commit
593fe5a8d3
1 módosított fájl, 1 hozzáadás és 1 törlés
  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