-
Notifications
You must be signed in to change notification settings - Fork 515
CoreLocation tvOS xcode16.1 b2
Alex Soto edited this page Sep 18, 2024
·
2 revisions
#CoreLocation.framework
diff -ruN /Applications/Xcode_16.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLServiceSession.h /Applications/Xcode_16.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLServiceSession.h
--- /Applications/Xcode_16.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS.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)
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status