Skip to content

NearbyInteraction macOS xcode27.0 b3

Alex Soto edited this page Jul 23, 2026 · 2 revisions

#NearbyInteraction.framework https://github.com/dotnet/macios/pull/26203

diff -ruN /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NearbyInteraction.framework/Headers/NIDLTDOAMeasurement.h /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NearbyInteraction.framework/Headers/NIDLTDOAMeasurement.h
--- /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NearbyInteraction.framework/Headers/NIDLTDOAMeasurement.h	2026-06-16 03:05:20
+++ /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NearbyInteraction.framework/Headers/NIDLTDOAMeasurement.h	2026-06-27 00:39:29
@@ -84,9 +84,19 @@
 @property (nonatomic, assign, readonly) double transmitTime;
 
 /**
+ Indicates the raw transmission timestamp (in units of 15.65 picoseconds).
+*/
+@property (nonatomic, assign, readonly) uint64_t rawTransmitTime API_AVAILABLE(ios(27.0)) API_UNAVAILABLE(watchos, tvos, macos, visionos, macCatalyst);
+
+/**
  Indicates the reception timestamp (in seconds).
 */
 @property (nonatomic, assign, readonly) double receiveTime;
+
+/**
+ Indicates the raw reception timestamp (in units of 15.65 picoseconds).
+*/
+@property (nonatomic, assign, readonly) uint64_t rawReceiveTime API_AVAILABLE(ios(27.0)) API_UNAVAILABLE(watchos, tvos, macos, visionos, macCatalyst);
 
 /**
  Indicates the signal strength in dBm.

Clone this wiki locally