File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Framework/OneSignal.framework/Versions/A Expand file tree Collapse file tree 3 files changed +3
-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.12.3 "
3+ s . version = "2.12.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 @@ -132,7 +132,7 @@ @interface OneSignal (SessionStatusDelegate)
132132
133133@implementation OneSignal
134134
135- NSString * const ONESIGNAL_VERSION = @" 021203 " ;
135+ NSString * const ONESIGNAL_VERSION = @" 021204 " ;
136136static NSString * mSDKType = @" native" ;
137137static BOOL coldStartFromTapOnNotification = NO ;
138138
@@ -221,7 +221,7 @@ + (OSNotificationDisplayType)inFocusDisplayType {
221221 return _inFocusDisplayType;
222222}
223223
224- // iOS version implemation
224+ // iOS version implementation
225225static NSObject <OneSignalNotificationSettings>* _osNotificationSettings;
226226+ (NSObject <OneSignalNotificationSettings>*)osNotificationSettings {
227227 if (!_osNotificationSettings) {
You can’t perform that action at this time.
0 commit comments