Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/YAPP-Github/Pokit-iOS in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
ShapeKim98 committed Jan 10, 2025
2 parents 6dc892d + 7c8642d commit 1c3f409
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 46 deletions.
Empty file.
8 changes: 0 additions & 8 deletions Projects/CoreKit/Resources/Resource.swift

This file was deleted.

Empty file.
8 changes: 0 additions & 8 deletions Projects/Domain/Resources/Resource.swift

This file was deleted.

Empty file.
8 changes: 0 additions & 8 deletions Projects/Feature/Resources/Resource.swift

This file was deleted.

Empty file.
8 changes: 0 additions & 8 deletions Projects/SharedThirdPartyLib/Resources/Resource.swift

This file was deleted.

Empty file.
8 changes: 0 additions & 8 deletions Projects/Util/Resources/Resource.swift

This file was deleted.

6 changes: 3 additions & 3 deletions Tuist/Templates/framework/framework.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ let frameworkTemplate = Template(
.file(
path: "Projects/\(frameworkProjectAttribute)/\(frameworkTargetAttribute)/Sources/Source.swift",
templatePath: "Dummy.stencil"),
.file(
path: "Projects/\(frameworkProjectAttribute)/\(frameworkTargetAttribute)/Resources/Resource.swift",
templatePath: "Dummy.stencil")
.string(
path: "Projects/\(frameworkProjectAttribute)/\(frameworkTargetAttribute)/Resources/.gitkeep",
contents: "")
]
)
6 changes: 3 additions & 3 deletions Tuist/Templates/project/project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let projectTemplate = Template(
.file(
path: "Projects/\(nameAttribute)/Sources/Source.swift",
templatePath: "Dummy.stencil"),
.file(
path: "Projects/\(nameAttribute)/Resources/Resource.swift",
templatePath: "Dummy.stencil"),
.string(
path: "Projects/\(nameAttribute)/Resources/.gitkeep",
contents: ""),
]
)

0 comments on commit 1c3f409

Please sign in to comment.