-
Notifications
You must be signed in to change notification settings - Fork 575
SharedWithYou iOS xcode27.0 b4
Alex Soto edited this page Jul 24, 2026
·
2 revisions
#SharedWithYou.framework https://github.com/dotnet/macios/pull/26285
diff -ruN /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h
--- /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h 2026-06-28 02:05:43
+++ /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h 2026-07-09 08:37:06
@@ -51,7 +51,7 @@
@property (nonatomic, assign) NSUInteger activeParticipantCount;
-@property (nonatomic, assign) BOOL hasPendingAccessRequests API_UNAVAILABLE(ios, macos, visionos);
+@property (nonatomic, assign) NSUInteger pendingAccessRequestsCount API_AVAILABLE(ios(27.0), macos(27.0), visionos(27.0));
@property (nonatomic, weak) id<SWCollaborationViewDelegate> delegate;