Mise à jour des headers des fichiers générés
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit

This commit is contained in:
2022-07-25 09:56:54 +02:00
parent 0775be88b0
commit efd04299a8
22 changed files with 49 additions and 35 deletions

View File

@ -6,12 +6,13 @@
//
import Foundation
import ToolCore
class FontToolContentGenerator {
static func getExtensionHeader(fontsNames: [String]) -> String {
"""
// Generated from FontToolCore
// Generated by ResgenSwift.FontToolCore \(ResgenSwiftVersion)
import UIKit

View File

@ -6,7 +6,7 @@
//
import Foundation
import CLIToolCore
import ToolCore
class FontToolHelper {
static func getFontsFilenames(fromInputFolder inputFolder: String) -> [String] {

View File

@ -6,7 +6,7 @@
//
import Foundation
import CLIToolCore
import ToolCore
import ArgumentParser
struct FontTool: ParsableCommand {