From 1974a9b107ce81ccc909b6140285fce644547acb Mon Sep 17 00:00:00 2001
From: lpw
Date: Thu, 16 May 2024 09:02:18 +0800
Subject: [PATCH] 3.18.1

---
 frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKServerConfiguration.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKServerConfiguration.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKServerConfiguration.h
index 41d52df..3344b4a 100644
--- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKServerConfiguration.h
+++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKServerConfiguration.h
@@ -107,6 +107,8 @@
                restrictiveParams:(nullable NSDictionary<NSString *, id> *)restrictiveParams
                         AAMRules:(nullable NSDictionary<NSString *, id> *)AAMRules
           suggestedEventsSetting:(nullable NSDictionary<NSString *, id> *)suggestedEventsSetting
+              protectedModeRules:(nullable NSDictionary<NSString *, id> *)protectedModeRules
+           migratedAutoLogValues:(nullable NSDictionary<NSString *, id> *)migratedAutoLogValues
   NS_DESIGNATED_INITIALIZER;
 
 @property (nonatomic, readonly, getter = isAdvertisingIDEnabled, assign) BOOL advertisingIDEnabled;
@@ -132,6 +134,8 @@
 @property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *restrictiveParams;
 @property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *AAMRules;
 @property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *suggestedEventsSetting;
+@property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *protectedModeRules;
+@property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *migratedAutoLogValues;
 @property (nonatomic, readonly) NSInteger version;
 
 - (nullable FBSDKDialogConfiguration *)dialogConfigurationForDialogName:(NSString *)dialogName;

--
Gitblit v1.8.0