Update Generate command and Readme
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:
@@ -24,6 +24,7 @@ final class ImagesConfigurationTests: XCTestCase {
|
||||
extensionNameUIKit: nil,
|
||||
extensionSuffix: nil,
|
||||
visibility: nil,
|
||||
assetBundle: nil,
|
||||
staticMembers: nil
|
||||
)
|
||||
|
||||
@@ -53,6 +54,7 @@ final class ImagesConfigurationTests: XCTestCase {
|
||||
extensionNameUIKit: "AppImage",
|
||||
extensionSuffix: "Testing",
|
||||
visibility: "private",
|
||||
assetBundle: "module",
|
||||
staticMembers: true
|
||||
)
|
||||
|
||||
@@ -78,6 +80,8 @@ final class ImagesConfigurationTests: XCTestCase {
|
||||
"Testing",
|
||||
"--visibility",
|
||||
"private",
|
||||
"--asset-bundle",
|
||||
"module",
|
||||
"--static-members",
|
||||
"true"
|
||||
]
|
||||
|
Reference in New Issue
Block a user