Skip to content

CoreLocation macOS xcode15.1 b3

Alex Soto edited this page Jan 3, 2024 · 2 revisions

#CoreLocation.framework https://github.com/xamarin/xamarin-macios/pull/19717

diff -ruN /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLMonitoringEvent.h /Applications/Xcode_15.1.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLMonitoringEvent.h
--- /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLMonitoringEvent.h	2023-10-17 21:08:30
+++ /Applications/Xcode_15.1.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLMonitoringEvent.h	2023-11-06 04:20:30
@@ -20,6 +20,7 @@
 	CLMonitoringStateUnknown,
 	CLMonitoringStateSatisfied,
 	CLMonitoringStateUnsatisfied,
+	CLMonitoringStateUnmonitored API_AVAILABLE(macos(14.2), ios(17.2)) API_UNAVAILABLE(tvos, watchos)
 } NS_REFINED_FOR_SWIFT;
 
 /*
Clone this wiki locally