From 6292e6e7d16f11bafc58b9489a8b9b44f7c81774 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 16 Jul 2026 09:30:27 +0800
Subject: [PATCH] 提交版本 4.13.0
---
WAAfImpl/AppsFlyerLib.xcframework/ios-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib-Swift.h | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/WAAfImpl/AppsFlyerLib.xcframework/ios-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib-Swift.h b/WAAfImpl/AppsFlyerLib.xcframework/ios-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib-Swift.h
index b9dc21e..125817a 100644
--- a/WAAfImpl/AppsFlyerLib.xcframework/ios-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib-Swift.h
+++ b/WAAfImpl/AppsFlyerLib.xcframework/ios-arm64/AppsFlyerLib.framework/Headers/AppsFlyerLib-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
#ifndef APPSFLYERLIB_SWIFT_H
#define APPSFLYERLIB_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)
@@ -290,6 +293,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")
@@ -302,7 +306,7 @@
@class NSNumber;
@class NSCoder;
-SWIFT_CLASS("_TtC12AppsFlyerLib16AppsFlyerConsent")
+SWIFT_CLASS_NAMED("AppsFlyerConsent")
@interface AppsFlyerConsent : NSObject <NSCoding>
@property (nonatomic, readonly) BOOL isUserSubjectToGDPR;
@property (nonatomic, readonly) BOOL hasConsentForDataUsage;
--
Gitblit v1.8.0