ref: html footer
This commit is contained in:
@@ -4,6 +4,9 @@ extension HtmlGenerator {
|
||||
/// Process meta information about the plugin. Like version and debug flag.
|
||||
mutating func procFooterInfo() {
|
||||
self.apply([
|
||||
"SrcAppName": "QLAppBundle",
|
||||
"SrcLinkUrl": "https://github.com/relikd/QLAppBundle",
|
||||
"SrcLinkName": "relikd/QLAppBundle",
|
||||
"BundleShortVersionString": Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "",
|
||||
"BundleVersion": Bundle.main.infoDictionary?["CFBundleVersion"] as? String ?? "",
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user