Updating ITFoundation project and target settings to the minimum required.
[ITFoundation.git] / ITCategory-NSBundle.m
index c7acbcc..28f587f 100644 (file)
@@ -1,6 +1,6 @@
 #import "ITCategory-NSBundle.h"
 
-@implementation NSBundle (ITCategory)
+@implementation NSBundle (ITFoundationCategory)
 
 + (NSBundle *)bundleForFrameworkWithIdentifier:(NSString *)frameworkIdentifier {
        NSMutableArray *frameworksPaths = [NSMutableArray array];
@@ -35,4 +35,4 @@
        return nil;
 }
 
-@end
+@end
\ No newline at end of file