aboutsummaryrefslogtreecommitdiffstats
path: root/Source/KeyChain.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-07-21 23:21:51 +0000
committerrowanbeentje <rowan@beent.je>2009-07-21 23:21:51 +0000
commit40dc17254dc86699d0c4e9f9eea235c5a7f5f6b9 (patch)
tree50c5bb5a2389644a5cbffdf9a3431b74a37a55af /Source/KeyChain.m
parent3c902c7e677ec36035a730aec01038fcebbd1ee0 (diff)
downloadsequelpro-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.m2
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)) {