Skip to content

NearbyInteraction iOS xcode16.0 b1

Rolf Bjarne Kvinge edited this page Jun 18, 2024 · 2 revisions

#NearbyInteraction.framework

diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/NearbyInteraction.framework/Headers/NIError.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/NearbyInteraction.framework/Headers/NIError.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/NearbyInteraction.framework/Headers/NIError.h	2024-04-18 06:20:52
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/NearbyInteraction.framework/Headers/NIError.h	2024-05-30 10:23:07
@@ -20,19 +20,19 @@
 typedef NS_ERROR_ENUM(NIErrorDomain, NIErrorCode) {
     /** The platform does not support this operation */
     NIErrorCodeUnsupportedPlatform = -5889,
-    
+
     /** Configuration is unsupported */
     NIErrorCodeInvalidConfiguration = -5888,
 
     /** The session has failed and cannot be restarted */
     NIErrorCodeSessionFailed = -5887,
-    
+
     /** The session has been active for over the allowed period */
     NIErrorCodeResourceUsageTimeout = -5886,
-    
+
     /** The maximum number of active sessions was exceeded */
     NIErrorCodeActiveSessionsLimitExceeded = -5885,
-    
+
     /** The user did not authorize the session */
     NIErrorCodeUserDidNotAllow = -5884,
 
@@ -41,7 +41,7 @@
 
     /** A Nearby Accessory session has been associated with a peer device (such as a Bluetooth peer) that is not available */
     NIErrorCodeAccessoryPeerDeviceUnavailable API_AVAILABLE(ios(16.0)) API_UNAVAILABLE(watchos, tvos, macos) = -5882,
-    
+
     /**
      The NINearbyPeerConfiguration provided is not compatible with the capabilities of the peer device
      */
Clone this wiki locally