-
Notifications
You must be signed in to change notification settings - Fork 575
SharedWithYou tvOS xcode27.0 b4
Alex Soto edited this page Jul 23, 2026
·
1 revision
#SharedWithYou.framework
diff -ruN /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h
--- /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h 2026-06-28 00:47:54
+++ /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h 2026-07-09 04:26:09
@@ -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;