Fix architecture generation and add enum key of each string in R2String
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit

This commit is contained in:
2023-05-12 11:33:36 +02:00
parent 188178fe6a
commit 1e073af5df
15 changed files with 57 additions and 23 deletions

View File

@ -1,4 +1,4 @@
// Generated by ResgenSwift.Color 1.0
// Generated by ResgenSwift.Color 1.2
import SwiftUI
@ -18,4 +18,4 @@ extension ColorYolo {
var blue_light_dark: Color {
Color("blue_light_dark")
}
}
}

View File

@ -1,4 +1,4 @@
// Generated by ResgenSwift.Color 1.0
// Generated by ResgenSwift.Color 1.2
import UIKit
@ -18,4 +18,4 @@ extension UIColorYolo {
@objc var blue_light_dark: UIColor {
UIColor(named: "blue_light_dark")!
}
}
}