Skip to content

ClassKit iOS xcode15.4 b1

Alex Soto edited this page May 2, 2024 · 1 revision

#ClassKit.framework

diff -ruN /Applications/Xcode_15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ClassKit.framework/Headers/CLSActivityItem.h /Applications/Xcode_15.4.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ClassKit.framework/Headers/CLSActivityItem.h
--- /Applications/Xcode_15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ClassKit.framework/Headers/CLSActivityItem.h	2024-02-15 23:38:52
+++ /Applications/Xcode_15.4.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ClassKit.framework/Headers/CLSActivityItem.h	2024-04-08 05:04:15
@@ -2,7 +2,7 @@
 //  CLSActivityItem.h
 //  ClassKit
 //
-//  Copyright © 2018-2023 Apple Inc. All rights reserved.
+//  Copyright © 2018-2024 Apple Inc. All rights reserved.
 //
 
 #import <Foundation/Foundation.h>
@@ -18,7 +18,7 @@
 @interface CLSActivityItem : CLSObject
 
 /*!
- @abstract      Title of what this ActivityItem respresents.
+ @abstract      Title of what this ActivityItem represents.
  @discussion    This will be the title associated with the activity item in the generated progress report.
  */
 @property (nonatomic, copy) NSString *title;
Clone this wiki locally