Skip to content

Commit

Permalink
2.1.9 - Carthage Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Kalash committed Sep 14, 2016
1 parent 3181d25 commit 6127639
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OneSignal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OneSignal"
s.version = "2.1.8"
s.version = "2.1.9"
s.summary = "OneSignal push notification library for mobile apps."
s.homepage = "https://onesignal.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.



}

fileprivate func appDelegate() -> AppDelegate? {
Expand Down
Binary file modified iOS_SDK/Framework/OneSignal.framework/Versions/A/OneSignal
Binary file not shown.
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignal/OneSignal.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

@implementation OneSignal

NSString* const ONESIGNAL_VERSION = @"020107";
NSString* const ONESIGNAL_VERSION = @"020109";
static NSString* mSDKType = @"native";
static BOOL coldStartFromTapOnNotification = NO;
static BOOL registeredWithApple = NO; //Has attempted to register for push notifications with Apple.
Expand Down

0 comments on commit 6127639

Please sign in to comment.