Skip to content

Commit

Permalink
added back credit file
Browse files Browse the repository at this point in the history
  • Loading branch information
mumer92 committed Dec 26, 2017
1 parent 390909a commit 465d12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSONExport/FileRepresenter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class FileRepresenter{
fileContent += ". All rights reserved.\n"
}

// fileContent += "//\tModel file generated using JSONExport: https://github.com/Ahmed-Ali/JSONExport"
fileContent += "//\tModel file generated using JSONExport: https://github.com/Ahmed-Ali/JSONExport"

if let langAuthor = lang.author{
fileContent += "\n\n//\tThe \"\(lang.displayLangName!)\" support has been made available by \(langAuthor.name!)"
Expand Down

0 comments on commit 465d12a

Please sign in to comment.