diff options
author | rowanbeentje <rowan@beent.je> | 2009-07-21 23:21:51 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-07-21 23:21:51 +0000 |
commit | 40dc17254dc86699d0c4e9f9eea235c5a7f5f6b9 (patch) | |
tree | 50c5bb5a2389644a5cbffdf9a3431b74a37a55af /Source/KeyChain.m | |
parent | 3c902c7e677ec36035a730aec01038fcebbd1ee0 (diff) | |
download | sequelpro-40dc17254dc86699d0c4e9f9eea235c5a7f5f6b9.tar.gz sequelpro-40dc17254dc86699d0c4e9f9eea235c5a7f5f6b9.tar.bz2 sequelpro-40dc17254dc86699d0c4e9f9eea235c5a7f5f6b9.zip |
- Rename "TunnelPassphraseRequester" to "SequelProTunnelAssistant" for clarity (sorry nightly testers)
- Improve assistant copy from being in a script to resources copy phase
Diffstat (limited to 'Source/KeyChain.m')
-rw-r--r-- | Source/KeyChain.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/KeyChain.m b/Source/KeyChain.m index 58dc2451..483eeceb 100644 --- a/Source/KeyChain.m +++ b/Source/KeyChain.m @@ -53,7 +53,7 @@ if (![self passwordExistsForName:name account:account]) { // Create a trusted access list with two items - ourselves and the SSH pass app. - NSString *helperPath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"TunnelPassphraseRequester"]; + NSString *helperPath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"SequelProTunnelAssistant"]; if ((SecTrustedApplicationCreateFromPath(NULL, &sequelProRef) == noErr) && (SecTrustedApplicationCreateFromPath([helperPath UTF8String], &sequelProHelperRef) == noErr)) { |