Revision: 29900
          http://sourceforge.net/p/bibdesk/svn/29900
Author:   hofman
Date:     2025-11-30 09:31:06 +0000 (Sun, 30 Nov 2025)
Log Message:
-----------
declare property dynamic

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

Modified: trunk/bibdesk/BDSKCondition.m
===================================================================
--- trunk/bibdesk/BDSKCondition.m       2025-11-29 18:32:08 UTC (rev 29899)
+++ trunk/bibdesk/BDSKCondition.m       2025-11-30 09:31:06 UTC (rev 29900)
@@ -65,8 +65,8 @@
     return keyPaths;
 }
 
-@synthesize key, stringComparison, stringValue, attachmentComparison, 
countValue, dateComparison, numberValue, andNumberValue, periodValue, 
dateValue, toDateValue, group, defaultName;
-@dynamic dictionaryValue, value, comparison, dateCondition, 
attachmentCondition, stringCondition;
+@synthesize key, stringComparison, stringValue, attachmentComparison, 
countValue, dateComparison, numberValue, andNumberValue, periodValue, 
dateValue, toDateValue, group;
+@dynamic dictionaryValue, value, comparison, dateCondition, 
attachmentCondition, stringCondition, defaultName;
 
 + (NSString *)dictionaryVersion {
     return @"1";

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