Fix forgotten code
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
This commit is contained in:
@ -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] = []
|
||||
|
||||
|
Reference in New Issue
Block a user