Revision: 29945
          http://sourceforge.net/p/bibdesk/svn/29945
Author:   hofman
Date:     2026-01-15 17:21:18 +0000 (Thu, 15 Jan 2026)
Log Message:
-----------
signature can be a date

Modified Paths:
--------------
    trunk/bibdesk/BDSKFileSearchIndex.m

Modified: trunk/bibdesk/BDSKFileSearchIndex.m
===================================================================
--- trunk/bibdesk/BDSKFileSearchIndex.m 2026-01-15 16:47:52 UTC (rev 29944)
+++ trunk/bibdesk/BDSKFileSearchIndex.m 2026-01-15 17:21:18 UTC (rev 29945)
@@ -501,7 +501,7 @@
         if (indexData != NULL) {
             tmpIndex = SKIndexOpenWithMutableData((__bridge 
CFMutableDataRef)indexData, NULL);
             if (tmpIndex) {
-                @try{ [signatures setDictionary:[unarchiver 
decodeObjectOfClasses:[NSSet setWithObjects:[NSDictionary class], [NSString 
class], [NSData class], [NSData class], nil] forKey:@"signatures"]]; }
+                @try{ [signatures setDictionary:[unarchiver 
decodeObjectOfClasses:[NSSet setWithObjects:[NSDictionary class], [NSString 
class], [NSData class], [NSDate class], nil] forKey:@"signatures"]]; }
                 @catch(id e) {}
             } else {
                 indexData = nil;

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