Changeset 96
- Timestamp:
- 01/19/07 10:49:44 (2 years ago)
- Files:
-
- trunk/Controller.m (modified) (1 diff)
- trunk/English.lproj/InfoPlist.strings (modified) (1 diff)
- trunk/SSHKeychain.xcodeproj/project.pbxproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Controller.m
r80 r96 351 351 UInt32 passwordLength; 352 352 SecKeychainStatus keychainStatus; 353 OSStatus returnStatus = noErr;353 OSStatus returnStatus = -1; 354 354 SecKeychainRef keychain; 355 355 trunk/English.lproj/InfoPlist.strings
r17 r96 1 1 CFBundleName = "SSHKeychain"; 2 2 CFBundleShortVersionString = "0.7.2"; 3 CFBundleGetInfoString = "SSHKeychain 0.7.2, Copyright (c) 2003-200 4Bart Matthaei";4 NSHumanReadableCopyright = "Copyright (c) 2003-200 4Bart Matthaei";3 CFBundleGetInfoString = "SSHKeychain 0.7.2, Copyright (c) 2003-2006 Bart Matthaei"; 4 NSHumanReadableCopyright = "Copyright (c) 2003-2006 Bart Matthaei"; trunk/SSHKeychain.xcodeproj/project.pbxproj
r95 r96 187 187 CCC9E32906A58F9600422E9E /* TunnelRunner.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = TunnelRunner.c; sourceTree = "<group>"; }; 188 188 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; }; 190 190 CCC9E3CF06A5A3FA00422E9E /* PassphraseRequester */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = PassphraseRequester; sourceTree = BUILT_PRODUCTS_DIR; }; 191 191 CCC9E42806A6763E00422E9E /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
