Skip to content

Commit

Permalink
Merge pull request #50 from Team-Ampersand/44-scaffold-template-plugi…
Browse files Browse the repository at this point in the history
…n-separate

🔀 :: Scaffold Template Plugin 분리
  • Loading branch information
baekteun authored Jun 25, 2023
2 parents d37981e + 04fe2cf commit 2bf4691
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Plugin/TemplatesPlugin/Plugin.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import ProjectDescription

let templatesPlugin = Plugin(name: "TemplatesPlugin")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion Tuist/Config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ let config = Config(
.local(path: .relativeToRoot("Plugin/DependencyPlugin")),
.local(path: .relativeToRoot("Plugin/ConfigurationPlugin")),
.local(path: .relativeToRoot("Plugin/EnvironmentPlugin")),
.local(path: .relativeToRoot("Plugin/L10nPlugin"))
.local(path: .relativeToRoot("Plugin/L10nPlugin")),
.local(path: .relativeToRoot("Plugin/TemplatesPlugin"))
],
generationOptions: .options()
)

0 comments on commit 2bf4691

Please sign in to comment.