-
Notifications
You must be signed in to change notification settings - Fork 516
ServiceExtensionsCore tvOS xcode15.3 b3
Alex Soto edited this page Feb 13, 2024
·
2 revisions
#ServiceExtensionsCore.framework
diff -ruN /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/SEMacros.h /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/SEMacros.h
--- /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/SEMacros.h 2024-02-01 22:54:07
+++ /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/SEMacros.h 1969-12-31 19:00:00
@@ -1,25 +0,0 @@
-//
-// 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.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/ServiceExtensionsCore.h /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/ServiceExtensionsCore.h
--- /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/ServiceExtensionsCore.h 2024-02-01 22:54:07
+++ /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/ServiceExtensionsCore.h 1969-12-31 19:00:00
@@ -1,10 +0,0 @@
-//
-// ServiceExtensionsCore.h
-// ServiceExtensionsCore
-//
-// Created by Alex Carter on 10/26/23.
-//
-
-#import <Foundation/Foundation.h>
-
-#import <ServiceExtensionsCore/SEMacros.h>
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status