-
Notifications
You must be signed in to change notification settings - Fork 518
ClassKit macOS xcode13.3 beta1
Alex Soto edited this page Jan 27, 2022
·
2 revisions
#ClassKit.framework
diff -ruN /Applications/Xcode_13.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ClassKit.framework/Headers/CLSDataStore.h /Applications/Xcode_13.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ClassKit.framework/Headers/CLSDataStore.h
--- /Applications/Xcode_13.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ClassKit.framework/Headers/CLSDataStore.h 2021-11-19 10:24:45.000000000 -0500
+++ /Applications/Xcode_13.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ClassKit.framework/Headers/CLSDataStore.h 2022-01-25 12:59:04.000000000 -0500
@@ -2,7 +2,7 @@
// CLSDataStore.h
// ClassKit
//
-// Copyright © 2018-2020 Apple Inc. All rights reserved.
+// Copyright © 2018-2021 Apple Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
@@ -93,7 +93,7 @@
/*!
@abstract Fetch contexts matching a predicate.
- @discussion For example: NSPredicate<topic == kCLSContextTopicPhysics AND parent == someContext>. Completion block may be called on a background thread.
+ @discussion For example: NSPredicate<topic == CLSContextTopicMath AND parent == someContext>. Completion block may be called on a background thread.
*/
- (void)contextsMatchingPredicate:(NSPredicate *)predicate
completion:(void(^)(NSArray<CLSContext *> *contexts, NSError * _Nullable error))completion;
- 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