Revision: 14431
http://sourceforge.net/p/skim-app/code/14431
Author: hofman
Date: 2024-08-20 16:22:35 +0000 (Tue, 20 Aug 2024)
Log Message:
-----------
password is required to set it
Modified Paths:
--------------
trunk/SKKeychain.h
Modified: trunk/SKKeychain.h
===================================================================
--- trunk/SKKeychain.h 2024-08-20 16:18:29 UTC (rev 14430)
+++ trunk/SKKeychain.h 2024-08-20 16:22:35 UTC (rev 14431)
@@ -49,7 +49,7 @@
@interface SKKeychain : NSObject
+ (nullable NSString *)passwordForService:(NSString *)service
account:(nullable NSString *)account status:(SKPasswordStatus *)status;
-+ (void)setPassword:(nullable NSString *)password forService:(NSString
*)service account:(NSString *)account label:(nullable NSString *)label
comment:(nullable NSString *)comment;
++ (void)setPassword:(NSString *)password forService:(NSString *)service
account:(NSString *)account label:(nullable NSString *)label comment:(nullable
NSString *)comment;
+ (SKPasswordStatus)updatePassword:(nullable NSString *)password
service:(nullable NSString *)service account:(nullable NSString *)account
label:(nullable NSString *)label comment:(nullable NSString *)comment
forService:(nullable NSString *)oldService account:(nullable NSString
*)oldAccount;
@end
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit