feat(RES-57): Add visibility to control scope of generated code (#18)
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
Add visibility parameter: public, package, internal, private Impacted command: analytics, colors, fonts, images, strings, tags Reviewed-on: #18
This commit is contained in:
@@ -40,7 +40,15 @@ let package = Package(
|
||||
),
|
||||
|
||||
// Helper targets
|
||||
.target(name: "ToolCore"),
|
||||
.target(
|
||||
name: "ToolCore",
|
||||
dependencies: [
|
||||
.product(
|
||||
name: "ArgumentParser",
|
||||
package: "swift-argument-parser"
|
||||
)
|
||||
]
|
||||
),
|
||||
|
||||
// Test targets
|
||||
.testTarget(
|
||||
|
Reference in New Issue
Block a user