Skip to content

SharedWithYou macOS xcode16.0 b1

Rolf Bjarne Kvinge edited this page Jun 20, 2024 · 2 revisions

#SharedWithYou.framework

Rolf

diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/NSPasteboardItem+SWCollaborationMetadata.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/NSPasteboardItem+SWCollaborationMetadata.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/NSPasteboardItem+SWCollaborationMetadata.h	2024-04-13 21:59:51
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/NSPasteboardItem+SWCollaborationMetadata.h	2024-05-30 05:26:12
@@ -1,13 +1,14 @@
 //  Copyright (c) 2022 Apple. All rights reserved.
 
 #import <Foundation/Foundation.h>
+
+#if TARGET_OS_OSX
+
 #import <SharedWithYouCore/SWDefines.h>
 #import <SharedWithYouCore/SWCollaborationMetadata.h>
 
 #import <AppKit/AppKit.h>
 
-#if TARGET_OS_OSX
-
 NS_ASSUME_NONNULL_BEGIN
 
 API_AVAILABLE(macos(13.0))
@@ -24,4 +25,4 @@
 
 SW_EXTERN NSPasteboardType const NSPasteboardTypeCollaborationMetadata;
 
-#endif
+#endif /* TARGET_OS_OSX */
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWRemoveParticipantAlert.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWRemoveParticipantAlert.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWRemoveParticipantAlert.h	2024-04-13 21:59:52
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWRemoveParticipantAlert.h	2024-05-30 05:26:12
@@ -5,6 +5,11 @@
 //  Copyright (c) 2022 Apple. All rights reserved.
 //
 
+#import <Foundation/Foundation.h>
+#import <TargetConditionals.h>
+
+#if TARGET_OS_OSX
+
 #import <AppKit/AppKit.h>
 #import <SharedWithYouCore/SWDefines.h>
 
@@ -24,3 +29,5 @@
 @end
 
 NS_ASSUME_NONNULL_END
+
+#endif /* TARGET_OS_OSX */
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SharedWithYou.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SharedWithYou.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SharedWithYou.h	2024-04-13 21:59:50
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SharedWithYou.h	2024-05-30 05:26:11
@@ -22,10 +22,8 @@
 
 #if TARGET_OS_IPHONE
 #import <SharedWithYou/SWRemoveParticipantAlertController.h>
-#else
-#import <SharedWithYou/SWRemoveParticipantAlert.h>
 #endif
 
-#if TARGET_OS_OSX
+#import <SharedWithYou/SWRemoveParticipantAlert.h>
+
 #import <SharedWithYou/NSPasteboardItem+SWCollaborationMetadata.h>
-#endif
Clone this wiki locally