mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 05:42:19 -04:00
Added OSX keychain functionality.
* Done save and read, need to do "remove autologin" . This can be done manually through KeyChain Acess program. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3997 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
91c2c0e4bf
commit
1f9395058c
2 changed files with 110 additions and 2 deletions
|
@ -125,6 +125,9 @@ macx {
|
|||
LIBS += -lssl -lcrypto -lz -lgpgme -lgpg-error -lassuan
|
||||
LIBS += ../../../miniupnpc-1.0/libminiupnpc.a
|
||||
LIBS += -framework CoreFoundation
|
||||
LIBS += -framework Security
|
||||
|
||||
# LIBS += -framework CoreServices
|
||||
|
||||
INCLUDEPATH += .
|
||||
#DEFINES* = MAC_IDLE # for idle feature
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue