Skip to content

Commit 910587e

Browse files
committed
2.4.2 Release commit
1 parent 06f6e14 commit 910587e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

OneSignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignal"
3-
s.version = "2.4.1"
3+
s.version = "2.4.2"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

iOS_SDK/OneSignalSDK/Framework/OneSignal.framework/Versions/A/Headers/OneSignal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ typedef NS_ENUM(NSUInteger, ONE_S_LOG_LEVEL) {
280280
// iOS 10 only
281281
// Process from Notification Service Extension.
282282
// Used for iOS Media Attachemtns and Action Buttons.
283-
+ (UNMutableNotificationContent*)didReceiveNotificatioExtensionnRequest:(UNNotificationRequest *)request withMutableNotificationContent:(UNMutableNotificationContent*)replacementContent;
283+
+ (UNMutableNotificationContent*)didReceiveNotificationExtensionRequest:(UNNotificationRequest *)request withMutableNotificationContent:(UNMutableNotificationContent*)replacementContent;
284284
+ (UNMutableNotificationContent*)serviceExtensionTimeWillExpireRequest:(UNNotificationRequest *)request withMutableNotificationContent:(UNMutableNotificationContent*)replacementContent;
285285
#endif
286286

Binary file not shown.

iOS_SDK/OneSignalSDK/Source/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ @implementation OSPendingCallbacks
103103

104104
@implementation OneSignal
105105

106-
NSString* const ONESIGNAL_VERSION = @"020401";
106+
NSString* const ONESIGNAL_VERSION = @"020402";
107107
static NSString* mSDKType = @"native";
108108
static BOOL coldStartFromTapOnNotification = NO;
109109

0 commit comments

Comments
 (0)