File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Framework/Dynamic/OneSignal.framework Expand file tree Collapse file tree 4 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.9.0 "
3+ s . version = "2.9.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 = "2.9.0 "
3+ s . version = "2.9.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 @@ -122,7 +122,7 @@ @implementation OSPendingCallbacks
122122
123123@implementation OneSignal
124124
125- NSString * const ONESIGNAL_VERSION = @" 020900 " ;
125+ NSString * const ONESIGNAL_VERSION = @" 020901 " ;
126126static NSString * mSDKType = @" native" ;
127127static BOOL coldStartFromTapOnNotification = NO ;
128128
You can’t perform that action at this time.
0 commit comments