- Notifications
You must be signed in to change notification settings - Fork543
ScreenTime iOS xcode16.3 b3
Rolf Bjarne Kvinge edited this pageMar 20, 2025 ·2 revisions
#ScreenTime.frameworkhttps://github.com/dotnet/macios/pull/22443
diff -ruN /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ScreenTime.framework/Headers/STWebHistory.h /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ScreenTime.framework/Headers/STWebHistory.h--- /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ScreenTime.framework/Headers/STWebHistory.h2025-02-26 06:21:49+++ /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ScreenTime.framework/Headers/STWebHistory.h2025-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.