Revision: 29959
http://sourceforge.net/p/bibdesk/svn/29959
Author: hofman
Date: 2026-01-19 15:34:37 +0000 (Mon, 19 Jan 2026)
Log Message:
-----------
signatures for file index use url as key
Modified Paths:
--------------
trunk/bibdesk/BDSKFileSearchIndex.m
Modified: trunk/bibdesk/BDSKFileSearchIndex.m
===================================================================
--- trunk/bibdesk/BDSKFileSearchIndex.m 2026-01-19 15:03:52 UTC (rev 29958)
+++ trunk/bibdesk/BDSKFileSearchIndex.m 2026-01-19 15:34:37 UTC (rev 29959)
@@ -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], [NSDate class], nil] forKey:@"signatures"]]; }
+ @try{ [signatures setDictionary:[unarchiver
decodeObjectOfClasses:[NSSet setWithObjects:[NSDictionary class], [NSURL
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