Skip to content

ServiceExtensionsCore tvOS xcode15.3 b1

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

#ServiceExtensionsCore.framework

diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/SEMacros.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/SEMacros.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/SEMacros.h	1969-12-31 19:00:00
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/SEMacros.h	2024-01-19 04:44:12
@@ -0,0 +1,25 @@
+//
+//  SEMacros.h
+//  ServiceExtensionsCore
+//
+//  Created by Alex Carter on 8/17/23.
+//
+
+#ifndef ServiceExtensionsCoreMacros_h
+#define ServiceExtensionsCoreMacros_h
+
+#include <os/availability.h>
+
+#if defined(__cplusplus)
+#define SERVICEEXTENSIONS_EXTERN __attribute__((visibility("default"))) extern "C"
+#else
+#define SERVICEEXTENSIONS_EXTERN __attribute__((visibility("default"))) extern
+#endif
+
+#define SERVICEEXTENSIONS_EXPORT SERVICEEXTENSIONS_EXTERN
+#define SERVICEEXTENSIONS_IMPORT SERVICEEXTENSIONS_EXTERN
+
+#define SERVICEEXTENSIONS_HAS_UIVIEW __has_include(<UIKit/UIView.h>)
+
+#endif /* ServiceExtensionsCoreMacros_h */
+
diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/ServiceExtensionsCore.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/ServiceExtensionsCore.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/ServiceExtensionsCore.h	1969-12-31 19:00:00
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/ServiceExtensionsCore.h	2024-01-19 04:44:12
@@ -0,0 +1,10 @@
+//
+//  ServiceExtensionsCore.h
+//  ServiceExtensionsCore
+//
+//  Created by Alex Carter on 10/26/23.
+//
+
+#import <Foundation/Foundation.h>
+
+#import <ServiceExtensionsCore/SEMacros.h>
Clone this wiki locally