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 StringsConfigurationTests: XCTestCase {
|
||||
extensionName: nil, // String
|
||||
extensionSuffix: nil, // Testing
|
||||
visibility: nil, // "internal"
|
||||
assetBundle: nil, // .main
|
||||
staticMembers: nil, // true
|
||||
xcStrings: nil // true
|
||||
)
|
||||
@@ -59,6 +60,7 @@ final class StringsConfigurationTests: XCTestCase {
|
||||
extensionName: "AppString",
|
||||
extensionSuffix: "Testing",
|
||||
visibility: "internal",
|
||||
assetBundle: "module",
|
||||
staticMembers: true,
|
||||
xcStrings: true
|
||||
)
|
||||
@@ -87,6 +89,8 @@ final class StringsConfigurationTests: XCTestCase {
|
||||
"Testing",
|
||||
"--visibility",
|
||||
"internal",
|
||||
"--asset-bundle",
|
||||
"module",
|
||||
"--xc-strings",
|
||||
"true",
|
||||
"--static-members",
|
||||
|
Reference in New Issue
Block a user