Revision: 29692
          http://sourceforge.net/p/bibdesk/svn/29692
Author:   hofman
Date:     2025-10-10 15:38:18 +0000 (Fri, 10 Oct 2025)
Log Message:
-----------
make protocol versions private

Modified Paths:
--------------
    trunk/bibdesk/BDSKSharingBrowser.h
    trunk/bibdesk/BDSKSharingServer.h

Modified: trunk/bibdesk/BDSKSharingBrowser.h
===================================================================
--- trunk/bibdesk/BDSKSharingBrowser.h  2025-10-10 15:04:19 UTC (rev 29691)
+++ trunk/bibdesk/BDSKSharingBrowser.h  2025-10-10 15:38:18 UTC (rev 29692)
@@ -50,7 +50,6 @@
 }
 
 @property (class, nonatomic, readonly) BDSKSharingBrowser *sharedBrowser;
-@property (class, nonatomic, readonly) NSString *requiredProtocolVersion;
 
 @property (nonatomic, nullable, readonly) NSSet *sharingClients;
 

Modified: trunk/bibdesk/BDSKSharingServer.h
===================================================================
--- trunk/bibdesk/BDSKSharingServer.h   2025-10-10 15:04:19 UTC (rev 29691)
+++ trunk/bibdesk/BDSKSharingServer.h   2025-10-10 15:38:18 UTC (rev 29692)
@@ -93,7 +93,6 @@
 @property (class, nonatomic, readonly) NSString *sharingName;
 // name currently used for sharing
 @property (class, nonatomic, readonly) NSString *currentSharingName;
-@property (class, nonatomic, readonly) NSString *supportedProtocolVersion;
 
 // actual name used for sharing, unique name based on +sharingName
 @property (nonatomic, readonly) NSString *sharingName;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to