SAMKeychain
SAMKeychain copied to clipboard
Import failure when using manual install
When using manual installation (e.g. copying files into project or using submodules), #import <SAMKeychain/SAMKeychainQuery.h>
in SAMKeychain.h fails with "File not found".
This PR uses a local import path which should fix the problem (and I think this won't cause any issues when the header is used as an umbrella).