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

---
 WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRequestConfiguration.h |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRequestConfiguration.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRequestConfiguration.h
index e6e6f63..862ee24 100644
--- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRequestConfiguration.h
+++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRequestConfiguration.h
@@ -20,10 +20,6 @@
 /// Rating for content suitable only for mature audiences.
 FOUNDATION_EXPORT GADMaxAdContentRating _Nonnull const GADMaxAdContentRatingMatureAudience;
 
-/// Add this constant to the testDevices property's array to receive test ads on the simulator.
-FOUNDATION_EXPORT NSString *_Nonnull const GADSimulatorID GAD_DEPRECATED_MSG_ATTRIBUTE(
-    "Deprecated. Simulators are already in test mode by default.");
-
 /// Publisher privacy treatment personalization states.
 typedef NS_ENUM(NSInteger, GADPublisherPrivacyPersonalizationState) {
   /// Indicates that ad requests should receive the default publisher privacy treatment.
@@ -32,9 +28,10 @@
   GADPublisherPrivacyPersonalizationStateEnabled = 1,
   /// Indicates that ad requests should receive non-personalized publisher privacy treatment.
   GADPublisherPrivacyPersonalizationStateDisabled = 2,
-};
+} NS_SWIFT_NAME(PublisherPrivacyPersonalizationState);
 
 /// Request configuration. The settings in this class will apply to all ad requests.
+NS_SWIFT_NAME(RequestConfiguration)
 @interface GADRequestConfiguration : NSObject
 
 /// The maximum ad content rating. All Google ads will have this content rating or lower.

--
Gitblit v1.8.0