From e1c823bb42a030dbc351c2a9f542fa3afddf2dd0 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 11 Sep 2025 09:03:41 +0800
Subject: [PATCH] 提交版本 4.7.0

---
 frameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-simulator/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-Swift.h |   66 +++++++--------------------------
 1 files changed, 14 insertions(+), 52 deletions(-)

diff --git a/frameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-simulator/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-Swift.h b/frameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-simulator/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-Swift.h
index a6774d4..11c4a23 100644
--- a/frameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-simulator/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-Swift.h
+++ b/frameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-simulator/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-Swift.h
@@ -1,6 +1,6 @@
 #if 0
 #elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
 #ifndef FBSDKLOGINKIT_SWIFT_H
 #define FBSDKLOGINKIT_SWIFT_H
 #pragma clang diagnostic push
@@ -42,6 +42,8 @@
 #include <string.h>
 #endif
 #if defined(__cplusplus)
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
 #if defined(__arm64e__) && __has_include(<ptrauth.h>)
 # include <ptrauth.h>
 #else
@@ -55,6 +57,7 @@
 # endif
 #pragma clang diagnostic pop
 #endif
+#pragma clang diagnostic pop
 #endif
 
 #if !defined(SWIFT_TYPEDEFS)
@@ -62,6 +65,7 @@
 # if __has_include(<uchar.h>)
 #  include <uchar.h>
 # elif !defined(__cplusplus)
+typedef unsigned char char8_t;
 typedef uint_least16_t char16_t;
 typedef uint_least32_t char32_t;
 # endif
@@ -295,6 +299,7 @@
 #pragma clang diagnostic ignored "-Wunknown-pragmas"
 #pragma clang diagnostic ignored "-Wnullability"
 #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
 
 #if __has_attribute(external_source_symbol)
 # pragma push_macro("any")
@@ -306,7 +311,6 @@
 #if defined(__OBJC__)
 
 @class NSString;
-
 /// Represents a code verifier used in the PKCE (Proof Key for Code Exchange)
 /// process. This is a cryptographically random string using the characters
 /// A-Z, a-z, 0-9, and the punctuation characters -._~ (hyphen, period,
@@ -341,7 +345,6 @@
 
 @class NSURL;
 @class NSDate;
-
 /// Describes the initial response when starting the device login flow.
 /// This is used by <code>DeviceLoginManager</code>.
 SWIFT_CLASS_NAMED("DeviceLoginCodeInfo")
@@ -374,7 +377,6 @@
 };
 
 @protocol FBSDKDeviceLoginManagerDelegate;
-
 /// Use this class to perform a device login flow.
 /// The device login flow starts by requesting a code from the device login API.
 /// This class informs the delegate when this code is received. You should then present the
@@ -405,14 +407,11 @@
 
 @class NSNetService;
 @class NSNumber;
-
 @interface FBSDKDeviceLoginManager (SWIFT_EXTENSION(FBSDKLoginKit)) <NSNetServiceDelegate>
 - (void)netService:(NSNetService * _Nonnull)service didNotPublish:(NSDictionary<NSString *, NSNumber *> * _Nonnull)errorValues;
 @end
 
-
 @class FBSDKDeviceLoginManagerResult;
-
 /// A delegate for <code>DeviceLoginManager</code>.
 SWIFT_PROTOCOL_NAMED("DeviceLoginManagerDelegate")
 @protocol FBSDKDeviceLoginManagerDelegate
@@ -429,7 +428,6 @@
 @end
 
 @class FBSDKAccessToken;
-
 /// Represents the results of the a device login flow. This is used by <code>DeviceLoginManager</code>
 SWIFT_CLASS_NAMED("DeviceLoginManagerResult")
 @interface FBSDKDeviceLoginManagerResult : NSObject
@@ -450,7 +448,6 @@
 enum FBSDKTooltipColorStyle : NSUInteger;
 enum FBSDKLoginTracking : NSUInteger;
 @class NSCoder;
-
 /// A button that initiates a log in or log out flow upon tapping.
 /// <code>LoginButton</code> works with <code>AccessToken.current</code> to determine what to display,
 /// and automatically starts authentication when tapped (i.e., you do not need to manually subscribe action targets).
@@ -510,7 +507,6 @@
 };
 
 enum FBSDKTooltipViewArrowDirection : NSUInteger;
