File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
Framework/OneSignal.framework Expand file tree Collapse file tree 5 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.0.12 "
3+ s . version = "2.1.0 "
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 @@ -2,4 +2,4 @@ framework module OneSignal {
22 umbrella header "OneSignal.h"
33 export *
44 module * { export * }
5- }
5+ }
Original file line number Diff line number Diff line change 7171
7272@implementation OneSignal
7373
74- NSString * const ONESIGNAL_VERSION = @" 020012 " ;
74+ NSString * const ONESIGNAL_VERSION = @" 020100 " ;
7575static NSString * mSDKType = @" native" ;
7676static BOOL coldStartFromTapOnNotification = NO ;
7777static BOOL registeredWithApple = NO ; // Has attempted to register for push notifications with Apple.
You can’t perform that action at this time.
0 commit comments