diff --git a/Mac Catalyst/AppsFlyerLib.xcframework/Info.plist b/Mac Catalyst/AppsFlyerLib.xcframework/Info.plist
index 09e5052..8ea0329 100644
--- a/Mac Catalyst/AppsFlyerLib.xcframework/Info.plist
+++ b/Mac Catalyst/AppsFlyerLib.xcframework/Info.plist
@@ -6,45 +6,45 @@
LibraryIdentifier
- ios-x86_64-maccatalyst
+ ios-armv7_arm64
LibraryPath
AppsFlyerLib.framework
SupportedArchitectures
- x86_64
+ armv7
+ arm64
SupportedPlatform
ios
- SupportedPlatformVariant
- maccatalyst
LibraryIdentifier
- ios-i386_x86_64-simulator
+ ios-x86_64-maccatalyst
LibraryPath
AppsFlyerLib.framework
SupportedArchitectures
- i386
x86_64
SupportedPlatform
ios
SupportedPlatformVariant
- simulator
+ maccatalyst
LibraryIdentifier
- ios-armv7_arm64
+ ios-i386_x86_64-simulator
LibraryPath
AppsFlyerLib.framework
SupportedArchitectures
- armv7
- arm64
+ i386
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
CFBundlePackageType
diff --git a/Mac Catalyst/AppsFlyerLib.xcframework/ios-armv7_arm64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib b/Mac Catalyst/AppsFlyerLib.xcframework/ios-armv7_arm64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
index 993eb1e..eba88a2 100644
Binary files a/Mac Catalyst/AppsFlyerLib.xcframework/ios-armv7_arm64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib and b/Mac Catalyst/AppsFlyerLib.xcframework/ios-armv7_arm64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib differ
diff --git a/Mac Catalyst/AppsFlyerLib.xcframework/ios-armv7_arm64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h b/Mac Catalyst/AppsFlyerLib.xcframework/ios-armv7_arm64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
index d921c50..5fd2385 100644
--- a/Mac Catalyst/AppsFlyerLib.xcframework/ios-armv7_arm64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
+++ b/Mac Catalyst/AppsFlyerLib.xcframework/ios-armv7_arm64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
@@ -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.
//
@@ -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 *sharingFilter;
+
+/**
+ Block an events from being shared with any partner
+ This method overwrite -[AppsFlyerTracker setSharingFilter:]
+ */
+-(void)setSharingFilterForAllPartners;
+
@end
NS_ASSUME_NONNULL_END
diff --git a/Mac Catalyst/AppsFlyerLib.xcframework/ios-i386_x86_64-simulator/AppsFlyerLib.framework/Versions/A/AppsFlyerLib b/Mac Catalyst/AppsFlyerLib.xcframework/ios-i386_x86_64-simulator/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
index bae5356..8f38a3f 100644
Binary files a/Mac Catalyst/AppsFlyerLib.xcframework/ios-i386_x86_64-simulator/AppsFlyerLib.framework/Versions/A/AppsFlyerLib and b/Mac Catalyst/AppsFlyerLib.xcframework/ios-i386_x86_64-simulator/AppsFlyerLib.framework/Versions/A/AppsFlyerLib differ
diff --git a/Mac Catalyst/AppsFlyerLib.xcframework/ios-i386_x86_64-simulator/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h b/Mac Catalyst/AppsFlyerLib.xcframework/ios-i386_x86_64-simulator/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
index d921c50..5fd2385 100644
--- a/Mac Catalyst/AppsFlyerLib.xcframework/ios-i386_x86_64-simulator/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
+++ b/Mac Catalyst/AppsFlyerLib.xcframework/ios-i386_x86_64-simulator/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
@@ -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.
//
@@ -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 *sharingFilter;
+
+/**
+ Block an events from being shared with any partner
+ This method overwrite -[AppsFlyerTracker setSharingFilter:]
+ */
+-(void)setSharingFilterForAllPartners;
+
@end
NS_ASSUME_NONNULL_END
diff --git a/Mac Catalyst/AppsFlyerLib.xcframework/ios-x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib b/Mac Catalyst/AppsFlyerLib.xcframework/ios-x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
index 3be7ffb..2de6032 100644
Binary files a/Mac Catalyst/AppsFlyerLib.xcframework/ios-x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib and b/Mac Catalyst/AppsFlyerLib.xcframework/ios-x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib differ
diff --git a/Mac Catalyst/AppsFlyerLib.xcframework/ios-x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h b/Mac Catalyst/AppsFlyerLib.xcframework/ios-x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
index d921c50..5fd2385 100644
--- a/Mac Catalyst/AppsFlyerLib.xcframework/ios-x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
+++ b/Mac Catalyst/AppsFlyerLib.xcframework/ios-x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
@@ -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.
//
@@ -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 *sharingFilter;
+
+/**
+ Block an events from being shared with any partner
+ This method overwrite -[AppsFlyerTracker setSharingFilter:]
+ */
+-(void)setSharingFilterForAllPartners;
+
@end
NS_ASSUME_NONNULL_END
diff --git a/iOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib b/iOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
index c6a683a..78a62c4 100644
Binary files a/iOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib and b/iOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib differ
diff --git a/iOS/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h b/iOS/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
index d921c50..5fd2385 100644
--- a/iOS/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
+++ b/iOS/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
@@ -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.
//
@@ -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 *sharingFilter;
+
+/**
+ Block an events from being shared with any partner
+ This method overwrite -[AppsFlyerTracker setSharingFilter:]
+ */
+-(void)setSharingFilterForAllPartners;
+
@end
NS_ASSUME_NONNULL_END
diff --git a/macOS/AppsFlyerAttribution.framework/Versions/A/AppsFlyerAttribution b/macOS/AppsFlyerAttribution.framework/Versions/A/AppsFlyerAttribution
index 786e540..c0c2523 100644
Binary files a/macOS/AppsFlyerAttribution.framework/Versions/A/AppsFlyerAttribution and b/macOS/AppsFlyerAttribution.framework/Versions/A/AppsFlyerAttribution differ
diff --git a/macOS/AppsFlyerAttribution.framework/Versions/A/Headers/AppsFlyerTracker.h b/macOS/AppsFlyerAttribution.framework/Versions/A/Headers/AppsFlyerTracker.h
index d921c50..5fd2385 100644
--- a/macOS/AppsFlyerAttribution.framework/Versions/A/Headers/AppsFlyerTracker.h
+++ b/macOS/AppsFlyerAttribution.framework/Versions/A/Headers/AppsFlyerTracker.h
@@ -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.
//
@@ -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 *sharingFilter;
+
+/**
+ Block an events from being shared with any partner
+ This method overwrite -[AppsFlyerTracker setSharingFilter:]
+ */
+-(void)setSharingFilterForAllPartners;
+
@end
NS_ASSUME_NONNULL_END
diff --git a/tvOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib b/tvOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
index e4f2165..0bdaecc 100644
Binary files a/tvOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib and b/tvOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib differ
diff --git a/tvOS/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h b/tvOS/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
index d921c50..5fd2385 100644
--- a/tvOS/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
+++ b/tvOS/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
@@ -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.
//
@@ -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 *sharingFilter;
+
+/**
+ Block an events from being shared with any partner
+ This method overwrite -[AppsFlyerTracker setSharingFilter:]
+ */
+-(void)setSharingFilterForAllPartners;
+
@end
NS_ASSUME_NONNULL_END