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

---
 frameworks/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/frameworks/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h b/frameworks/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
index ed59af0..f8d0f62 100644
--- a/frameworks/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
+++ b/frameworks/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
@@ -2,12 +2,16 @@
 
 /// Debug values for testing geography.
 typedef NS_ENUM(NSInteger, UMPDebugGeography) {
-  UMPDebugGeographyDisabled = 0,  ///< Disable geography debugging.
-  UMPDebugGeographyEEA = 1,       ///< Geography appears as in EEA for debug devices.
-  UMPDebugGeographyNotEEA = 2,    ///< Geography appears as not in EEA for debug devices.
-};
+  UMPDebugGeographyDisabled = 0,          ///< Disable geography debugging.
+  UMPDebugGeographyEEA = 1,               ///< Geography appears as in EEA for debug devices.
+  UMPDebugGeographyRegulatedUSState = 3,  ///< Geography appears as in a regulated US State.
+  UMPDebugGeographyOther = 4,  ///< Geography appears as in a region with no regulation in force.
+  UMPDebugGeographyNotEEA
+  __attribute__((deprecated("Deprecated. Use UMPDebugGeographyOther."))) = 2,  ///< Deprecated.
+} NS_SWIFT_NAME(DebugGeography);
 
 /// Overrides settings for debugging or testing.
+NS_SWIFT_NAME(DebugSettings)
 @interface UMPDebugSettings : NSObject <NSCopying>
 
 /// Array of device identifier strings. Debug features are enabled for devices with these

--
Gitblit v1.8.0