mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 10:51:05 +00:00
* Framework/PCFileCreator: (+sharedCeator): Cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27837 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
375f9098a5
commit
baafc22e05
1 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,9 @@ static NSDictionary *dict = nil;
|
||||||
|
|
||||||
// Objective C Class
|
// Objective C Class
|
||||||
descr = [NSString stringWithString:
|
descr = [NSString stringWithString:
|
||||||
@"Generic Objective-C class.\n\nThis is a plain subclass of NSObject which includes only Foundation.h."];
|
@"Generic Objective-C class.\n\n"
|
||||||
|
"This is a plain subclass of NSObject which includes"
|
||||||
|
" only Foundation.h."];
|
||||||
template = [bundle pathForResource:@"class" ofType:@"template"];
|
template = [bundle pathForResource:@"class" ofType:@"template"];
|
||||||
classDict = [NSDictionary dictionaryWithObjectsAndKeys:
|
classDict = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||||
PCClasses, @"ProjectKey",
|
PCClasses, @"ProjectKey",
|
||||||
|
@ -132,8 +134,6 @@ static NSDictionary *dict = nil;
|
||||||
nil];
|
nil];
|
||||||
}
|
}
|
||||||
|
|
||||||
[dict writeToFile:@"PCFileTypes.plist" atomically:NO];
|
|
||||||
|
|
||||||
return _creator;
|
return _creator;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue