Update ReadmeGenerator.swift

This commit is contained in:
Serhii Londar
2019-03-22 02:14:15 +02:00
parent 3ec87f265f
commit 63ebbb2645

View File

@@ -272,7 +272,7 @@ extension JSONApplication {
}
markdownDescription.append("- [\(self.title)](\(self.repoURL)) - \(self.shortDescription) \(languages)")
/*
if self.screenshots.count > 0 {
var screenshotsString = String.empty
screenshotsString += (String.space + Constants.detailsBeginString + String.space)
@@ -282,6 +282,7 @@ extension JSONApplication {
screenshotsString += (String.space + Constants.detailsEndString + String.space)
markdownDescription.append(screenshotsString)
}
*/
return markdownDescription
}
}