-
 /// Tooltip bubble with text in it used to display tips for UI elements,
 /// with a pointed arrow (to refer to the UI element).
 /// The tooltip fades in and will automatically fade out. See <code>displayDuration</code>.
@@ -582,7 +578,6 @@
 };
 
 @protocol FBSDKLoginTooltipViewDelegate;
-
 /// Represents a tooltip to be displayed next to a Facebook login button
 /// to highlight features for new users.
 /// The <code>FBSDKLoginButton</code> may display this view automatically. If you do
@@ -606,7 +601,6 @@
 - (nonnull instancetype)initWithTagline:(NSString * _Nullable)tagline message:(NSString * _Nullable)message colorStyle:(enum FBSDKTooltipColorStyle)colorStyle OBJC_DESIGNATED_INITIALIZER;
 - (void)presentInView:(UIView * _Nonnull)view withArrowPosition:(CGPoint)arrowPosition direction:(enum FBSDKTooltipViewArrowDirection)direction;
 @end
-
 
 /// Internal Type exposed to facilitate transition to Swift.
 /// API Subject to change or removal without warning. Do not use.
@@ -635,11 +629,7 @@
 + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
 @end
 
-
-
-
 @class FBSDKLoginManagerLoginResult;
-
 /// A delegate for <code>FBSDKLoginButton</code>
 SWIFT_PROTOCOL_NAMED("LoginButtonDelegate")
 @protocol FBSDKLoginButtonDelegate <NSObject>
@@ -657,7 +647,6 @@
 /// @return <code>true</code> if the login should be allowed to proceed, <code>false</code> otherwise
 - (BOOL)loginButtonWillLogin:(FBSDKLoginButton * _Nonnull)loginButton SWIFT_WARN_UNUSED_RESULT;
 @end
-
 
 /// A configuration to use for modifying the behavior of a login attempt.
 SWIFT_CLASS_NAMED("LoginConfiguration")
@@ -756,7 +745,6 @@
 };
 
 @class UIViewController;
-
 /// Provides methods for logging the user in and out.
 /// It works directly with <code>AccessToken</code> (for data access) and <code>AuthenticationToken</code> (for authentication);
 /// it sets the “current” tokens upon successful authorizations (or sets to <code>nil</code> in case of <code>logOut</code>).
@@ -815,7 +803,7 @@
 /// @warning This method will reauthorize using a <code>LoginConfiguration</code> with <code>FBSDKLoginTracking</code> set to <code>.enabled</code>.
 /// @warning This method will present UI the user. You typically should call this if <code>AccessToken.isDataAccessExpired</code>
 /// is true.
-- (void)reauthorizeDataAccess:(UIViewController * _Nonnull)viewController handler:(FBSDKLoginManagerLoginResultBlock _Nonnull)handler;
+- (void)reauthorizeDataAccess:(UIViewController * _Nullable)viewController handler:(FBSDKLoginManagerLoginResultBlock _Nonnull)handler;
 /// Logs the user out
 /// This nils out the singleton instances of <code>AccessToken</code>, <code>AuthenticationToken</code> and <code>Profle</code>.
 /// @note This is only a client side logout. It will not log the user out of their Facebook account.
@@ -823,10 +811,7 @@
 - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
 @end
 
-
-
 @class UIApplication;
-
 @interface FBSDKLoginManager (SWIFT_EXTENSION(FBSDKLoginKit)) <FBSDKURLOpening>
 + (FBSDKLoginManager * _Nonnull)makeOpener SWIFT_WARN_UNUSED_RESULT;
 - (BOOL)application:(UIApplication * _Nullable)application openURL:(NSURL * _Nullable)url sourceApplication:(NSString * _Nullable)sourceApplication annotation:(id _Nullable)annotation SWIFT_WARN_UNUSED_RESULT;
@@ -837,7 +822,6 @@
 @end
 
 @class FBSDKAuthenticationToken;
-
 /// Describes the result of a login attempt.
 SWIFT_CLASS_NAMED("LoginManagerLoginResult")
 @interface FBSDKLoginManagerLoginResult : NSObject
@@ -863,7 +847,6 @@
 - (nonnull instancetype)init SWIFT_UNAVAILABLE;
 + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
 @end
-
 
 /// The <code>LoginTooltipViewDelegate</code> protocol defines the methods used to receive event
 /// notifications from <code>FBLoginTooltipView</code> objects.
@@ -892,9 +875,7 @@
   FBSDKLoginTrackingLimited = 1,
 };
 
