File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
iOS_SDK/OneSignalSDK/Source Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "OneSignal"
3- s . version = "3.6.0 "
3+ s . version = "3.6.1 "
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 = "3.6.0 "
3+ s . version = "3.6.1 "
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 = "OneSignalXCFramework"
3- s . version = "3.6.0 "
3+ s . version = "3.6.1 "
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 @@ -130,7 +130,7 @@ @interface OneSignal (SessionStatusDelegate)
130130
131131@implementation OneSignal
132132
133- NSString * const ONESIGNAL_VERSION = @" 030600 " ;
133+ NSString * const ONESIGNAL_VERSION = @" 030601 " ;
134134static NSString * mSDKType = @" native" ;
135135static BOOL coldStartFromTapOnNotification = NO ;
136136static BOOL shouldDelaySubscriptionUpdate = false ;
You can’t perform that action at this time.
0 commit comments