Skip to content

Commit 6127639

Browse files
author
Joseph Kalash
committed
2.1.9 - Carthage Fix.
1 parent 3181d25 commit 6127639

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

OneSignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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' }

OneSignalSwiftExample/OneSignalSwiftExample/ViewController.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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? {
0 Bytes
Binary file not shown.

iOS_SDK/OneSignal/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
@implementation OneSignal
7373

74-
NSString* const ONESIGNAL_VERSION = @"020107";
74+
NSString* const ONESIGNAL_VERSION = @"020109";
7575
static NSString* mSDKType = @"native";
7676
static BOOL coldStartFromTapOnNotification = NO;
7777
static BOOL registeredWithApple = NO; //Has attempted to register for push notifications with Apple.

0 commit comments

Comments
 (0)