Skip to content

ExtensionFoundation macOS xcode14.0 rc

Israel Soto edited this page Sep 7, 2022 · 1 revision

#ExtensionFoundation.framework

diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/EXMacros.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/EXMacros.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/EXMacros.h	2022-08-01 08:55:37.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/EXMacros.h	1969-12-31 18:00:00.000000000 -0600
@@ -1,22 +0,0 @@
-//
-//  EXMacros.h
-//  ExtensionFoundation
-//
-
-#ifndef EXMacros_h
-#define EXMacros_h
-
-#if defined(__cplusplus)
-#define EXTENSIONKIT_EXTERN __attribute__((visibility("default"))) extern "C"
-#else
-#define EXTENSIONKIT_EXTERN __attribute__((visibility("default"))) extern
-#endif
-
-#define EXTENSIONKIT_EXPORT EXTENSIONKIT_EXTERN
-#define EXTENSIONKIT_IMPORT EXTENSIONKIT_EXTERN
-
-
-#import <os/availability.h>
-
-
-#endif /* EXMacros_h */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/ExtensionFoundation.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/ExtensionFoundation.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/ExtensionFoundation.h	2022-08-01 08:55:37.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/ExtensionFoundation.h	1969-12-31 18:00:00.000000000 -0600
@@ -1,12 +0,0 @@
-//
-//  ExtensionFoundation.h
-//  ExtensionFoundation
-//
-
-#ifndef ExtensionFoundation_h
-#define ExtensionFoundation_h
-
-#import <ExtensionFoundation/EXMacros.h>
-
-
-#endif /* ExtensionFoundation_h */
Clone this wiki locally