Changeset 63
- Timestamp:
- 11/16/05 21:04:55 (3 years ago)
- Files:
-
- trunk/Controller.m (modified) (1 diff)
- trunk/SSHKeychain.xcodeproj (modified) (1 prop)
- trunk/SSHKeychain.xcodeproj/bart.mode1 (deleted)
- trunk/SSHKeychain.xcodeproj/bart.pbxuser (deleted)
- trunk/SSHKeychain.xcodeproj/project.pbxproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Controller.m
r58 r63 410 410 if(!interaction) 411 411 { 412 NSLog(@"NO INTERACTION); 412 413 SecKeychainSetUserInteractionAllowed(NO); 413 414 status = SecKeychainFindGenericPassword(nil, strlen(serviceName), serviceName, strlen(accountName), accountName, &passwordLength, (void **)&kcPassword, nil); trunk/SSHKeychain.xcodeproj
- Property svn:ignore set to
*.mode1
*.perspective
*.pbxuser
- Property svn:ignore set to
trunk/SSHKeychain.xcodeproj/project.pbxproj
r62 r63 615 615 runOnlyForDeploymentPostprocessing = 0; 616 616 shellPath = /bin/sh; 617 shellScript = " echo \"Cleaning up unneeded files...\"\nfind $BUILD_ROOT/$WRAPPER_NAME '(' -name '.svn' -or -name '.DS_Store' ')' -prune -exec rm -rf '{}' ';'";617 shellScript = ""; 618 618 }; 619 619 /* End PBXShellScriptBuildPhase section */
