Skip to content

Commit

Permalink
2.9.2 Release
Browse files Browse the repository at this point in the history
• Fixes an issue where enabling "Deliver Quietly" for an app in iOS 12 would cause notifications to stop being delivered entirely.
  • Loading branch information
Nightsd01 committed Oct 18, 2018
1 parent 72a6952 commit 9f455db
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 9 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.9.1"
s.version = "2.9.2"
s.summary = "OneSignal push notification library for mobile apps."
s.homepage = "https://onesignal.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion OneSignalDynamic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OneSignalDynamic"
s.version = "2.9.1"
s.version = "2.9.2"
s.summary = "OneSignal push notification library for mobile apps."
s.homepage = "https://onesignal.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignalSDK/Framework/OneSignal.framework/Headers
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignalSDK/Framework/OneSignal.framework/Modules
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
framework module OneSignal {
umbrella header "OneSignal.h"
export *
module * { export * }
umbrella header "OneSignal.h"

export *
module * { export * }
}
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignalSDK/Source/OneSignal.m
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ @implementation OSPendingCallbacks

@implementation OneSignal

NSString* const ONESIGNAL_VERSION = @"020901";
NSString* const ONESIGNAL_VERSION = @"020902";
static NSString* mSDKType = @"native";
static BOOL coldStartFromTapOnNotification = NO;

Expand Down

0 comments on commit 9f455db

Please sign in to comment.