From 97fc0a41111c5a929ee8be9d6511775697ffa760 Mon Sep 17 00:00:00 2001 From: lpw Date: Mon, 15 Apr 2024 11:24:46 +0800 Subject: [PATCH] 提交3.18.0 --- frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKInternalUtilityProtocol.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKInternalUtilityProtocol.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKInternalUtilityProtocol.h index 32a2e85..a00e7a7 100644 --- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKInternalUtilityProtocol.h +++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKInternalUtilityProtocol.h @@ -116,6 +116,8 @@ /// validates that Facebook reserved URL schemes are not registered, throws an NSException if they are. - (void)validateFacebookReservedURLSchemes; +- (void)validateDomainConfiguration; + /** Parses an FB url's query params (and potentially fragment) into a dictionary. @param url The FB url. -- Gitblit v1.8.0