-
Notifications
You must be signed in to change notification settings - Fork 542
CoreLocationUI iOS xcode26.0 b1
Alex Soto edited this page Jun 9, 2025
·
1 revision
#CoreLocationUI.framework
diff -ruN /Applications/Xcode_16.4.0.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
--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreLocationUI.framework/Headers/CLLocationButton.h 2025-04-19 03:52:11
+++ /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
@@ -5,8 +5,6 @@
// Copyright (c) 2021 Apple Inc. All rights reserved.
//
-#if __has_include(<UIKit/UIControl.h>)
-
/*
* CLLocationButtonIcon
*
@@ -62,11 +60,7 @@
CLLocationButtonLabelShareMyCurrentLocation,
};
-#if defined(TARGET_OS_VISION) && TARGET_OS_VISION
-API_AVAILABLE(ios(15.0),watchos(8.0)) API_UNAVAILABLE(visionos)
-#else
-API_AVAILABLE(ios(15.0),watchos(8.0))
-#endif
+API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(visionos, watchos)
/// A button that grants one-time location authorization.
///
/// `CLLocationButton` simplifies requesting one-time authorization to access
@@ -138,5 +132,3 @@
/// The corner radius of the button.
@property (nonatomic, readwrite) CGFloat cornerRadius;
@end
-
-#endif