Optional generation of extension (R.xx)
Some checks reported errors
gitea-openium/resgen.swift/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
gitea-openium/resgen.swift/pipeline/head Something is wrong with the build of this commit
Optional generation of Colors/Fonts/Images/Stringium extension
This commit is contained in:
@@ -18,7 +18,7 @@ final class ImagesConfigurationTests: XCTestCase {
|
||||
// Given
|
||||
let testingConfiguration = ImagesConfiguration(inputFile: "path/to/images.txt",
|
||||
xcassetsPath: "path/to/assets.xcassets",
|
||||
extensionOutputPath: "Images/Generated",
|
||||
extensionOutputPath: nil,
|
||||
extensionName: nil,
|
||||
extensionNameUIKit: nil,
|
||||
extensionSuffix: nil,
|
||||
@@ -32,8 +32,6 @@ final class ImagesConfigurationTests: XCTestCase {
|
||||
"projectDirectory/path/to/images.txt",
|
||||
"--xcassets-path",
|
||||
"projectDirectory/path/to/assets.xcassets",
|
||||
"--extension-output-path",
|
||||
"projectDirectory/Images/Generated",
|
||||
"--static-members",
|
||||
"false"
|
||||
]
|
||||
@@ -60,10 +58,10 @@ final class ImagesConfigurationTests: XCTestCase {
|
||||
"projectDirectory/path/to/images.txt",
|
||||
"--xcassets-path",
|
||||
"projectDirectory/path/to/assets.xcassets",
|
||||
"--extension-output-path",
|
||||
"projectDirectory/Images/Generated",
|
||||
"--static-members",
|
||||
"true",
|
||||
"--extension-output-path",
|
||||
"projectDirectory/Images/Generated",
|
||||
"--extension-name",
|
||||
"AppUIImage",
|
||||
"--extension-name-ui-kit",
|
||||
|
Reference in New Issue
Block a user