> NSLog(@"duplicate app (%@) at '%@' and '%@'",
> name, oldPath, newPath);
> continue;
oldPath is the existing entry, newPath is the just-found entry. Hence, based on your output, the application in the local domain will be used for purposes of make_services.
The order depends on what the following function will return:
> enumerator = [NSSearchPathForDirectoriesInDomains(
> NSAllApplicationsDirectory, NSAllDomainsMask, YES) objectEnumerator];
As I don't have code checked out under the current OS, I resorted to a web-based code search service to try to find the function implementation, but my search-fu is currently betraying me ;-)
_______________________________________________