Skip to content

Commit 6fcc70b

Browse files
Update URL in generated files
- Update URL to app website instead of Github project - Resolves #92
1 parent 4a7c776 commit 6fcc70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildSettingExtractor/BuildSettingExtractor.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ - (NSString *)headerCommentForFilename:(NSString *)filename {
319319
headerComment = [headerComment stringByAppendingFormat:@"// %@\n", filename];
320320
headerComment = [headerComment stringByAppendingString:@"//\n"];
321321
headerComment = [headerComment stringByAppendingFormat:@"// Generated by BuildSettingExtractor on %@\n", dateString];
322-
headerComment = [headerComment stringByAppendingString:@"// https://github.com/dempseyatgithub/BuildSettingExtractor\n"];
322+
headerComment = [headerComment stringByAppendingString:@"// https://buildsettingextractor.com\n"];
323323
headerComment = [headerComment stringByAppendingString:@"//"];
324324

325325
return headerComment;

0 commit comments

Comments
 (0)