Changeset 96

Show
Ignore:
Timestamp:
01/19/07 10:49:44 (2 years ago)
Author:
bart
Message:

http://www.sshkeychain.org/pipermail/developers/2006-December/000040.html fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Controller.m

    r80 r96  
    351351        UInt32 passwordLength; 
    352352        SecKeychainStatus keychainStatus; 
    353         OSStatus returnStatus = noErr
     353        OSStatus returnStatus = -1
    354354        SecKeychainRef keychain; 
    355355 
  • trunk/English.lproj/InfoPlist.strings

    r17 r96  
    11CFBundleName = "SSHKeychain"; 
    22CFBundleShortVersionString = "0.7.2"; 
    3 CFBundleGetInfoString = "SSHKeychain 0.7.2, Copyright (c) 2003-2004 Bart Matthaei"; 
    4 NSHumanReadableCopyright = "Copyright (c) 2003-2004 Bart Matthaei"; 
     3CFBundleGetInfoString = "SSHKeychain 0.7.2, Copyright (c) 2003-2006 Bart Matthaei"; 
     4NSHumanReadableCopyright = "Copyright (c) 2003-2006 Bart Matthaei"; 
  • trunk/SSHKeychain.xcodeproj/project.pbxproj

    r95 r96  
    187187                CCC9E32906A58F9600422E9E /* TunnelRunner.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = TunnelRunner.c; sourceTree = "<group>"; }; 
    188188                CCC9E33706A58FA800422E9E /* TODO */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = TODO; sourceTree = "<group>"; }; 
    189                 CCC9E3B606A5A3BC00422E9E /* TunnelRunner */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = TunnelRunner; sourceTree = BUILT_PRODUCTS_DIR; }; 
     189                CCC9E3B606A5A3BC00422E9E /* TunnelRunner */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = TunnelRunner; sourceTree = BUILT_PRODUCTS_DIR; }; 
    190190                CCC9E3CF06A5A3FA00422E9E /* PassphraseRequester */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = PassphraseRequester; sourceTree = BUILT_PRODUCTS_DIR; }; 
    191191                CCC9E42806A6763E00422E9E /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };