Changeset 63

Show
Ignore:
Timestamp:
11/16/05 21:04:55 (3 years ago)
Author:
bart
Message:

Removed the building script

Files:

Legend:

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

    r58 r63  
    410410                if(!interaction) 
    411411                { 
     412                        NSLog(@"NO INTERACTION); 
    412413                        SecKeychainSetUserInteractionAllowed(NO); 
    413414                        status = SecKeychainFindGenericPassword(nil, strlen(serviceName), serviceName, strlen(accountName), accountName, &passwordLength, (void **)&kcPassword, nil); 
  • trunk/SSHKeychain.xcodeproj

    • Property svn:ignore set to
      *.mode1
      *.perspective
      *.pbxuser
  • trunk/SSHKeychain.xcodeproj/project.pbxproj

    r62 r63  
    615615                        runOnlyForDeploymentPostprocessing = 0; 
    616616                        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 = ""; 
    618618                }; 
    619619/* End PBXShellScriptBuildPhase section */