From e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e Mon Sep 17 00:00:00 2001 From: lpw Date: Sat, 03 Jun 2023 09:18:20 +0800 Subject: [PATCH] 3.15.0 --- frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKFeature.h | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKFeature.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKFeature.h index aafd0c5..87c5c0f 100644 --- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKFeature.h +++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKFeature.h @@ -35,9 +35,9 @@ typedef NS_ENUM(NSUInteger, FBSDKFeature) { FBSDKFeatureNone = 0x00000000, // Features in CoreKit - /** Essential of CoreKit */ + /// Essential of CoreKit FBSDKFeatureCore = 0x01000000, - /** App Events */ + /// App Events FBSDKFeatureAppEvents = 0x01010000, FBSDKFeatureCodelessEvents = 0x01010100, FBSDKFeatureRestrictiveDataFiltering = 0x01010200, @@ -51,23 +51,27 @@ FBSDKFeatureSKAdNetworkConversionValue = 0x01010601, FBSDKFeatureATELogging = 0x01010700, FBSDKFeatureAEM = 0x01010800, - FBSDKFeatureAEMCatalogReport = 0x01010801, - /** Instrument */ + FBSDKFeatureAEMConversionFiltering = 0x01010801, + FBSDKFeatureAEMCatalogMatching = 0x01010802, + FBSDKFeatureAEMAdvertiserRuleMatchInServer = 0x01010803, + FBSDKFeatureAEMAutoSetup = 0x01010804, + FBSDKFeatureAppEventsCloudbridge = 0x01010900, + /// Instrument FBSDKFeatureInstrument = 0x01020000, FBSDKFeatureCrashReport = 0x01020100, FBSDKFeatureCrashShield = 0x01020101, FBSDKFeatureErrorReport = 0x01020200, // Features in LoginKit - /** Essential of LoginKit */ + /// Essential of LoginKit FBSDKFeatureLogin = 0x02000000, // Features in ShareKit - /** Essential of ShareKit */ + /// Essential of ShareKit FBSDKFeatureShare = 0x03000000, // Features in GamingServicesKit - /** Essential of GamingServicesKit */ + /// Essential of GamingServicesKit FBSDKFeatureGamingServices = 0x04000000, } NS_SWIFT_NAME(SDKFeature); -- Gitblit v1.8.0