Skip to content

ServiceExtensionsCore watchOS xcode15.3 b3

Alex Soto edited this page Feb 13, 2024 · 1 revision

#ServiceExtensionsCore.framework

diff -ruN /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/SEMacros.h /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/SEMacros.h
--- /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/SEMacros.h	2024-01-29 11:03:28
+++ /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.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/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/ServiceExtensionsCore.h /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/ServiceExtensionsCore.h
--- /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ServiceExtensionsCore.framework/Headers/ServiceExtensionsCore.h	2024-01-29 11:03:27
+++ /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.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>
Clone this wiki locally