File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
OneSignalSwiftExample/OneSignalSwiftExample
Framework/OneSignal.framework/Versions/A Expand file tree Collapse file tree 4 files changed +5
-2
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.1.8 "
3+ s . version = "2.1.9 "
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 @@ -15,6 +15,9 @@ class ViewController: UIViewController {
1515 override func viewDidLoad( ) {
1616 super. viewDidLoad ( )
1717 // Do any additional setup after loading the view, typically from a nib.
18+
19+
20+
1821 }
1922
2023 fileprivate func appDelegate( ) -> AppDelegate ? {
Original file line number Diff line number Diff line change 7171
7272@implementation OneSignal
7373
74- NSString * const ONESIGNAL_VERSION = @" 020107 " ;
74+ NSString * const ONESIGNAL_VERSION = @" 020109 " ;
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