Skip to content

Commit 7723e9a

Browse files
committed
Build for 2.2.3 release
1 parent d28928d commit 7723e9a

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-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.2.2"
3+
s.version = "2.2.3"
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/Framework/OneSignal.framework/Versions/A/Headers/OneSignal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ typedef NS_ENUM(NSUInteger, ONE_S_LOG_LEVEL) {
274274

275275
// - Request and track user's location
276276
+ (void)promptLocation;
277+
+ (void)setLocationShared:(BOOL)enable;
277278

278279
// - Sends the MD5 and SHA1 of the provided email
279280
// Optional method that sends us the user's email as an anonymized hash so that we can better target and personalize notifications sent to that user across their devices.
175 KB
Binary file not shown.

iOS_SDK/OneSignal/OneSignal.m

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

8080
@implementation OneSignal
8181

82-
NSString* const ONESIGNAL_VERSION = @"020202";
82+
NSString* const ONESIGNAL_VERSION = @"020203";
8383
static NSString* mSDKType = @"native";
8484
static BOOL coldStartFromTapOnNotification = NO;
8585
static BOOL registeredWithApple = NO; //Has attempted to register for push notifications with Apple.

0 commit comments

Comments
 (0)