diff --git a/AppsFlyerLib.xcframework/Info.plist b/AppsFlyerLib.xcframework/Info.plist index 8266f6a..ee754f8 100644 --- a/AppsFlyerLib.xcframework/Info.plist +++ b/AppsFlyerLib.xcframework/Info.plist @@ -6,87 +6,87 @@ LibraryIdentifier - ios-arm64_armv7 + tvos-arm64_x86_64-simulator LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 - armv7 + x86_64 SupportedPlatform - ios + tvos + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-maccatalyst + tvos-arm64 LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform - ios - SupportedPlatformVariant - maccatalyst + tvos LibraryIdentifier - tvos-arm64 + macos-arm64_x86_64 LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform - tvos + macos LibraryIdentifier - tvos-arm64_x86_64-simulator + ios-arm64_i386_x86_64-simulator LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 + i386 x86_64 SupportedPlatform - tvos + ios SupportedPlatformVariant simulator LibraryIdentifier - ios-arm64_i386_x86_64-simulator + ios-arm64_x86_64-maccatalyst LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 - i386 x86_64 SupportedPlatform ios SupportedPlatformVariant - simulator + maccatalyst LibraryIdentifier - macos-arm64_x86_64 + ios-arm64_armv7 LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 - x86_64 + armv7 SupportedPlatform - macos + ios CFBundlePackageType diff --git a/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib b/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib index 1ad1e05..970f4cd 100644 Binary files a/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib and b/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist b/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist index 968f409..ed26839 100644 Binary files a/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist and b/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist differ diff --git a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib index 7258994..aa40fd5 100644 Binary files a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib and b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist index 6a1fd19..1953532 100644 Binary files a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist and b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist differ diff --git a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory index 897fdf5..a145f68 100644 Binary files a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory and b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory differ diff --git a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 index 29cef3f..5072512 100644 Binary files a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 and b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources index ea365fe..1156a60 100644 --- a/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources +++ b/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources @@ -18,7 +18,7 @@ Headers/AppsFlyerLib.h - uBXgt5Xi9M/LiREZfp3VDci4I5A= + BRCaV2SFcVfoUOnDLWs9rdh4b0Q= Headers/AppsFlyerLinkGenerator.h @@ -30,7 +30,7 @@ Info.plist - gYM+zHUHHvhqlzch75JPIbJ3KXY= + ORhCq4ii9z/2Bbnmzww5zh0FPaI= Modules/module.modulemap @@ -76,11 +76,11 @@ hash - uBXgt5Xi9M/LiREZfp3VDci4I5A= + BRCaV2SFcVfoUOnDLWs9rdh4b0Q= hash2 - V4w5wQzGgCGHQJZ2BigXiS+BDK58DfSlRaxCyRcezlw= + sQXQgO2PxI/ue0bApSgSsvmlUN2OfRjolidDXo3g8Uc= Headers/AppsFlyerLinkGenerator.h diff --git a/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib b/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib index 06466e2..98cf3cc 100644 Binary files a/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib and b/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib differ diff --git a/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h b/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h +++ b/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist b/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist index 0739bb5..f79a5ff 100644 --- a/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist +++ b/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 22D68 + 22E252 CFBundleDevelopmentRegion en CFBundleExecutable diff --git a/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib b/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib index bc90bfd..478153f 100644 Binary files a/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib and b/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib differ diff --git a/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h b/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h +++ b/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Resources/Info.plist b/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Resources/Info.plist index 6653aa6..4a0b187 100644 --- a/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Resources/Info.plist +++ b/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 22D68 + 22E252 CFBundleDevelopmentRegion en CFBundleExecutable diff --git a/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib b/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib index ec60fdd..c371eed 100644 Binary files a/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib and b/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist b/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist index 4d3d463..1d57949 100644 Binary files a/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist and b/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist differ diff --git a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib index 4ca0e14..7972c0e 100644 Binary files a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib and b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist index fb381f7..345f8db 100644 Binary files a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist and b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist differ diff --git a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory index bb6f9d3..ed501da 100644 Binary files a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory and b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory differ diff --git a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 index cabe948..7a64ac5 100644 Binary files a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 and b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources index c2f2d09..163d4e3 100644 --- a/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources +++ b/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources @@ -18,7 +18,7 @@ Headers/AppsFlyerLib.h - uBXgt5Xi9M/LiREZfp3VDci4I5A= + BRCaV2SFcVfoUOnDLWs9rdh4b0Q= Headers/AppsFlyerLinkGenerator.h @@ -30,7 +30,7 @@ Info.plist - kRFnZFaZMjiTfFi1OKo9aDLrLZg= + tsJHh+xunTsVuCBtNE0BskCFI04= Modules/module.modulemap @@ -76,11 +76,11 @@ hash - uBXgt5Xi9M/LiREZfp3VDci4I5A= + BRCaV2SFcVfoUOnDLWs9rdh4b0Q= hash2 - V4w5wQzGgCGHQJZ2BigXiS+BDK58DfSlRaxCyRcezlw= + sQXQgO2PxI/ue0bApSgSsvmlUN2OfRjolidDXo3g8Uc= Headers/AppsFlyerLinkGenerator.h diff --git a/Dynamic/AppsFlyerLib.xcframework/Info.plist b/Dynamic/AppsFlyerLib.xcframework/Info.plist index ef3069e..5654605 100644 --- a/Dynamic/AppsFlyerLib.xcframework/Info.plist +++ b/Dynamic/AppsFlyerLib.xcframework/Info.plist @@ -6,31 +6,31 @@ LibraryIdentifier - ios-arm64_i386_x86_64-simulator + ios-arm64_armv7 LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 - i386 - x86_64 + armv7 SupportedPlatform ios - SupportedPlatformVariant - simulator LibraryIdentifier - tvos-arm64 + ios-arm64_x86_64-maccatalyst LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform - tvos + ios + SupportedPlatformVariant + maccatalyst LibraryIdentifier @@ -49,31 +49,31 @@ LibraryIdentifier - ios-arm64_armv7 + tvos-arm64 LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 - armv7 SupportedPlatform - ios + tvos LibraryIdentifier - ios-arm64_x86_64-maccatalyst + ios-arm64_i386_x86_64-simulator LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 + i386 x86_64 SupportedPlatform ios SupportedPlatformVariant - maccatalyst + simulator CFBundlePackageType diff --git a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib index 70290ef..6c55b80 100755 Binary files a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib and b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist index 968f409..ed26839 100644 Binary files a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist and b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist differ diff --git a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib index 7f9e3e6..d9a686e 100755 Binary files a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib and b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist index 6a1fd19..1953532 100644 Binary files a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist and b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist differ diff --git a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources index ea365fe..1156a60 100644 --- a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources +++ b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources @@ -18,7 +18,7 @@ Headers/AppsFlyerLib.h - uBXgt5Xi9M/LiREZfp3VDci4I5A= + BRCaV2SFcVfoUOnDLWs9rdh4b0Q= Headers/AppsFlyerLinkGenerator.h @@ -30,7 +30,7 @@ Info.plist - gYM+zHUHHvhqlzch75JPIbJ3KXY= + ORhCq4ii9z/2Bbnmzww5zh0FPaI= Modules/module.modulemap @@ -76,11 +76,11 @@ hash - uBXgt5Xi9M/LiREZfp3VDci4I5A= + BRCaV2SFcVfoUOnDLWs9rdh4b0Q= hash2 - V4w5wQzGgCGHQJZ2BigXiS+BDK58DfSlRaxCyRcezlw= + sQXQgO2PxI/ue0bApSgSsvmlUN2OfRjolidDXo3g8Uc= Headers/AppsFlyerLinkGenerator.h diff --git a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib index f785a83..6365bb0 100755 Binary files a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib and b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib differ diff --git a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h +++ b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist index 0739bb5..f79a5ff 100644 --- a/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist +++ b/Dynamic/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 22D68 + 22E252 CFBundleDevelopmentRegion en CFBundleExecutable diff --git a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib index 5952128..83d9fb8 100755 Binary files a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib and b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist index 4d3d463..1d57949 100644 Binary files a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist and b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist differ diff --git a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib index 6524fa7..a8dd396 100755 Binary files a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib and b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist index fb381f7..345f8db 100644 Binary files a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist and b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist differ diff --git a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources index 1f9b572..342faf9 100644 --- a/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources +++ b/Dynamic/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources @@ -18,7 +18,7 @@ Headers/AppsFlyerLib.h - uBXgt5Xi9M/LiREZfp3VDci4I5A= + BRCaV2SFcVfoUOnDLWs9rdh4b0Q= Headers/AppsFlyerLinkGenerator.h @@ -30,7 +30,7 @@ Info.plist - kRFnZFaZMjiTfFi1OKo9aDLrLZg= + tsJHh+xunTsVuCBtNE0BskCFI04= Modules/module.modulemap @@ -64,7 +64,7 @@ hash2 - V4w5wQzGgCGHQJZ2BigXiS+BDK58DfSlRaxCyRcezlw= + sQXQgO2PxI/ue0bApSgSsvmlUN2OfRjolidDXo3g8Uc= Headers/AppsFlyerLinkGenerator.h diff --git a/Strict/AppsFlyerLib.xcframework/Info.plist b/Strict/AppsFlyerLib.xcframework/Info.plist index 1e09a2d..b7b89df 100644 --- a/Strict/AppsFlyerLib.xcframework/Info.plist +++ b/Strict/AppsFlyerLib.xcframework/Info.plist @@ -19,20 +19,19 @@ LibraryIdentifier - macos-arm64_x86_64 + tvos-arm64 LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform - macos + tvos LibraryIdentifier - tvos-arm64_x86_64-simulator + ios-arm64_x86_64-maccatalyst LibraryPath AppsFlyerLib.framework SupportedArchitectures @@ -41,9 +40,9 @@ x86_64 SupportedPlatform - tvos + ios SupportedPlatformVariant - simulator + maccatalyst LibraryIdentifier @@ -63,19 +62,20 @@ LibraryIdentifier - tvos-arm64 + macos-arm64_x86_64 LibraryPath AppsFlyerLib.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform - tvos + macos LibraryIdentifier - ios-arm64_x86_64-maccatalyst + tvos-arm64_x86_64-simulator LibraryPath AppsFlyerLib.framework SupportedArchitectures @@ -84,9 +84,9 @@ x86_64 SupportedPlatform - ios + tvos SupportedPlatformVariant - maccatalyst + simulator CFBundlePackageType diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib b/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib index ab6ae17..2736cd4 100644 Binary files a/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib and b/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist b/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist index 968f409..ed26839 100644 Binary files a/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist and b/Strict/AppsFlyerLib.xcframework/ios-arm64_armv7/AppsFlyerLib.framework/Info.plist differ diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib index e4d813f..1c9ccc9 100644 Binary files a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib and b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist index 6a1fd19..1953532 100644 Binary files a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist and b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/Info.plist differ diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory index 59bf629..cc80e52 100644 Binary files a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory and b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory differ diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 index d7625d5..baa02cf 100644 Binary files a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 and b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources index ea365fe..1156a60 100644 --- a/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources +++ b/Strict/AppsFlyerLib.xcframework/ios-arm64_i386_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources @@ -18,7 +18,7 @@ Headers/AppsFlyerLib.h - uBXgt5Xi9M/LiREZfp3VDci4I5A= + BRCaV2SFcVfoUOnDLWs9rdh4b0Q= Headers/AppsFlyerLinkGenerator.h @@ -30,7 +30,7 @@ Info.plist - gYM+zHUHHvhqlzch75JPIbJ3KXY= + ORhCq4ii9z/2Bbnmzww5zh0FPaI= Modules/module.modulemap @@ -76,11 +76,11 @@ hash - uBXgt5Xi9M/LiREZfp3VDci4I5A= + BRCaV2SFcVfoUOnDLWs9rdh4b0Q= hash2 - V4w5wQzGgCGHQJZ2BigXiS+BDK58DfSlRaxCyRcezlw= + sQXQgO2PxI/ue0bApSgSsvmlUN2OfRjolidDXo3g8Uc= Headers/AppsFlyerLinkGenerator.h diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib b/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib index cf900b4..263b32b 100644 Binary files a/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib and b/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/AppsFlyerLib differ diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h b/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h +++ b/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist b/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist index 0739bb5..f79a5ff 100644 --- a/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist +++ b/Strict/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 22D68 + 22E252 CFBundleDevelopmentRegion en CFBundleExecutable diff --git a/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib b/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib index c6e1974..2bb5114 100644 Binary files a/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib and b/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/AppsFlyerLib differ diff --git a/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h b/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h +++ b/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Resources/Info.plist b/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Resources/Info.plist index 6653aa6..4a0b187 100644 --- a/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Resources/Info.plist +++ b/Strict/AppsFlyerLib.xcframework/macos-arm64_x86_64/AppsFlyerLib.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 22D68 + 22E252 CFBundleDevelopmentRegion en CFBundleExecutable diff --git a/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib b/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib index 3ac6110..eaac593 100644 Binary files a/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib and b/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist b/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist index 4d3d463..1d57949 100644 Binary files a/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist and b/Strict/AppsFlyerLib.xcframework/tvos-arm64/AppsFlyerLib.framework/Info.plist differ diff --git a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib index 7daa247..59d1859 100644 Binary files a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib and b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist index fb381f7..345f8db 100644 Binary files a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist and b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Info.plist differ diff --git a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory index 46fbd8f..1e8533e 100644 Binary files a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory and b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeDirectory differ diff --git a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 index 8c5d6ce..e852ffe 100644 Binary files a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 and b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources index c2f2d09..163d4e3 100644 --- a/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources +++ b/Strict/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/_CodeSignature/CodeResources @@ -18,7 +18,7 @@ Headers/AppsFlyerLib.h - uBXgt5Xi9M/LiREZfp3VDci4I5A= + BRCaV2SFcVfoUOnDLWs9rdh4b0Q= Headers/AppsFlyerLinkGenerator.h @@ -30,7 +30,7 @@ Info.plist - kRFnZFaZMjiTfFi1OKo9aDLrLZg= + tsJHh+xunTsVuCBtNE0BskCFI04= Modules/module.modulemap @@ -76,11 +76,11 @@ hash - uBXgt5Xi9M/LiREZfp3VDci4I5A= + BRCaV2SFcVfoUOnDLWs9rdh4b0Q= hash2 - V4w5wQzGgCGHQJZ2BigXiS+BDK58DfSlRaxCyRcezlw= + sQXQgO2PxI/ue0bApSgSsvmlUN2OfRjolidDXo3g8Uc= Headers/AppsFlyerLinkGenerator.h diff --git a/iOS/AppsFlyerLib.framework/AppsFlyerLib b/iOS/AppsFlyerLib.framework/AppsFlyerLib index 0c9475c..faa0414 100644 Binary files a/iOS/AppsFlyerLib.framework/AppsFlyerLib and b/iOS/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/iOS/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/iOS/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/iOS/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/iOS/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/iOS/AppsFlyerLib.framework/Info.plist b/iOS/AppsFlyerLib.framework/Info.plist index 968f409..ed26839 100644 Binary files a/iOS/AppsFlyerLib.framework/Info.plist and b/iOS/AppsFlyerLib.framework/Info.plist differ diff --git a/tvOS/AppsFlyerLib.framework/AppsFlyerLib b/tvOS/AppsFlyerLib.framework/AppsFlyerLib index aabee5a..f95bbcb 100644 Binary files a/tvOS/AppsFlyerLib.framework/AppsFlyerLib and b/tvOS/AppsFlyerLib.framework/AppsFlyerLib differ diff --git a/tvOS/AppsFlyerLib.framework/Headers/AppsFlyerLib.h b/tvOS/AppsFlyerLib.framework/Headers/AppsFlyerLib.h index 0b900a9..e72bea0 100644 --- a/tvOS/AppsFlyerLib.framework/Headers/AppsFlyerLib.h +++ b/tvOS/AppsFlyerLib.framework/Headers/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.10.1 (109) +// AppsFlyer iOS SDK 6.11.0 (114) // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. // @@ -140,7 +140,7 @@ typedef enum { EmailCryptTypeSHA256 = 3 } EmailCryptType; -typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { +typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) { AFSDKPluginIOSNative, AFSDKPluginUnity, AFSDKPluginFlutter, @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) { AFSDKPluginAdobeSwiftAEP } NS_SWIFT_NAME(Plugin); -@class AFSDKPluginInfo; NS_SWIFT_NAME(DeepLinkDelegate) @protocol AppsFlyerDeepLinkDelegate @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:)); /** Internal API. Please don't use. */ -- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams +- (void)setPluginInfoWith:(AFSDKPlugin)plugin + pluginVersion:(NSString *)version + additionalParams:(NSDictionary * _Nullable)additionalParams NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:)); + /** Enable the collection of Facebook Deferred AppLinks Requires Facebook SDK and Facebook app on target/client device. diff --git a/tvOS/AppsFlyerLib.framework/Info.plist b/tvOS/AppsFlyerLib.framework/Info.plist index 4d3d463..1d57949 100644 Binary files a/tvOS/AppsFlyerLib.framework/Info.plist and b/tvOS/AppsFlyerLib.framework/Info.plist differ