Revision: 27979
          http://sourceforge.net/p/bibdesk/svn/27979
Author:   hofman
Date:     2022-10-01 22:25:06 +0000 (Sat, 01 Oct 2022)
Log Message:
-----------
set type for search group keychain items

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

Modified: trunk/bibdesk/BDSKPasswordController.m
===================================================================
--- trunk/bibdesk/BDSKPasswordController.m      2022-10-01 21:00:30 UTC (rev 
27978)
+++ trunk/bibdesk/BDSKPasswordController.m      2022-10-01 22:25:06 UTC (rev 
27979)
@@ -184,6 +184,7 @@
         // password not yet on keychain, so add it
         [attributes addEntriesFromDictionary:query];
         [attributes setObject:(NSString *)kSecAttrProtocolHTTPS 
forKey:(NSString *)kSecAttrProtocol];
+        [attributes setObject:[NSNumber numberWithUnsignedInt:'BDsg'] 
forKey:(NSString *)kSecAttrType];
         
         err = SecItemAdd((CFDictionaryRef)attributes, NULL);
         

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