Skip to content

Commit

Permalink
Jenkins auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
af_deployment committed Mar 9, 2020
1 parent e8a668c commit ba9d17d
Show file tree
Hide file tree
Showing 23 changed files with 64 additions and 15 deletions.
Binary file modified Carthage/AppsFlyerTracker.framework/AppsFlyerTracker
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ NS_ASSUME_NONNULL_BEGIN
/// from `-[AppsFlyerShareInviteHelper generateInviteUrlWithLinkGenerator:completionHandler]`
+ (instancetype)new NS_UNAVAILABLE;

@property(nonatomic, nullable) NSString *brandDomain;

/// The channel through which the invite was sent (e.g. Facebook/Gmail/etc.). Usage: Recommended
- (void)setChannel :(nonnull NSString *)channel;
/// ReferrerCustomerId setter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.1.0 (951)
// AppsFlyer iOS SDK 5.2.0 (964)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -574,6 +574,11 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(atomic) BOOL isStopTracking;

/**
API to set manually Facebook deferred app link
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

@end

NS_ASSUME_NONNULL_END
Binary file modified Carthage/AppsFlyerTracker.framework/Info.plist
Binary file not shown.
16 changes: 8 additions & 8 deletions Mac Catalyst/AppsFlyerLib.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-armv7_arm64</string>
<string>ios-i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>armv7</string>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-i386_x86_64-simulator</string>
<string>ios-armv7_arm64</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ NS_ASSUME_NONNULL_BEGIN
/// from `-[AppsFlyerShareInviteHelper generateInviteUrlWithLinkGenerator:completionHandler]`
+ (instancetype)new NS_UNAVAILABLE;

@property(nonatomic, nullable) NSString *brandDomain;

/// The channel through which the invite was sent (e.g. Facebook/Gmail/etc.). Usage: Recommended
- (void)setChannel :(nonnull NSString *)channel;
/// ReferrerCustomerId setter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.1.0 (951)
// AppsFlyer iOS SDK 5.2.0 (964)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -574,6 +574,11 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(atomic) BOOL isStopTracking;

/**
API to set manually Facebook deferred app link
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

@end

NS_ASSUME_NONNULL_END
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ NS_ASSUME_NONNULL_BEGIN
/// from `-[AppsFlyerShareInviteHelper generateInviteUrlWithLinkGenerator:completionHandler]`
+ (instancetype)new NS_UNAVAILABLE;

@property(nonatomic, nullable) NSString *brandDomain;

/// The channel through which the invite was sent (e.g. Facebook/Gmail/etc.). Usage: Recommended
- (void)setChannel :(nonnull NSString *)channel;
/// ReferrerCustomerId setter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.1.0 (951)
// AppsFlyer iOS SDK 5.2.0 (964)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -574,6 +574,11 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(atomic) BOOL isStopTracking;

/**
API to set manually Facebook deferred app link
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

@end

NS_ASSUME_NONNULL_END
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ NS_ASSUME_NONNULL_BEGIN
/// from `-[AppsFlyerShareInviteHelper generateInviteUrlWithLinkGenerator:completionHandler]`
+ (instancetype)new NS_UNAVAILABLE;

@property(nonatomic, nullable) NSString *brandDomain;

/// The channel through which the invite was sent (e.g. Facebook/Gmail/etc.). Usage: Recommended
- (void)setChannel :(nonnull NSString *)channel;
/// ReferrerCustomerId setter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.1.0 (951)
// AppsFlyer iOS SDK 5.2.0 (964)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -574,6 +574,11 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(atomic) BOOL isStopTracking;

/**
API to set manually Facebook deferred app link
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

@end

NS_ASSUME_NONNULL_END
Binary file modified iOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ NS_ASSUME_NONNULL_BEGIN
/// from `-[AppsFlyerShareInviteHelper generateInviteUrlWithLinkGenerator:completionHandler]`
+ (instancetype)new NS_UNAVAILABLE;

@property(nonatomic, nullable) NSString *brandDomain;

/// The channel through which the invite was sent (e.g. Facebook/Gmail/etc.). Usage: Recommended
- (void)setChannel :(nonnull NSString *)channel;
/// ReferrerCustomerId setter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.1.0 (951)
// AppsFlyer iOS SDK 5.2.0 (964)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -574,6 +574,11 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(atomic) BOOL isStopTracking;

/**
API to set manually Facebook deferred app link
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

@end

NS_ASSUME_NONNULL_END
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ NS_ASSUME_NONNULL_BEGIN
/// from `-[AppsFlyerShareInviteHelper generateInviteUrlWithLinkGenerator:completionHandler]`
+ (instancetype)new NS_UNAVAILABLE;

@property(nonatomic, nullable) NSString *brandDomain;

/// The channel through which the invite was sent (e.g. Facebook/Gmail/etc.). Usage: Recommended
- (void)setChannel :(nonnull NSString *)channel;
/// ReferrerCustomerId setter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.1.0 (951)
// AppsFlyer iOS SDK 5.2.0 (964)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -574,6 +574,11 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(atomic) BOOL isStopTracking;

/**
API to set manually Facebook deferred app link
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

@end

NS_ASSUME_NONNULL_END
Binary file modified tvOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ NS_ASSUME_NONNULL_BEGIN
/// from `-[AppsFlyerShareInviteHelper generateInviteUrlWithLinkGenerator:completionHandler]`
+ (instancetype)new NS_UNAVAILABLE;

@property(nonatomic, nullable) NSString *brandDomain;

/// The channel through which the invite was sent (e.g. Facebook/Gmail/etc.). Usage: Recommended
- (void)setChannel :(nonnull NSString *)channel;
/// ReferrerCustomerId setter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.1.0 (951)
// AppsFlyer iOS SDK 5.2.0 (964)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -574,6 +574,11 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(atomic) BOOL isStopTracking;

/**
API to set manually Facebook deferred app link
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

@end

NS_ASSUME_NONNULL_END

0 comments on commit ba9d17d

Please sign in to comment.