Skip to content

CoreLocationUI iOS xcode26.0 b2

Alex Soto edited this page Jun 24, 2025 · 1 revision

#CoreLocationUI.framework

diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreLocationUI.framework/Headers/CLLocationButton.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreLocationUI.framework/Headers/CLLocationButton.h
--- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreLocationUI.framework/Headers/CLLocationButton.h	2025-05-30 04:51:15
+++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreLocationUI.framework/Headers/CLLocationButton.h	2025-06-15 20:02:39
@@ -13,6 +13,7 @@
  *
  */
 
+API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(visionos, watchos)
 /// Constants that specify styles for the location arrow icon on the button.
 typedef NS_ENUM(NSInteger, CLLocationButtonIcon) {
 	
@@ -36,6 +37,7 @@
  *
  */
 
+API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(visionos, watchos)
 /// Constants that specify the text of the button label.
 typedef NS_ENUM(NSInteger, CLLocationButtonLabel) {
 	
Clone this wiki locally