-
Notifications
You must be signed in to change notification settings - Fork 576
Messages iOS xcode27.0 b5
Alex Soto edited this page Aug 10, 2026
·
1 revision
#Messages.framework
diff -ruN /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSUPIRequest.h /Applications/Xcode_27.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSUPIRequest.h
--- /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSUPIRequest.h 2026-07-16 02:49:13
+++ /Applications/Xcode_27.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Messages.framework/Headers/MSUPIRequest.h 2026-08-05 04:11:57
@@ -15,7 +15,7 @@
@abstract Request for UPI (Unified Payments Interface) device validation.
@discussion In order to use this API, you must use the managed entitlement `com.apple.developer.upi-device-validation`. This API is only functional on devices with SMS capability, and only compatible with non-iMessagable recipients.
*/
-API_AVAILABLE(ios(27.0), macCatalyst(27.0), visionos(27.0)) API_UNAVAILABLE(macos, watchos, tvos);
+API_AVAILABLE(ios(27.0), macCatalyst(27.0), visionos(27.0)) API_UNAVAILABLE(macos, watchos, tvos)
MESSAGES_EXTERN
@interface MSUPIRequest : NSObject