Skip to content

Commit

Permalink
chore: swiftformat 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHyun committed Nov 20, 2023
1 parent 1b95c33 commit 2ce3951
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 23 deletions.
1 change: 0 additions & 1 deletion iOS/Projects/Core/HealthKit/Project.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import ProjectDescription
import ProjectDescriptionHelpers

1 change: 0 additions & 1 deletion iOS/Projects/Core/Persistence/Project.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import ProjectDescription
import ProjectDescriptionHelpers

1 change: 0 additions & 1 deletion iOS/Projects/Domain/Entity/Project.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import ProjectDescription
import ProjectDescriptionHelpers

1 change: 0 additions & 1 deletion iOS/Projects/Domain/Repositories/Project.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import ProjectDescription
import ProjectDescriptionHelpers

1 change: 0 additions & 1 deletion iOS/Projects/Domain/Usecase/Project.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import ProjectDescription
import ProjectDescriptionHelpers

36 changes: 18 additions & 18 deletions iOS/Tuist/Templates/Demo/Demo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ import ProjectDescription
private let nameAttribute = Template.Attribute.required("name")

private let template = Template(
description: "A template for a new module's demo target",
attributes: [
nameAttribute
],
items: [
.file(
path: "Projects/App/\(nameAttribute)/Resources/LaunchScreen.storyboard",
templatePath: "LaunchScreen.stencil"
),
.file(
path: "Projects/App/\(nameAttribute)/Sources/Application/AppDelegate.swift",
templatePath: "AppDelegate.stencil"
),
.file(
path: "Projects/App/\(nameAttribute)/Sources/Application/SceneDelegate.swift",
templatePath: "SceneDelegate.stencil"
)
]
description: "A template for a new module's demo target",
attributes: [
nameAttribute,
],
items: [
.file(
path: "Projects/App/\(nameAttribute)/Resources/LaunchScreen.storyboard",
templatePath: "LaunchScreen.stencil"
),
.file(
path: "Projects/App/\(nameAttribute)/Sources/Application/AppDelegate.swift",
templatePath: "AppDelegate.stencil"
),
.file(
path: "Projects/App/\(nameAttribute)/Sources/Application/SceneDelegate.swift",
templatePath: "SceneDelegate.stencil"
),
]
)

0 comments on commit 2ce3951

Please sign in to comment.