From bc15b33a35cdec26eb9c0c97870326996fb4ddf7 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Tue, 01 Jul 2025 15:28:44 +0800
Subject: [PATCH] 提交版本 4.5.0

---
 frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLinkGenerator.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLinkGenerator.h b/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLinkGenerator.h
index b917074..d3ec8f4 100644
--- a/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLinkGenerator.h
+++ b/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLinkGenerator.h
@@ -22,7 +22,7 @@
 /// from `-[AppsFlyerShareInviteHelper generateInviteUrlWithLinkGenerator:completionHandler]`
 + (instancetype)new NS_UNAVAILABLE;
 
-@property(nonatomic, nullable) NSString *brandDomain;
+@property(nonatomic, nullable, copy) NSString *brandDomain;
 
 /// The channel through which the invite was sent (e.g. Facebook/Gmail/etc.). Usage: Recommended
 - (void)setChannel           :(nonnull NSString *)channel;

--
Gitblit v1.8.0