diff --git a/Leanplum-iOS-SDK.podspec b/Leanplum-iOS-SDK.podspec index db427a9d..1e00a773 100644 --- a/Leanplum-iOS-SDK.podspec +++ b/Leanplum-iOS-SDK.podspec @@ -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' diff --git a/Leanplum.framework/Headers/Leanplum.h b/Leanplum.framework/Headers/Leanplum.h index b757e1a3..978e2f5f 100644 --- a/Leanplum.framework/Headers/Leanplum.h +++ b/Leanplum.framework/Headers/Leanplum.h @@ -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. // @@ -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 /** diff --git a/Leanplum.framework/Leanplum b/Leanplum.framework/Leanplum index 639de088..313f55da 100755 Binary files a/Leanplum.framework/Leanplum and b/Leanplum.framework/Leanplum differ