Skip to content

ServiceExtensions macOS xcode15.3 b1

Alex Soto edited this page Jan 27, 2024 · 1 revision

#ServiceExtensions.framework

diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEContextMenuConfiguration.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEContextMenuConfiguration.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEContextMenuConfiguration.h	1969-12-31 19:00:00
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEContextMenuConfiguration.h	2024-01-11 22:44:31
@@ -0,0 +1,9 @@
+//
+//  BEContextMenuConfiguration.h
+//  ServiceExtensions
+//
+//  Copyright © 2023 Apple Inc. All rights reserved.
+//
+
+#import <ServiceExtensions/SEMacros.h>
+#import <BrowserEngineKit/BEContextMenuConfiguration.h>
diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEDragInteraction.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEDragInteraction.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEDragInteraction.h	1969-12-31 19:00:00
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEDragInteraction.h	2024-01-11 22:44:31
@@ -0,0 +1,10 @@
+//
+//  BEDragInteraction.h
+//  ServiceExtensions
+//
+//  Copyright © 2023 Apple Inc. All rights reserved.
+//
+
+#import <ServiceExtensions/SEMacros.h>
+
+#import <BrowserEngineKit/BEDragInteraction.h>
diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEScrollView.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEScrollView.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEScrollView.h	1969-12-31 19:00:00
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/BEScrollView.h	2024-01-11 22:44:31
@@ -0,0 +1,9 @@
+//
+//  BEScrollView.h
+//  ServiceExtensions
+//
+//  Copyright © 2023 Apple Inc. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <BrowserEngineKit/BEScrollView.h>
diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/SEMacros.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/SEMacros.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/SEMacros.h	1969-12-31 19:00:00
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/SEMacros.h	2024-01-11 22:44:31
@@ -0,0 +1,8 @@
+//
+//  SEMacros.h
+//  ServiceExtensionsCore
+//
+//  Created by Alex Carter on 8/17/23.
+//
+
+#import <ServiceExtensionsCore/SEMacros.h>
diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/ServiceExtensions.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/ServiceExtensions.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/ServiceExtensions.h	1969-12-31 19:00:00
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceExtensions.framework/Headers/ServiceExtensions.h	2024-01-11 22:44:31
@@ -0,0 +1,14 @@
+//
+//  ServiceExtensions.h
+//  ServiceExtensions
+//
+//  Created by Alex Carter on 6/29/23.
+//
+
+#import <Foundation/Foundation.h>
+#import <ServiceExtensionsCore/ServiceExtensionsCore.h>
+
+#import <ServiceExtensions/SEMacros.h>
+#import <ServiceExtensions/BEContextMenuConfiguration.h>
+#import <ServiceExtensions/BEDragInteraction.h>
+#import <ServiceExtensions/BEScrollView.h>
Clone this wiki locally