Skip to content

Commit

Permalink
1.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
afirst committed Jan 15, 2015
1 parent 9f0caf8 commit c90f074
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.2.18'
s.version = '1.2.19'
s.summary = 'Mobile A/B testing, personalization & analytics in one powerful platform.'
s.description = 'Leanplum! Mobile A/B testing, personalization & analytics in one powerful platform.'
s.homepage = 'https://www.leanplum.com'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/leanplum'
s.platform = :ios, '5.0'
s.requires_arc = true
s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => '1.2.18'}
s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => '1.2.19'}
s.frameworks = 'CFNetwork', 'Foundation', 'Security', 'SystemConfiguration', 'UIKit'
s.weak_frameworks = 'AdSupport', 'StoreKit', 'CoreLocation'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
Expand Down
9 changes: 8 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.2.18
// Leanplum iOS SDK Version 1.2.19
//
// Copyright (c) 2014 Leanplum. All rights reserved.
//
Expand Down Expand Up @@ -85,6 +85,7 @@ name = [LPVar define:[@#name stringByReplacingOccurrencesOfString:@"_" withStrin

@class LPActionContext;
@class SKPaymentTransaction;
@class NSExtensionContext;

/**
* @defgroup _ Callback Blocks
Expand Down Expand Up @@ -169,6 +170,12 @@ typedef enum {
+ (void)setAppId:(NSString *)appId withProductionKey:(NSString *)accessKey;
/**@}*/

/**
* Apps running as extensions need to call this before start.
* @param context The current extensionContext. You can get this from UIViewController.
*/
+ (void)setExtensionContext:(NSExtensionContext *)context;

/**
* Sets a custom device ID. For example, you may want to pass the advertising ID to do attribution.
* By default, the device ID is the identifier for vendor.
Expand Down
Binary file modified Leanplum.framework/Leanplum
Binary file not shown.

0 comments on commit c90f074

Please sign in to comment.