Revision: 29846
http://sourceforge.net/p/bibdesk/svn/29846
Author: hofman
Date: 2025-11-18 22:04:48 +0000 (Tue, 18 Nov 2025)
Log Message:
-----------
need to implement supportsSecureCoding whenever initWithCoder: is implemented
Modified Paths:
--------------
trunk/bibdesk/BDSKServerInfo.m
Modified: trunk/bibdesk/BDSKServerInfo.m
===================================================================
--- trunk/bibdesk/BDSKServerInfo.m 2025-11-18 21:55:30 UTC (rev 29845)
+++ trunk/bibdesk/BDSKServerInfo.m 2025-11-18 22:04:48 UTC (rev 29846)
@@ -437,6 +437,8 @@
return self;
}
++ (BOOL)supportsSecureCoding { return YES; }
+
// When changing the type, all data must be properly updated to be valid,
taking into account the condition implict in the validation methods
- (void)setType:(NSString *)newType {
if ([type isEqualToString:newType] == NO) {
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