Ignore:
Timestamp:
05/09/06 09:13:54 (18 years ago)
Author:
rchin
Message:

Fixed commit of nib file.

Added support for automatic injection into apps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/SCPatch/SCPatchController/SCPatchController.cpp

    r217 r219  
    436436        // Find the loader
    437437        CFURLRef loaderURL = NULL;
    438 #if defined(__ppc__) || defined(__ppc64__)
    439438        if(!err)
    440439                if((loaderURL = CFBundleCopyResourceURL(mBundle, CFSTR("SCPatchLoader"), CFSTR("bundle"), NULL)) == NULL)
    441440                        err = err_couldnt_find_injection_bundle;
    442 #else
    443         if(!err)
    444                 if((loaderURL = CFBundleCopyResourceURL(mBundle, CFSTR("SCPatchLoader-intel"), CFSTR("bundle"), NULL)) == NULL)
    445                         err = err_couldnt_find_injection_bundle;
    446 #endif 
    447441
    448442#if 0
Note: See TracChangeset for help on using the changeset viewer.