Skip to content

CoreLocation iOS xcode16.1 b2

Alex Soto edited this page Sep 18, 2024 · 1 revision

#CoreLocation.framework

diff -ruN /Applications/Xcode_16.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLServiceSession.h /Applications/Xcode_16.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLServiceSession.h
--- /Applications/Xcode_16.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLServiceSession.h	2024-08-08 01:06:55
+++ /Applications/Xcode_16.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLServiceSession.h	2024-09-05 22:55:43
@@ -18,9 +18,7 @@
 typedef NS_ENUM(NSInteger, CLServiceSessionAuthorizationRequirement) {
 	CLServiceSessionAuthorizationRequirementNone = 0,
 	CLServiceSessionAuthorizationRequirementWhenInUse,
-#if TARGET_OS_IOS || TARGET_OS_WATCH
-	CLServiceSessionAuthorizationRequirementAlways,
-#endif
+	CLServiceSessionAuthorizationRequirementAlways API_UNAVAILABLE(tvos),
 } NS_REFINED_FOR_SWIFT;
 
 API_AVAILABLE(ios(18.0), watchos(11.0), tvos(18.0)
Clone this wiki locally