Fix forgotten code
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit

This commit is contained in:
2023-12-05 17:09:24 +01:00
parent ce274219fc
commit 5fd680110c
2 changed files with 42 additions and 15 deletions

View File

@ -12,12 +12,6 @@ import CoreVideo
class TagsGenerator {
static func writeExtensionFiles(sections: [TagSection], target: String, tags: [String], staticVar: Bool, extensionName: String, extensionFilePath: String) {
// Get target type from enum
target.split(separator: " ").forEach { target in
Tags.TargetType.allCases.forEach { value in
}
}
let targetsString: [String] = target.components(separatedBy: " ")
var targets: [Tags.TargetType] = []