Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Updated for iOS/tvOS SDK 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-automation committed Oct 2, 2018
1 parent 13e648e commit d884dc9
Show file tree
Hide file tree
Showing 18 changed files with 1,445 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Tune.framework/Headers/Tune.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#import "TuneEventItem.h"
#import "TunePreloadData.h"

#define TUNEVERSION @"6.0.1"
#define TUNEVERSION @"6.0.2"


@protocol TuneDelegate;
Expand Down Expand Up @@ -134,7 +134,7 @@
@return Whether url is a Tune Link. If NO, the Tune deeplink callbacks will not be invoked and you should handle the routing yourself.
*/
+ (BOOL)handleContinueUserActivity:(nonnull NSUserActivity *)userActivity restorationHandler:(nonnull void (^)(NSArray * _Nonnull restorableObjects))restorationHandler;
+ (BOOL)handleContinueUserActivity:(nonnull NSUserActivity *)userActivity restorationHandler:(nonnull void (^)(NSArray<id<UIUserActivityRestoring>> * _Nonnull restorableObjects))restorationHandler;


#pragma mark - Debug And Test
Expand Down Expand Up @@ -203,7 +203,7 @@
+ (void)disableLocationAutoCollection;

/**
Sets the MD5, SHA-1 and SHA-256 hash representations of the user's email address.
Sets the SHA-256 hash representations of the user's email address.
@param userEmail The user's email address.
*/
Expand All @@ -217,14 +217,14 @@
+ (void)setUserId:(nullable NSString *)userId;

/**
Sets the MD5, SHA-1 and SHA-256 hash representations of the user's name.
Sets the SHA-256 hash representations of the user's name.
@param userName The user's name.
*/
+ (void)setUserName:(nullable NSString *)userName;

/**
Sets the MD5, SHA-1 and SHA-256 hash representations of the user's phone number.
Sets the SHA-256 hash representations of the user's phone number.
@param phoneNumber The user's phone number.
*/
Expand Down
Binary file modified Tune.framework/Info.plist
Binary file not shown.
Binary file modified Tune.framework/Tune
Binary file not shown.
2 changes: 1 addition & 1 deletion Tune.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Tune"
s.version = "6.0.1"
s.version = "6.0.2"
s.summary = "iOS/tvOS SDK for TUNE platform."
s.description = "The TUNE SDK for iOS provides Attribution, Analytics, Push, and In-App Messaging capabilities. The TUNE SDK for tvOS provides Attribution and Analytics capabilities."
s.homepage = "https://developers.tune.com/sdk/ios-quick-start/"
Expand Down
Loading

0 comments on commit d884dc9

Please sign in to comment.