feat(RES-57): Add visibility to control scope of generated code #18

Merged
t.schmitt merged 3 commits from feat/RES-57-extension-visibility into master 2025-07-21 16:56:05 +02:00
62 changed files with 1520 additions and 792 deletions
Showing only changes of commit 352633fddd - Show all commits

View File

@@ -40,7 +40,15 @@ let package = Package(
), ),
// Helper targets // Helper targets
.target(name: "ToolCore"), .target(
name: "ToolCore",
dependencies: [
.product(
name: "ArgumentParser",
package: "swift-argument-parser"
)
]
),
// Test targets // Test targets
.testTarget( .testTarget(