Update Generate command and Readme
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit

This commit is contained in:
2025-07-25 11:19:54 +02:00
parent d7dd37c32d
commit 058624fa6a
8 changed files with 348 additions and 123 deletions

View File

@@ -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",