-
 @class FBSDKProfile;
-
 /// Internal Type exposed to facilitate transition to Swift.
 /// API Subject to change or removal without warning. Do not use.
 /// <ul>
@@ -937,7 +918,7 @@
 #endif
 
 #elif defined(__x86_64__) && __x86_64__
-// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
 #ifndef FBSDKLOGINKIT_SWIFT_H
 #define FBSDKLOGINKIT_SWIFT_H
 #pragma clang diagnostic push
@@ -979,6 +960,8 @@
 #include <string.h>
 #endif
 #if defined(__cplusplus)
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
 #if defined(__arm64e__) && __has_include(<ptrauth.h>)
 # include <ptrauth.h>
 #else
@@ -992,6 +975,7 @@
 # endif
 #pragma clang diagnostic pop
 #endif
+#pragma clang diagnostic pop
 #endif
 
 #if !defined(SWIFT_TYPEDEFS)
@@ -999,6 +983,7 @@
 # if __has_include(<uchar.h>)
 #  include <uchar.h>
 # elif !defined(__cplusplus)
+typedef unsigned char char8_t;
 typedef uint_least16_t char16_t;
 typedef uint_least32_t char32_t;
 # endif
@@ -1232,6 +1217,7 @@
 #pragma clang diagnostic ignored "-Wunknown-pragmas"
 #pragma clang diagnostic ignored "-Wnullability"
 #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
 
 #if __has_attribute(external_source_symbol)
 # pragma push_macro("any")
@@ -1243,7 +1229,6 @@
 #if defined(__OBJC__)
 
 @class NSString;
-
 /// Represents a code verifier used in the PKCE (Proof Key for Code Exchange)
 /// process. This is a cryptographically random string using the characters
 /// A-Z, a-z, 0-9, and the punctuation characters -._~ (hyphen, period,
@@ -1278,7 +1263,6 @@
 
 @class NSURL;
 @class NSDate;
-
 /// Describes the initial response when starting the device login flow.
 /// This is used by <code>DeviceLoginManager</code>.
 SWIFT_CLASS_NAMED("DeviceLoginCodeInfo")
@@ -1311,7 +1295,6 @@
 };
 
 @protocol FBSDKDeviceLoginManagerDelegate;
-
 /// Use this class to perform a device login flow.
 /// The device login flow starts by requesting a code from the device login API.
 /// This class informs the delegate when this code is received. You should then present the
@@ -1342,14 +1325,11 @@
 
 @class NSNetService;
 @class NSNumber;
-
 @interface FBSDKDeviceLoginManager (SWIFT_EXTENSION(FBSDKLoginKit)) <NSNetServiceDelegate>
 - (void)netService:(NSNetService * _Nonnull)service didNotPublish:(NSDictionary<NSString *, NSNumber *> * _Nonnull)errorValues;
 @end
 
-
 @class FBSDKDeviceLoginManagerResult;
-
 /// A delegate for <code>DeviceLoginManager</code>.
 SWIFT_PROTOCOL_NAMED("DeviceLoginManagerDelegate")
 @protocol FBSDKDeviceLoginManagerDelegate
@@ -1366,7 +1346,6 @@
 @end
 
 @class FBSDKAccessToken;
-
 /// Represents the results of the a device login flow. This is used by <code>DeviceLoginManager</code>
 SWIFT_CLASS_NAMED("DeviceLoginManagerResult")
 @interface FBSDKDeviceLoginManagerResult : NSObject
@@ -1387,7 +1366,6 @@
 enum FBSDKTooltipColorStyle : NSUInteger;
 enum FBSDKLoginTracking : NSUInteger;
 @class NSCoder;
-
 /// A button that initiates a log in or log out flow upon tapping.
 /// <code>LoginButton</code> works with <code>AccessToken.current</code> to determine what to display,
 /// and automatically starts authentication when tapped (i.e., you do not need to manually subscribe action targets).
@@ -1447,7 +1425,6 @@
 };
 
 enum FBSDKTooltipViewArrowDirection : NSUInteger;
-
 /// Tooltip bubble with text in it used to display tips for UI elements,
 /// with a pointed arrow (to refer to the UI element).
 /// The tooltip fades in and will automatically fade out. See <code>displayDuration</code>.
@@ -1519,7 +1496,6 @@
 };
 
 @protocol FBSDKLoginTooltipViewDelegate;
