Skip to content

ExtensionFoundation watchOS xcode14.0 beta1

Alex Soto edited this page Jun 7, 2022 · 2 revisions

#ExtensionFoundation.framework

diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/EXMacros.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/EXMacros.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/EXMacros.h	1969-12-31 19:00:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/EXMacros.h	2022-05-26 23:55:19.000000000 -0400
@@ -0,0 +1,24 @@
+//
+//  EXMacros.h
+//  ExtensionKit
+//
+//  Created by Alex Carter on 11/5/19.
+//
+
+#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_13.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/ExtensionFoundation.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/ExtensionFoundation.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/ExtensionFoundation.h	1969-12-31 19:00:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/ExtensionFoundation.framework/Headers/ExtensionFoundation.h	2022-05-26 23:55:19.000000000 -0400
@@ -0,0 +1,12 @@
+//
+//  ExtensionFoundation.h
+//  ExtensionFoundation
+//
+
+#ifndef ExtensionFoundation_h
+#define ExtensionFoundation_h
+
+#import <ExtensionFoundation/EXMacros.h>
+
+
+#endif /* ExtensionFoundation_h */
Clone this wiki locally