Changeset 477
- Timestamp:
- 02/02/08 11:12:28 (1 year ago)
- Files:
-
- trunk/Software Loader/SLoadInstaller.m (modified) (1 diff)
- trunk/Software Loader/helper.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Software Loader/SLoadInstaller.m
r463 r477 46 46 continue; 47 47 NSString *bundlePath = [installersPath stringByAppendingPathComponent:candidate]; 48 /* if(![[[fm fileAttributesAtPath:bundlePath traverseLink:YES] objectForKey:NSFileOwnerAccountName] isEqualToString:@"root"]) 49 continue;*/ 48 #ifndef DEBUG_BUILD 49 if(![[[fm fileAttributesAtPath:bundlePath traverseLink:YES] objectForKey:NSFileOwnerAccountName] isEqualToString:@"root"]) 50 continue; 51 #endif 50 52 NSBundle *bundle = [NSBundle bundleWithPath:bundlePath]; 51 53 NSDictionary *info = [bundle infoDictionary]; trunk/Software Loader/helper.m
r463 r477 24 24 { 25 25 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 26 #ifdef DEBUG_BUILD 26 27 Debugger(); 28 #endif 27 29 NSString *myPath = [[NSBundle bundleForClass:[SLoadInstallClient class]] bundlePath]; 28 30 NSString *utilsFrameworkPath = [myPath stringByAppendingPathComponent:@"Contents/Frameworks/SLoadUtilities.framework"];