-
 /// Represents a tooltip to be displayed next to a Facebook login button
 /// to highlight features for new users.
 /// The <code>FBSDKLoginButton</code> may display this view automatically. If you do
@@ -1543,7 +1519,6 @@
 - (nonnull instancetype)initWithTagline:(NSString * _Nullable)tagline message:(NSString * _Nullable)message colorStyle:(enum FBSDKTooltipColorStyle)colorStyle OBJC_DESIGNATED_INITIALIZER;
 - (void)presentInView:(UIView * _Nonnull)view withArrowPosition:(CGPoint)arrowPosition direction:(enum FBSDKTooltipViewArrowDirection)direction;
 @end
-
 
 /// Internal Type exposed to facilitate transition to Swift.
 /// API Subject to change or removal without warning. Do not use.
@@ -1572,11 +1547,7 @@
 + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
 @end
 
-
-
-
 @class FBSDKLoginManagerLoginResult;
-
 /// A delegate for <code>FBSDKLoginButton</code>
 SWIFT_PROTOCOL_NAMED("LoginButtonDelegate")
 @protocol FBSDKLoginButtonDelegate <NSObject>
@@ -1594,7 +1565,6 @@
 /// @return <code>true</code> if the login should be allowed to proceed, <code>false</code> otherwise
 - (BOOL)loginButtonWillLogin:(FBSDKLoginButton * _Nonnull)loginButton SWIFT_WARN_UNUSED_RESULT;
 @end
-
 
 /// A configuration to use for modifying the behavior of a login attempt.
 SWIFT_CLASS_NAMED("LoginConfiguration")
@@ -1693,7 +1663,6 @@
 };
 
 @class UIViewController;
-
 /// Provides methods for logging the user in and out.
 /// It works directly with <code>AccessToken</code> (for data access) and <code>AuthenticationToken</code> (for authentication);
 /// it sets the “current” tokens upon successful authorizations (or sets to <code>nil</code> in case of <code>logOut</code>).
@@ -1752,7 +1721,7 @@
 /// @warning This method will reauthorize using a <code>LoginConfiguration</code> with <code>FBSDKLoginTracking</code> set to <code>.enabled</code>.
 /// @warning This method will present UI the user. You typically should call this if <code>AccessToken.isDataAccessExpired</code>
 /// is true.
-- (void)reauthorizeDataAccess:(UIViewController * _Nonnull)viewController handler:(FBSDKLoginManagerLoginResultBlock _Nonnull)handler;
+- (void)reauthorizeDataAccess:(UIViewController * _Nullable)viewController handler:(FBSDKLoginManagerLoginResultBlock _Nonnull)handler;
 /// Logs the user out
 /// This nils out the singleton instances of <code>AccessToken</code>, <code>AuthenticationToken</code> and <code>Profle</code>.
 /// @note This is only a client side logout. It will not log the user out of their Facebook account.
@@ -1760,10 +1729,7 @@
 - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
 @end
 
-
-
 @class UIApplication;
-
 @interface FBSDKLoginManager (SWIFT_EXTENSION(FBSDKLoginKit)) <FBSDKURLOpening>
 + (FBSDKLoginManager * _Nonnull)makeOpener SWIFT_WARN_UNUSED_RESULT;
 - (BOOL)application:(UIApplication * _Nullable)application openURL:(NSURL * _Nullable)url sourceApplication:(NSString * _Nullable)sourceApplication annotation:(id _Nullable)annotation SWIFT_WARN_UNUSED_RESULT;
@@ -1774,7 +1740,6 @@
 @end
 
 @class FBSDKAuthenticationToken;
-
 /// Describes the result of a login attempt.
 SWIFT_CLASS_NAMED("LoginManagerLoginResult")
 @interface FBSDKLoginManagerLoginResult : NSObject
@@ -1800,7 +1765,6 @@
 - (nonnull instancetype)init SWIFT_UNAVAILABLE;
 + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
 @end
-
 
 /// The <code>LoginTooltipViewDelegate</code> protocol defines the methods used to receive event
 /// notifications from <code>FBLoginTooltipView</code> objects.
@@ -1829,9 +1793,7 @@
   FBSDKLoginTrackingLimited = 1,
 };
 
-
 @class FBSDKProfile;
-
 /// Internal Type exposed to facilitate transition to Swift.
 /// API Subject to change or removal without warning. Do not use.
 /// <ul>

--
Gitblit v1.8.0