Skip to content

SharedWithYouCore iOS xcode14.0 beta1

Manuel de la Pena edited this page Aug 4, 2022 · 3 revisions

#SharedWithYouCore.framework https://github.com/xamarin/xamarin-macios/pull/15634

diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWDefines.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWDefines.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWDefines.h	1969-12-31 19:00:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWDefines.h	2022-05-27 00:22:26.000000000 -0400
@@ -0,0 +1,16 @@
+//
+//  SWDefines.h
+//  SWDefines
+//
+//  Copyright (c) 2022 Apple. All rights reserved.
+//
+
+#import <TargetConditionals.h>
+
+#ifdef __cplusplus
+#define SW_EXTERN        extern "C" __attribute__((visibility ("default")))
+#define SW_HIDDEN        extern "C" __attribute__((visibility ("hidden")))
+#else
+#define SW_EXTERN            extern __attribute__((visibility ("default")))
+#define SW_HIDDEN            extern __attribute__((visibility ("hidden")))
+#endif
diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SharedWithYouCore.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SharedWithYouCore.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SharedWithYouCore.h	1969-12-31 19:00:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SharedWithYouCore.h	2022-05-27 00:22:26.000000000 -0400
@@ -0,0 +1,17 @@
+//
+//  SharedWithYouCore.h
+//  SharedWithYouCore
+//
+//  Copyright (c) 2022 Apple. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//! Project version number for SharedWithYouCore.
+FOUNDATION_EXPORT double SharedWithYouCoreVersionNumber;
+
+//! Project version string for SharedWithYouCore.
+FOUNDATION_EXPORT const unsigned char SharedWithYouCoreVersionString[];
+
+// In this header, you should import all the public headers of your framework using statements like #import <SharedWithYouCore/PublicHeader.h>
+#import <SharedWithYouCore/SWDefines.h>
Clone this wiki locally