Skip to content

Commit

Permalink
1.4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarten committed Sep 13, 2016
1 parent 6bba00a commit c61278c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Leanplum-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Leanplum-iOS-SDK'
s.version = '1.4.0'
s.version = '1.4.0.1'
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
s.description = 'Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app experience. We offer Messaging, Automation, App Editing, Personalization, A/B Testing, and Analytics.'
s.homepage = 'https://www.leanplum.com'
Expand Down
5 changes: 4 additions & 1 deletion Leanplum.framework/Headers/Leanplum.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Leanplum.h
// Leanplum iOS SDK Version 1.4.0
// Leanplum iOS SDK Version 1.4.0.1
//
// Copyright (c) 2016 Leanplum. All rights reserved.
//
Expand Down Expand Up @@ -382,9 +382,12 @@ typedef enum {
/**
* Call this to handle custom actions for local notifications.
*/
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
+ (void)handleActionWithIdentifier:(NSString *)identifier
forLocalNotification:(UILocalNotification *)notification
completionHandler:(void (^)())completionHandler;
#pragma clang diagnostic pop
#endif

/**
Expand Down
Binary file modified Leanplum.framework/Leanplum
Binary file not shown.

0 comments on commit c61278c

Please sign in to comment.