From 2f8ba428bd660d0360d5e96af2d929ff7c39e644 Mon Sep 17 00:00:00 2001 From: Muhammad Umer Date: Tue, 26 Dec 2017 11:29:29 +0500 Subject: [PATCH] added back credit file --- JSONExport/FileRepresenter.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONExport/FileRepresenter.swift b/JSONExport/FileRepresenter.swift index 96d286f..b26a80e 100755 --- a/JSONExport/FileRepresenter.swift +++ b/JSONExport/FileRepresenter.swift @@ -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!)"