File tree Expand file tree Collapse file tree 7 files changed +9
-3
lines changed
Dynamic/OneSignal.framework/Versions/A
OneSignal.framework/Versions/A Expand file tree Collapse file tree 7 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "OneSignal"
3- s . version = "2.9.3 "
3+ s . version = "2.9.4 "
44 s . summary = "OneSignal push notification library for mobile apps."
55 s . homepage = "https://onesignal.com"
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "OneSignalDynamic"
3- s . version = "2.9.3 "
3+ s . version = "2.9.4 "
44 s . summary = "OneSignal push notification library for mobile apps."
55 s . homepage = "https://onesignal.com"
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change @@ -457,6 +457,9 @@ typedef void (^OSEmailSuccessBlock)();
457457+ (void )setEmail : (NSString * _Nonnull)email ;
458458+ (void )setEmail : (NSString * _Nonnull)email withEmailAuthHashToken : (NSString * _Nullable)hashToken ;
459459
460+ + (void )setExternalUserId : (NSString * _Nonnull)externalId ;
461+ + (void )removeExternalUserId ;
462+
460463@end
461464
462465#pragma clang diagnostic pop
Original file line number Diff line number Diff line change @@ -457,6 +457,9 @@ typedef void (^OSEmailSuccessBlock)();
457457+ (void )setEmail : (NSString * _Nonnull)email ;
458458+ (void )setEmail : (NSString * _Nonnull)email withEmailAuthHashToken : (NSString * _Nullable)hashToken ;
459459
460+ + (void )setExternalUserId : (NSString * _Nonnull)externalId ;
461+ + (void )removeExternalUserId ;
462+
460463@end
461464
462465#pragma clang diagnostic pop
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ @implementation OSPendingCallbacks
122122
123123@implementation OneSignal
124124
125- NSString * const ONESIGNAL_VERSION = @" 020903 " ;
125+ NSString * const ONESIGNAL_VERSION = @" 020904 " ;
126126static NSString * mSDKType = @" native" ;
127127static BOOL coldStartFromTapOnNotification = NO ;
128128
You can’t perform that action at this time.
0 commit comments