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 1
1
Pod ::Spec . new do |s |
2
2
s . name = "OneSignal"
3
- s . version = "3.8.1 "
3
+ s . version = "3.9.0 "
4
4
s . summary = "OneSignal push notification library for mobile apps."
5
5
s . homepage = "https://onesignal.com"
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "OneSignalDynamic"
3
- s . version = "3.8.1 "
3
+ s . version = "3.9.0 "
4
4
s . summary = "OneSignal push notification library for mobile apps."
5
5
s . homepage = "https://onesignal.com"
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "OneSignalXCFramework"
3
- s . version = "3.8.1 "
3
+ s . version = "3.9.0 "
4
4
s . summary = "OneSignal push notification library for mobile apps."
5
5
s . homepage = "https://onesignal.com"
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ @interface OneSignal (SessionStatusDelegate)
130
130
131
131
@implementation OneSignal
132
132
133
- NSString * const ONESIGNAL_VERSION = @" 030801 " ;
133
+ NSString * const ONESIGNAL_VERSION = @" 030900 " ;
134
134
static NSString * mSDKType = @" native" ;
135
135
static BOOL coldStartFromTapOnNotification = NO ;
136
136
static BOOL shouldDelaySubscriptionUpdate = false ;
You can’t perform that action at this time.
0 commit comments