Skip to content

Commit

Permalink
Jenkins auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
af-fess committed Jun 30, 2020
1 parent 6a040bb commit d167794
Show file tree
Hide file tree
Showing 13 changed files with 88 additions and 16 deletions.
20 changes: 10 additions & 10 deletions Mac Catalyst/AppsFlyerLib.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,45 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-maccatalyst</string>
<string>ios-armv7_arm64</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>armv7</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-i386_x86_64-simulator</string>
<string>ios-x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.4.0 (133)
// AppsFlyer iOS SDK 5.4.1 (139)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -588,6 +588,18 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

/**
Block an events from being shared with ad networks and other 3rd party integrations
Must only include letters/digits or underscore, maximum length: 45
*/
@property(nonatomic, nullable) NSArray<NSString *> *sharingFilter;

/**
Block an events from being shared with any partner
This method overwrite -[AppsFlyerTracker setSharingFilter:]
*/
-(void)setSharingFilterForAllPartners;

@end

NS_ASSUME_NONNULL_END
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.4.0 (133)
// AppsFlyer iOS SDK 5.4.1 (139)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -588,6 +588,18 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

/**
Block an events from being shared with ad networks and other 3rd party integrations
Must only include letters/digits or underscore, maximum length: 45
*/
@property(nonatomic, nullable) NSArray<NSString *> *sharingFilter;

/**
Block an events from being shared with any partner
This method overwrite -[AppsFlyerTracker setSharingFilter:]
*/
-(void)setSharingFilterForAllPartners;

@end

NS_ASSUME_NONNULL_END
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.4.0 (133)
// AppsFlyer iOS SDK 5.4.1 (139)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -588,6 +588,18 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

/**
Block an events from being shared with ad networks and other 3rd party integrations
Must only include letters/digits or underscore, maximum length: 45
*/
@property(nonatomic, nullable) NSArray<NSString *> *sharingFilter;

/**
Block an events from being shared with any partner
This method overwrite -[AppsFlyerTracker setSharingFilter:]
*/
-(void)setSharingFilterForAllPartners;

@end

NS_ASSUME_NONNULL_END
Binary file modified iOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
Binary file not shown.
14 changes: 13 additions & 1 deletion iOS/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.4.0 (133)
// AppsFlyer iOS SDK 5.4.1 (139)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -588,6 +588,18 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

/**
Block an events from being shared with ad networks and other 3rd party integrations
Must only include letters/digits or underscore, maximum length: 45
*/
@property(nonatomic, nullable) NSArray<NSString *> *sharingFilter;

/**
Block an events from being shared with any partner
This method overwrite -[AppsFlyerTracker setSharingFilter:]
*/
-(void)setSharingFilterForAllPartners;

@end

NS_ASSUME_NONNULL_END
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.4.0 (133)
// AppsFlyer iOS SDK 5.4.1 (139)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -588,6 +588,18 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

/**
Block an events from being shared with ad networks and other 3rd party integrations
Must only include letters/digits or underscore, maximum length: 45
*/
@property(nonatomic, nullable) NSArray<NSString *> *sharingFilter;

/**
Block an events from being shared with any partner
This method overwrite -[AppsFlyerTracker setSharingFilter:]
*/
-(void)setSharingFilterForAllPartners;

@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 @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 5.4.0 (133)
// AppsFlyer iOS SDK 5.4.1 (139)
// Copyright (c) 2012-2019 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -588,6 +588,18 @@ NS_SWIFT_NAME(trackEvent(name:values:completionHandler:));
*/
@property(nonatomic, nullable) NSURL *facebookDeferredAppLink;

/**
Block an events from being shared with ad networks and other 3rd party integrations
Must only include letters/digits or underscore, maximum length: 45
*/
@property(nonatomic, nullable) NSArray<NSString *> *sharingFilter;

/**
Block an events from being shared with any partner
This method overwrite -[AppsFlyerTracker setSharingFilter:]
*/
-(void)setSharingFilterForAllPartners;

@end

NS_ASSUME_NONNULL_END

0 comments on commit d167794

Please sign in to comment.