Skip to content

Commit

Permalink
Build for 2.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Nov 23, 2016
1 parent d28928d commit 7723e9a
Show file tree
Hide file tree
Showing 4 changed files with 3 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.2.2"
s.version = "2.2.3"
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 @@ -274,6 +274,7 @@ typedef NS_ENUM(NSUInteger, ONE_S_LOG_LEVEL) {

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

// - Sends the MD5 and SHA1 of the provided email
// 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.
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 @@ -79,7 +79,7 @@

@implementation OneSignal

NSString* const ONESIGNAL_VERSION = @"020202";
NSString* const ONESIGNAL_VERSION = @"020203";
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 7723e9a

Please sign in to comment.