Skip to content

ScreenTime MacCatalyst xcode16.3 b3

Rolf Bjarne Kvinge edited this page Mar 20, 2025 · 2 revisions

#ScreenTime.framework https://github.com/dotnet/macios/pull/22443

diff -ruN /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/ScreenTime.framework/Headers/STWebHistory.h /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/ScreenTime.framework/Headers/STWebHistory.h
--- /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/ScreenTime.framework/Headers/STWebHistory.h	2025-02-26 06:21:49
+++ /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/ScreenTime.framework/Headers/STWebHistory.h	2025-03-02 03:59:17
@@ -71,7 +71,7 @@
 ///
 /// - Parameters:
 ///   - interval: The date interval of web history you want to fetch.
-- (void)fetchHistoryDuringInterval:(NSDateInterval *)interval completionHandler:(void (^)(NSSet<NSURL *> * _Nullable urls, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(15.4), ios(18.4)) NS_SWIFT_NAME(deleteHistory(during:completionHandler:));
+- (void)fetchHistoryDuringInterval:(NSDateInterval *)interval completionHandler:(void (^)(NSSet<NSURL *> * _Nullable urls, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(15.4), ios(18.4)) NS_SWIFT_NAME(fetchHistory(during:completionHandler:));
 
 /// Fetches all web history associated with the bundle identifier and profile identifier
 /// you specified during initialization.
Clone this wiki locally