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/FBSDKAppEventName.h |   60 +++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h
index 985c20a..987e6f7 100644
--- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h
+++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h
@@ -18,75 +18,89 @@
 
 // MARK: - General Purpose
 
-/** Log this event when the user clicks an ad. */
+/// Log this event when the user clicks an ad.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameAdClick;
 
-/** Log this event when the user views an ad. */
+/// Log this event when the user views an ad.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameAdImpression;
 
-/** Log this event when a user has completed registration with the app. */
+/// Log this event when a user has completed registration with the app.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameCompletedRegistration;
 
-/** Log this event when the user has completed a tutorial in the app. */
+/// Log this event when the user has completed a tutorial in the app.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameCompletedTutorial;
 
-/** A telephone/SMS, email, chat or other type of contact between a customer and your business. */
+/// A telephone/SMS, email, chat or other type of contact between a customer and your business.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameContact;
 
-/** The customization of products through a configuration tool or other application your business owns. */
+/// The customization of products through a configuration tool or other application your business owns.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameCustomizeProduct;
 
-/** The donation of funds to your organization or cause. */
+/// The donation of funds to your organization or cause.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameDonate;
 
-/** When a person finds one of your locations via web or application, with an intention to visit (example: find product at a local store). */
+/// When a person finds one of your locations via web or application, with an intention to visit (example: find product at a local store).
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameFindLocation;
 
-/** Log this event when the user has rated an item in the app.  The valueToSum passed to logEvent should be the numeric rating. */
+/// Log this event when the user has rated an item in the app.  The valueToSum passed to logEvent should be the numeric rating.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameRated;
 
-/** The booking of an appointment to visit one of your locations. */
+/// The booking of an appointment to visit one of your locations.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameSchedule;
 
-/** Log this event when a user has performed a search within the app. */
+/// Log this event when a user has performed a search within the app.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameSearched;
 
-/** The start of a free trial of a product or service you offer (example: trial subscription). */
+/// The start of a free trial of a product or service you offer (example: trial subscription).
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameStartTrial;
 
-/** The submission of an application for a product, service or program you offer (example: credit card, educational program or job). */
+/// The submission of an application for a product, service or program you offer (example: credit card, educational program or job).
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameSubmitApplication;
 
-/** The start of a paid subscription for a product or service you offer. */
+/// The start of a paid subscription for a product or service you offer.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameSubscribe;
 
-/** Log this event when a user has viewed a form of content in the app. */
+/// Log this event when a user has viewed a form of content in the app.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameViewedContent;
 
 // MARK: - E-Commerce
 
-/** Log this event when the user has entered their payment info. */
+/// Log this event when the user has entered their payment info.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameAddedPaymentInfo;
 
-/** Log this event when the user has added an item to their cart.  The valueToSum passed to logEvent should be the item's price. */
+/// Log this event when the user has added an item to their cart.  The valueToSum passed to logEvent should be the item's price.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameAddedToCart;
 
-/** Log this event when the user has added an item to their wishlist.  The valueToSum passed to logEvent should be the item's price. */
+/// Log this event when the user has added an item to their wishlist.  The valueToSum passed to logEvent should be the item's price.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameAddedToWishlist;
 
-/** Log this event when the user has entered the checkout process.  The valueToSum passed to logEvent should be the total price in the cart. */
+/// Log this event when the user has entered the checkout process.  The valueToSum passed to logEvent should be the total price in the cart.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameInitiatedCheckout;
 
-/** Log this event when the user has completed a transaction.  The valueToSum passed to logEvent should be the total price of the transaction. */
+/// Log this event when the user has completed a transaction.  The valueToSum passed to logEvent should be the total price of the transaction.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNamePurchased;
 
 // MARK: - Gaming
 
-/** Log this event when the user has achieved a level in the app. */
+/// Log this event when the user has achieved a level in the app.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameAchievedLevel;
 
-/** Log this event when the user has unlocked an achievement in the app. */
+/// Log this event when the user has unlocked an achievement in the app.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameUnlockedAchievement;
 
-/** Log this event when the user has spent app credits.  The valueToSum passed to logEvent should be the number of credits spent. */
+/// Log this event when the user has spent app credits.  The valueToSum passed to logEvent should be the number of credits spent.
 FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameSpentCredits;
+
+// MARK: - Internal
+
+/**
+ Internal values exposed to facilitate transition to Swift.
+ API Subject to change or removal without warning. Do not use.
+
+ @warning INTERNAL - DO NOT USE
+ */
+FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameInitializeSDK;
+FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameBackgroundStatusAvailable;
+FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameBackgroundStatusDenied;
+FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameBackgroundStatusRestricted;
+FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameSDKSettingsChanged;

--
Gitblit v1.8.0