Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7 from SinnerSchraderMobileMirrors/remove-date
Browse files Browse the repository at this point in the history
Remove date from generated category file
  • Loading branch information
designatednerd committed Jul 24, 2014
2 parents 5ae0493 + 98ecbb5 commit 17bd3b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cat2Cat/VICatalogWalker.m
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ - (NSString *)headerCommentForFile:(BOOL)isDotHFile className:(NSString *)classN
[headerComment appendFormat:@"// %@.m\n//\n", [self categoryNameForClass:className]];
}

[headerComment appendFormat:@"// Generated Automatically Using Cat2Cat on %@\n", [self.shortDateFormatter stringFromDate:[NSDate date]]];
[headerComment appendString:@"// Generated Automatically Using Cat2Cat\n"];
[headerComment appendString:@"// NOTE: If you edit this file manually, your changes will be overrwritten the next time this app runs.\n//\n"];
[headerComment appendFormat:@"// For more information, go to http://github.com/VokalInteractive/Cat2Cat\n"];

Expand Down
Binary file modified CocoaPod/Cat2Cat
Binary file not shown.

0 comments on commit 17bd3b9

Please sign in to comment.