Revision: 29834
http://sourceforge.net/p/bibdesk/svn/29834
Author: hofman
Date: 2025-11-17 10:30:52 +0000 (Mon, 17 Nov 2025)
Log Message:
-----------
we don't use and support bibitem and bibauthor through nsconnection
Modified Paths:
--------------
trunk/bibdesk/BibAuthor.m
trunk/bibdesk/BibItem.m
Modified: trunk/bibdesk/BibAuthor.m
===================================================================
--- trunk/bibdesk/BibAuthor.m 2025-11-17 10:24:14 UTC (rev 29833)
+++ trunk/bibdesk/BibAuthor.m 2025-11-17 10:30:52 UTC (rev 29834)
@@ -135,11 +135,6 @@
+ (BOOL)supportsSecureCoding { return YES; }
-- (id)replacementObjectForPortCoder:(NSPortCoder *)encoder
-{
- return [encoder isByref] ? [super replacementObjectForPortCoder:encoder] :
self;
-}
-
- (BOOL)isEqual:(id)other{
if (self == other)
return YES;
Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m 2025-11-17 10:24:14 UTC (rev 29833)
+++ trunk/bibdesk/BibItem.m 2025-11-17 10:30:52 UTC (rev 29834)
@@ -315,11 +315,6 @@
+ (BOOL)supportsSecureCoding { return YES; }
-- (id)replacementObjectForPortCoder:(NSPortCoder *)encoder
-{
- return [encoder isByref] ? [super replacementObjectForPortCoder:encoder] :
self;
-}
-
- (void)dealloc{
[[people allValues] setValue:nil forKey:@"publication"];
[downloads makeObjectsPerformSelector:@selector(cancel)];
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