Skip to content

Commit 79df764

Browse files
authored
Release commit 2.11.1 (#541)
1 parent f3ecc0a commit 79df764

File tree

7 files changed

+5
-3
lines changed

7 files changed

+5
-3
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.11.0"
3+
s.version = "2.11.1"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

OneSignalDynamic.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 = "OneSignalDynamic"
3-
s.version = "2.11.0"
3+
s.version = "2.11.1"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

iOS_SDK/OneSignalSDK/Framework/Dynamic/OneSignal.framework/Versions/A/Headers/OneSignal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ typedef NS_ENUM(NSUInteger, ONE_S_LOG_LEVEL) {
442442
// - Request and track user's location
443443
+ (void)promptLocation;
444444
+ (void)setLocationShared:(BOOL)enable;
445+
+ (BOOL)isLocationShared;
445446

446447

447448
// Only used for wrapping SDKs, such as Unity, Cordova, Xamarin, etc.
Binary file not shown.

iOS_SDK/OneSignalSDK/Framework/OneSignal.framework/Versions/A/Headers/OneSignal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ typedef NS_ENUM(NSUInteger, ONE_S_LOG_LEVEL) {
442442
// - Request and track user's location
443443
+ (void)promptLocation;
444444
+ (void)setLocationShared:(BOOL)enable;
445+
+ (BOOL)isLocationShared;
445446

446447

447448
// Only used for wrapping SDKs, such as Unity, Cordova, Xamarin, etc.
Binary file not shown.

iOS_SDK/OneSignalSDK/Source/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ @implementation OSPendingCallbacks
126126

127127
@implementation OneSignal
128128

129-
NSString* const ONESIGNAL_VERSION = @"021100";
129+
NSString* const ONESIGNAL_VERSION = @"021101";
130130
static NSString* mSDKType = @"native";
131131
static BOOL coldStartFromTapOnNotification = NO;
132132

0 commit comments

Comments
 (0)